@charset "UTF-8";

html, body {
	min-width: 800px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #222222;
	text-decoration: none;
	background-color: #4777AA;
	background-image: url(images/gradient_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

.contentHolderArea {
	margin: 0 auto;
	width: 800px;
}

.contentTable {
	width: 800px;
	height: 800px;
	margin: 0px;
	padding: 0px;
}

#headerPositions {
	position: relative;
	top: 50px !important;
	left: 10px;
	display: block;
/*	margin: 10px; */
	margin: 0px;
	padding: 0px;
/*	vertical-align: text-bottom; */
}

#tableHeader {
	background:#255B91;
	text-align:left;
	padding: 0px;
	margin: 0px;
	background-image: url(images/cbss_brand.jpg);
	background-repeat: no-repeat;
	width: 610px;
	height: 120px;
	color:#FFF;
	}

#tableHeader td{
	vertical-align: text-bottom;
	padding: 0px;
	margin: 0px;	
}

#tableHeader strong{
	font-weight: normal;
	padding: 5px 5px 10px 5px;
	margin: 0px 5px 0px 5px;
	/* border-bottom: 5px solid #FFFFFF; */
	text-decoration: none;
	font-size: 15px;
	background-color: #FFF;
	color: #1C4676;
}


#tableHeader a {
	font-weight: normal;
	padding: 5px 5px 10px 5px;
	margin: 0px 5px 0px 5px;
	border-bottom: none;
	text-decoration: none;
	font-size: 15px;
	color: #FFFFFF;
}


#tableHeader a:hover {
	font-weight: normal;
	padding: 5px 5px 10px 5px;
	margin: 0px 5px 0px 5px;
	/* border-bottom: 5px solid #FFFFFF; */	
	text-decoration: none;
	font-size: 15px;
	background-color: #FFF;
	color: #1C4676;
}
	


#quickLinksHeader {
	background:#255B91;
	text-align:left;
/*	vertical-align: text-bottom; */
	padding: 0px;
	background-image:url(images/header_bg.jpg);
	background-repeat:repeat-x;
	width: 290px;
	height: 120px;
	color:#FFF;
	font-size: 16px;
	font-style: italic;
	}

#quickLinksHeader  #headerPositions {
	position: relative;
	top: 50px !important;
	left: 10px;
	margin: 0px;
	padding: 0px;
	}




	#bodyContent {
		background-color:#FFFFFF;
		text-align:left;
		vertical-align:top;
		padding: 15px 15px 20px 20px;
		height: auto;
		}
	
	#bodyContent a{
		text-decoration: underline;
		font-weight: bold;
		color: #2363A7;
	}
	
	#bodyContent a:hover{
		text-decoration: none;
		color: #143960;
	}
		
	#bodyContent h5 {
		display:block;
		border-top: 1px dotted #888888;
		border-bottom: 1px dotted #888888;
		color: #1C4776;
		font-weight:normal;
		font-size: 105%;
		padding: 10px 10px 15px 5px;
		margin: 15px 10px 20px 0px;
		}
	
	#quickLinks {
		background-color:#FFFFFF;
		text-align:left;
		vertical-align: top;
		padding: 20px 10px 40px 10px;
		}
	
	#quickLinks a, #quickLinks strong {
		display:block;
		padding: 5px 10px 10px 5px;
		margin:	5px 0px 5px 0px;
		text-decoration: none;
		font-weight: bold;
		border-bottom: 1px solid #D2DAE4;
		color: #0C3564;
		background: #FFFFFF;
		}
		
		
	#quickLinks a:hover {
		background: #EEEEEE;
		color: #061C35;
		}
	
	#quickLinks strong {
		color: #222;
		}
	
	
	#footer {
		border-top: 1px #333333 solid;
		background-color:#D1D1D1;
		text-align:center;
		height: 110px;
		padding: 5px 0px 10px 0px;
		font-size: 90%;
		color:#333333;
		}
		
	#footer a{
		text-decoration: none;
		color:#000000;
		font-weight: bold;
		}
	
	#footer a:hover{
		text-decoration: underline;
		color:#777777;
		font-weight: bold;
		}