/***********************************************/
/* csb_uc.css                                  */
/* Use with U_Const.asp                        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	background-color:#000000;
}

#wrapper{
	margin: 5px auto 0px auto;
	width:500px;
	background-color:#000000;
}

#masthead{
	position: relative;
	background-image: url(/csb/i/NewWeb.jpg);
	height: 77px;
}

#pageName{
	position: relative;
	font: bold 150% Arial,sans-serif;
	color: #0000CC;
	background-color: #C0C0C0;
	text-indent:10px;
	width:460px;	
}

.skipLinks {display: none;
}

/******* hyperlink and anchor tag styles *******/

.close {
	left:38%;
	position: relative;
	top: 0px;
}

/************** header tag styles **************/

h1{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

#pagecell{
	position:relative;
	border-left: 1px solid #ccd2d2;
	border-right:1px solid #ccd2d2;
	overflow: auto;
	background-color: #C0C0C0;
	width: 498px;
}


#siteName{
	font-size:xx-large;
	margin: 10px;
	left:200px;
	padding: 0px 0px 0px 0px;
	color: #FF0000;
	font-weight: bold;
	position: relative;
	width: 270px;
	top: 0;
}

#slogan{
	font-size:x-large;
	margin: 0px;
	left:30px;
	padding: 0px 0px 0px 0px;
	color: #0000FF;
	font-style: italic;
	font-weight: bold;
	position: relative;
	width: 400px;
}

/************** feature styles *****************/

.feature{
	padding: 5px 10px 0px 10px;
	background-color:#FFFFDF;
	font-size: large;
	text-align: justify;
	overflow:visible;
	color: #000099;
}

.feature p{
	padding: 5px 10px 0px 10px;
	background-color:#FFFFDF;
	font-size: 90%;
	text-align: justify;
	overflow:visible;
	color: #000099;
}
