body {
	background: #d2e3f3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}
#divBackground {
	background-image: url(../_images/template/backgroundTop.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	background-attachment: fixed;
}
p {
	line-height: 1.4em;
	text-align: left;
	margin-bottom: 1em;
	color: #333;
}
td {
}
hr {
	color: #CCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 0px;
	padding-right: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-left: 0px;
	clear: left;
	padding-left: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.blockCentered {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.colorBlue {
	color: #4183BF;
}
.lftRtIndent {
	margin-right: 20px;
	margin-left: 20px;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#tdPageShadowLeft {
	background-image: url(../_images/template/pageShadowLeft.png);
	background-repeat: repeat-y;
	background-position: right top;
}
#tdPageShadowRight {
	background-image: url(../_images/template/pageShadowRight.png);
	background-repeat: repeat-y;
	background-position: right top;
}
#divContainer {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#divHeader {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
}
#divMainNav {
	background-image: url(../_images/template/menuBkRed.gif);
	background-repeat: repeat-x;
	width: 900px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#divMainNav ul li {
	display:inline;
	margin:0;
}
#divMainNav ul li a {
	color: #FFF;
	display:block;
	float:left;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 16px;
	font-weight: normal;
	line-height: 30px;
	font-size: 15px;
	padding-right: 17px;
}
#divMainNav ul li a:hover {
	background-image: url(../_images/template/menuBkBlue.gif);
	background-repeat: repeat-x;
	color: #FF0;
}
#divPageTitle {
	background-image: url(../_images/template/pageTitleBk.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}
#divPageTitle h1 {
	line-height: 35px;
	color: #E03120;
	text-transform: uppercase;
	background-color: #FFF;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 24px;
}
#divSidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 225px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#divSidebar #divSideNews {
	background-color: #4183BF;
	width: 205px;
	margin-top: 20px;
	color: #FFF;
	background-image: url(../_images/template/sideBarBk.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 7px;
}
#divSidebar #divSideNews img {
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 7px;
	display: block;
}
#divSidebar #divSideNews h2 {
	color: #FFFF00;
	margin-left: 14px;
	text-transform: uppercase;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right:1.5em;
	line-height: 1.3em;
	font-weight: normal;
	font-size: 12px;
}
#divSidebar #divSideNews .divShortNews {
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #FFF;
	font-size: 11px;
	line-height: 1.3em;
}
#divSidebar #divSideNews .divLinks {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005BAA;
	color: #FFE9AE;
	font-size: 10px;
}
#divSidebar #divSideNews .divLinks a {
	text-decoration: none;
	color: #FFCB40;
	text-transform: capitalize;
	line-height: 2em;
	padding-right: 5px;
	padding-left: 5px;
}
#divSidebar #divSideNews .divLinks a:hover {
	color: #FF0;
	text-decoration: underline;
}
#divSidebar #divSideNews #divViewNews a {
	display: block;
	text-align: center;
	color: #0CF;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.5em;
	font-size: 11px;
}
#divSidebar #divSideNews #divViewNews a:hover {
	color: #FF0;
}
#divSidebar .divSideItem {
	width: 205px;
}
#divSidebar .divSideItem h4 {
	color: #DF3128;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	font-size: 16px;
}
#divSidebar .divSideItem img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	border: 1px solid #01305A;
}
#divSidebar .divSideItem p {
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
}
#divSidebar .divSideItem p em {
	color: #FFCB40;
	font-style: normal;
	font-weight: bold;
}
#divSidebar .divSideItem .aReadmore {
	display: block;
	text-align: right;
	text-decoration: none;
	color: #7DC1FF;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding: 0px;
	line-height: 1em;
}
#divSidebar .divSideItem .aReadmore:hover {
	color: #FF0;
	text-decoration: underline;
}
#divSidebar #tableEngSpaLinks {
	width: 201px;
	margin-right: auto;
	margin-left: auto;
}
#divSidebar #tableEngSpaLinks a {
	background-color: #EEE;
	color: #005BAA;
	font-weight: bold;
	text-align: center;
	display: block;
	text-decoration: none;
	margin-bottom: 5px;
	line-height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#divSidebar #tableEngSpaLinks a:hover {
	background-color: #4183BF;
	color: #FFF;
}
#divMainContent {
	margin-top: 0;
	margin-right: 245px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#divMainContent h2 {
	color: #9E1612;
	font-weight: normal;
	margin-bottom: .5em;
	text-transform: capitalize;
	font-size: 18px;
}
#divMainContent h3 {
	color: #005BAA;
	font-weight: normal;
	margin-bottom: 0.3em;
	font-size: 14px;
}
#divMainContent h4 {
	color: #000;
	font-weight: bold;
	margin-bottom: .2em;
}
#divMainContent ul.ulList {
	margin: 1em;
	list-style-type: disc;
	padding-right: 1em;
	padding-left: 1em;
	color: #666;
}
#divMainContent ul.ulList li {
	line-height: 1.3em;
}
#divMainContent .pImg {
	border: 1px solid #850D0A;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#divMainContent .lfImg {
	border: 1px solid #850D0A;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	float: left;
}
#divMainContent a {
	color: #4183BF;
	text-decoration: none;
}
#divMainContent a:hover {
	color: #E03120;
	text-decoration: underline;
}
#divMainContent dl {
	margin-bottom: 15px;
	margin-left: 10px;
}
#divMainContent dl dt {
	font-weight: bold;
	line-height: 1.2em;
}
#divMainContent dl dd {
	line-height: 1.2em;
	margin-left: 15px;
}
#divMainContent #divSection {
	clear: left;
	padding-bottom: 10px;
}
#divMainContent .pSmallPrint {
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
}
#divMainContent #divSubNav {
	background-color: #EEE;
	margin-bottom: 15px;
	height: 25px;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
