/* GLOBAL */

* { margin:0;}
a { color:#ffffff; }

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	font-style:italic;
}
body {
	margin:0px auto; padding:10px;
	text-align:center;
	width:800px;
	background-color:#ebebeb;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:16px;
	}
#all {
	margin:0px auto;
	padding:0; 
	width:100%;
	text-align:center;
	background-color:#ebebeb;
overflow:hidden;
	}
p, img {
	margin:0; padding:0;
	border:0;
	}
	
p.align-center {
	text-align:center;
}
	
.float { float:left !important; }

h1 {
	font-size:18px;
	padding:0px; margin:0px 0 20px 0;
	color:#006e89;
	}

h2, h3, h4, h5, h6 {
	font-size:12px;
	font-weight:600;
	padding:0px; margin: 20px 0 0 0;
	}
a:link {
	color:#006e89;
	font-weight:600;
	text-decoration:none;
	line-height:16px;
	}
a:visited {
	color:#006e89;
	font-weight:600;
	text-decoration:none;
	}

a:hover {
	color:#999999;
	font-weight:600;
	text-decoration:none;
	}
	
/* TOP */
.topblank { height:10px; width:800px; background-color:#990033; }
.topblank2 { height:15px; width:800px; background-color:#990033; padding:2px 0 2px 8px; }
#imgBar {
	height:125px;
	background-color:#ffffff;
	width:800px;
	}
	#randImgBox {
		width:600px;
		float:left;
		overflow:hidden;
		}
	.randImg {
	float:left;
	padding:10px 0 0 8px;
	}
	#logo {
		float:right;
		}
	.topText {
		width:149px;
		float:left;
		color:#FFFFFF;
		text-align:left;
		}
		
/* MAIN */
#main {
	text-align:left;
	background-color:#FFFFFF;
	overflow:auto;
	width:800px;
	}		
#menuBox {
	width:150px;
	min-height:250px;
	background-color:#FFFFFF;
	}
	
	
#content {
	width: 460px;	overflow:auto;
	background-color:#ffffff;
	margin:0 20px 10px 20px;
	}
	
ul {
	padding-left: 40px;
}
	
#rightBar {
	width:150px;
	background-color:#ffffff;
	}
	
	.rightBox {
		width:130px;
		min-height:140px;
		background-color:#bee2e6;
		margin-bottom:20px;
		padding:10px 10px 10px 10px;
	}
	* .rightbox { width:150px; }
	.rightBox:last-child {
		margin:0;
		
	}
	.rightBox h1{
		font-size:12px;
		text-transform:uppercase;
		margin-bottom:0px;
		}
	.rightBox {
		color:#006e89 !important;
		}

/* FOOTER BEGIN */
.footer  {
	width:800px;
	float:none;
	height:40px;
	background-color:#990033;
	text-align:center;
	color:#FFFFFF;
	padding-top:5px;
	letter-spacing:0.2px;
	line-height:150%;
	}
	
* .footerlink {
	color:#ffffff;
	font-weight:400;
	}

	
.footerlink a:link {
	color:#ffffff;
	font-weight:400;
	}
.footerlink a:visited {
	color:#ffffff;
	font-weight:400;
	}
	
.footerlink a:hover {
	color:#ebebeb;
	}
