HTML, BODY  {
	 	margin : 0;
		background-color : #FFFFFF;
	 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
	 	COLOR : #000000;
		text-align: center;
	 	}
p, td, font, ul, ol  {
	COLOR : #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height : 120%;
}


A:link {text-decoration: underline; color: #336699; }
A:visited {text-decoration: underline; color: #336699; }
A:active {text-decoration: underline; color: #336699; }
A:hover {text-decoration: none; color: #ff9900; }

.text8 { FONT-SIZE : 10px; }

div#welcome {
	background-image: url(images/welcome.jpg);
	background-repeat: no-repeat;
}

.boxBorder {
	border-top:1px solid #38628B;
	border-left:1px solid #38628B;
	border-right:1px solid #38628B;
	border-bottom:1px solid #38628B;
}

#maincontainer{
	width: 982px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	margin-top: 10px;
	border: 1px solid #003333;
	}
	
#topsection{
	height: 171px; /*Height of top section*/
	}
	
#contentwrapper{
	float: left;
	width: 100%;
	}
	
#contentcolumn{
	margin: 0 205px 0 205px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	margin-top: 9px;
	margin-bottom: 9px;
	text-align: left;
	}
	
#leftcolumn{
	float: left;
	width: 195px; /*Width of left column in pixel*/
	margin-top: 9px;
	margin-left: -972px; /*Set margin to that of -(MainContainerWidth)*/
	background: #DEE4E9;
	text-align: left;
	}
	
#rightcolumn{
	float: left;
	width: 195px; /*Width of right column*/
	margin-top: 9px;
	margin-left: -205px; /*Set left margin to -(RightColumnWidth)*/
	background: #DEE4E9;
	text-align: left;
	}
	
#footer{
	clear: left;
	width: 100%;
	background: white;
	text-align: center;
	padding: 4px 0;
	}
	
.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	}
	
#show_box {
		padding: 9px; 
		margin-top: 9px;
		border-style: solid;
		border-width: 1px;
		border-color: #38628B;
	}

.outerbox {
	background: #DCDCDC;
	width: 50;
	height: 48;
	padding: 3px;
	font-size: 22px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 27px;
}

.innerbox {
	padding: 2px;
	background: #336699;
	height: 20;
	width: 46;
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: white;
	line-height: 20px;
}

div#copyright
	{
		text-align: center;
		font-size: 9px;
		line-height : 160%;
	}
	
#clear_div
	{
		clear: both;
	}

.textBlue {
	COLOR : #336699;
	}
.textRed {
	COLOR : #cc0000;
	}
.breadcrumbs  {
	font-family : Arial, Helvetica,Veranda,sans-serif;
	FONT-SIZE : 10px;
}
.titleText  {
	COLOR : #336699;
	font-family: "Times New Roman", Times, serif;
	FONT-SIZE : 20px;
	letter-spacing : 2;
	font-weight : bold;
}
input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
}

TD.HeaderInfoTD{
	text-decoration : none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #336699;
	font-weight: bold;
	text-align: center;
	background-color: #e0e0e0;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #cdcdcd;
}
TD.HeaderInfoTDright{
	text-decoration : none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #336699;
	font-weight: bold;
	text-align: center;
	background-color: #e0e0e0;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}
TD.ContentInfoTD{
	text-decoration : none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	border-left: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
}
TD.ContentInfoTDright{
	text-decoration : none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	border-left: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}