@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #666666;
	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: #000000;
}
.oneColFixCtr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	margin: 0;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr p {
	margin-left:0px;
}

.oneColFixCtr ul li {
	margin-bottom:4px;
}

.oneColFixCtr h2 {
	text-align:center;
	font-size:16px;
	margin:0px;
}

#leftColumn {
	text-align:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#leftColumn ul li {
	list-style:square;
}

#rightColumn {
	text-align:left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#rightColumn ul li {
	list-style:square;
}

.oneColFixCtr #navbar{
	height:32px;
	background:#24487E; 
	margin: 0px auto;
	padding: 0px;
}

ul.navigation {
	float:left; display:block; margin:0px; padding:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; letter-spacing:0px;
}
ul.navigation li { list-style-type:none; display:block; width:auto; height:25px; float:left; }
ul.navigation li a {
	display:block; width:auto; height:24px; float:left; overflow:hidden; padding:8px 25px 0px 20px;
	background:url(images/nav-divider.gif) top right no-repeat scroll;
	text-decoration:none; color:#fff;
}
ul.navigation li a:hover { text-decoration:underline; color:#D2FF00; }


#TheGood {
	line-height:16px;
	list-style-image: url(images/bullet_2_s1_green_sh.gif);
	list-style-position:outside;
	font-size: 14px;
	vertical-align: text-top;

}
#TheBad {
	margin-left:0px
}

#TheBad-list{
	list-style-image: url(images/bullet_1_s1_red_sh.gif);
	list-style-position:outside;
	font-size: 14px;
	vertical-align: text-top;
	line-height:16px;
}

.BoxPadBottom {
	MARGIN-BOTTOM: 18px
}
td.infoBoxHeading {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; BACKGROUND-IMAGE: url(images/corner_center4.gif); COLOR: #bedbfe; BACKGROUND-REPEAT: repeat-x; FONT-FAMILY: "Trebuchet MS", Tahoma, "Arial Narrow"; LETTER-SPACING: -1px; TEXT-ALIGN: center
}

.infoBoxContents {
	BORDER-RIGHT: #cdcde5 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #cdcde5 1px solid; PADDING-LEFT: 10px; FONT-SIZE: 11px; PADDING-BOTTOM: 8px; BORDER-LEFT: #cdcde5 1px solid; PADDING-TOP: 6px; BORDER-BOTTOM: #cdcde5 1px solid; FONT-FAMILY: Verdana, Arial, sans-serif
}

#homelink a {
	padding-top:12px; 
	color:#24487E; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:18px; 
	font-weight:bold; 
	width:203px;
	float:left;
	padding-left:20px;
	text-decoration:none;
}

#MainMenu 
{
	height:35px;
	width:340px;
	background: #FFFFFF;
	margin:0 0 0 0px;
	border-style:solid;
	border-color:#AE1E39;
	border-top-width:0;
	border-right-width:0;
	border-bottom-width:3px;
	border-left-width:0;
	float:left;
}
#tab 
{
	margin:0;
	top:0;
}
#tab ul 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0 1px 0 0 ;
	padding:0;
}
#tab a 
{
	background: url("images/bright_114.gif") no-repeat right top;
	margin:0;
	padding:0;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
}
#tab a span 
{
	display:block;
	background:url("images/bleft_114.gif") no-repeat left top;
	padding:0 20px 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	line-height:35px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#FFFFFF;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}

.moreinfolnk {
	PADDING-RIGHT: 11px; BACKGROUND-POSITION: left 50%; PADDING-LEFT: 11px; FONT-SIZE: 11px; BACKGROUND-IMAGE: url(images/arrwb1.gif); PADDING-BOTTOM: 11px; COLOR: #206ead; PADDING-TOP: 11px; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: Arial, Helvetica, sans-serif; font-weight:bold;
}
.moreinfolnk:hover {
	PADDING-RIGHT: 11px; BACKGROUND-POSITION: left 50%; PADDING-LEFT: 11px; FONT-SIZE: 11px; BACKGROUND-IMAGE: url(images/arrwg1.gif); PADDING-BOTTOM: 11px; COLOR: #299600; PADDING-TOP: 11px; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none; font-weight:bold;
}

.headinfolnk {
	PADDING-RIGHT: 11px; BACKGROUND-POSITION: left 50%; PADDING-LEFT: 11px; FONT-SIZE: 16px; PADDING-BOTTOM: 11px; COLOR: #206ead; PADDING-TOP: 11px; FONT-FAMILY: Arial, Helvetica, sans-serif; font-weight:bold; BACKGROUND-IMAGE: url(images/arrwb1.gif); BACKGROUND-REPEAT: no-repeat; 
}
.headinfolnk:hover {
	PADDING-RIGHT: 11px; BACKGROUND-POSITION: left 50%; PADDING-LEFT: 11px; FONT-SIZE: 16px; PADDING-BOTTOM: 11px; COLOR: #299600; PADDING-TOP: 11px; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none; font-weight:bold; BACKGROUND-IMAGE: url(images/arrwg1.gif); BACKGROUND-REPEAT: no-repeat; 
}


