/***********************************************/
/* ccs_index.css                             */
/*           */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

a{
	color: #0066CC;
	text-decoration: underline;
}

a:link{
	color: #0066CC;
	text-decoration: underline;
}

a:visited{
	color: #999999;
	text-decoration: underline;
}

a:hover{
	color: #CC0000;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
	list-style-type: disc;
	list-style-position: outside;
}

ul ul{
	list-style-type: disc;
	list-style-position: outside;
}

ul ul ul{
	list-style-type: none;
	list-style-position: outside;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 10px;
	/*border-bottom: 1px solid #cccccc;*/
	/*width: 100%;*/
}

/*************** #pageName styles **************/

#pageName{
	margin: 12px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
font-size: 9px;
padding: 2px 0px 0 10px;
}

/************** .uppermenu styles ***************/

.uppermenu{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #1C324A;
	width: 450;
	border: 0px none;
	
}

/************** .login styles ***************/

.login{
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
width: 100%;
height: auto;
border: 0px none;
margin-bottom: 5px;
}

.login form{
margin: 0px;
font-size: 9px;
}

.login table{
font-size: 9px;
}

/************** .latestnews styles ***************/

.latestnews{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	top: auto;
	height: auto;
	width: 155px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.latestnews label{
	font-size: 13px;
	text-align: left;
	padding: 0px 0px 0px 10px;
	color: #990000;
}

.latestnews hr{
	height:1;
}

/************** .feature styles ***************/

.feature{
	font-size: 9px;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	top: auto;
	height: 85px;
	width: 190px;
	border: 0px none;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
}

.feature h3{
	font-size: 11px;
	text-align: center;
	padding: 0px 0px 2px 0px;
	background-color: #93E9FF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #02708B;
}

.feature img{
	float: left;
	padding: 0px;
}



/************* #SiteInfo styles ***************/

.SiteInfo{
	width: 820px;
	clear: both;
	text-align:center;
	font-size: 10px;
	color: #999999;
	border: none #cccccc;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