#divMainContent .tableData tr .tdAlt {
	background-color: #EEE;
}
#divMainContent .tableData tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#divMainContent .divHighlight {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	clear: left;
	display: block;
	position: static;
	width: 100%;
	border: 1px solid #FFF;
}
#divMainContent .divHighlight:hover {
	background-color: #eee;
	border: 1px solid #CCC;
}
#divMainContent #divMonthLink a {
	text-decoration: none;
	display: block;
	line-height: 1.5em;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	color: #E03120;
}
#divMainContent #divMonthLink a:hover {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EE9186;
	border-bottom-color: #EE9186;
	color: #4183BF;
}
#divMainContent #divNews .divShortNews {
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	line-height: 1.4em;
}
#divMainContent #divNews .divLinks {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 15px;
}
#divMainContent #divNews .divLinks a {
	text-decoration: none;
	text-transform: capitalize;
	line-height: 2em;
	padding-right: 5px;
	padding-left: 5px;
}
#divMainContent #divNews .divLinks a:hover {
	text-decoration: underline;
}
#divMainContent #supportcontainer .tableContributors td {
	padding-right: 20px;
	padding-left: 20px;
	}
#divMainContent #supportcontainer .tableContributors ul {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-position: outside;
	list-style-type: disc;
	}
#divMainContent #supportcontainer .tableContributors ul li {
	line-height: 16px;
	font-size: 11px;
}
#divClearer {
	clear: both;
	height: 1px;
}
#divFooter {
	clear: both;
	background-color: #661B16;
}
#divFooter #divBottomButtons {
	text-align: center;
	background-color: #661B16;
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#divFooter #divBottomButtons ul li {
	display: inline;
	margin: 0px;
}
#divFooter #divBottomButtons ul li a {
	border: 1px solid #661B16;
	padding: 0px;
	display: block;
	float: left;
	margin-top: 6px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 6px;
}
#divFooter #divBottomButtons a:hover {
	border-top-color: #FF0;
	border-right-color: #FF0;
	border-bottom-color: #FF0;
	border-left-color: #FF0;
}
#divFooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
}
#divFooter #divInfo {
	background-image: url(../_images/template/footerBK.jpg);
	background-repeat: repeat-x;
	height: 80px;
	width: 900px;
	display: block;
	clear: both;
	background-position: bottom;
	color: #FFF;
}
#divFooter #divInfo div {
	text-align: center;
	margin: 0px;
	padding: 0px;
	line-height: 80px;
}
#divFooter #divInfo a {
	color: #F2B614;
	text-decoration: none;
}
#divFooter #divInfo a:hover {
	text-decoration: underline;
	color: #09F;
}
#tdNissitech {
	text-align: right;
	padding-right: 40px;
	color: #5997D5;
	line-height: 32px;
	background-image: url(../_images/template/pageShadowBottom.png);
}
#tdNissitech #divCopyright {
	display: inline;
	float: left;
	margin-left: 40px;
}
#tdNissitech a {
	color: #005BAA;
	text-decoration: none;
}
#tdNissitech a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#divNissitech {
	float: right;
	padding-top: 5px;
	padding-right: 20px;
}
#divNissitech a {
	height: 22px;
	width: 175px;
	background-image: url(../_images/template/nissitech.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	display: block;
}
#divNissitech a div {
	color: #F00;
}
#divNissitech a:hover {
	background-position: bottom;
}
#divNissitech a span {
	display: none;
}
#nissitech {
	display: none;
}
