@charset "UTF-8";
/* CSS Document */

html, body {
	background-image: url(../images/web/bk.jpg);
	background-repeat: repeat-y;
	background-color: #011E3F;
	margin: 0px;
	background-position: center;
	font-family: "Trebuchet MS";
}

.header {
	background-image: url(../images/web/header.jpg);
	background-repeat: no-repeat;
	height: 136px;
	width: 697px;
	margin-left: auto;
	margin-right: auto;
}

.nav {
	height: 42px;
	width: 697px;
	margin-left: auto;
	margin-right: auto;	
}


.body {
	width: 697px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F5F6D4;
	background-image: url(../images/web/contentbk.jpg);
	background-repeat: repeat-x;
}

.rcolumn {
	background-image: url(../images/web/rcolumnbk.jpg);
	background-repeat: repeat-x;
	height: 490px;
	padding-left: 7px;
}

.footer {
	background-image: url(../images/web/footer.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 697px;
	margin-left: auto;
	margin-right: auto;
}

.title {

	font-size: 24px;
	color: #3b526c;
	height: 35px;
	width: 429px;
	padding-left: 10px;
	padding-top: 15px;
		
}
.entrytitle {
	text-align: left;
	
		
}

.entrybodyvid {
	font-size: 12px;
	padding-left: 10px;	
	padding-top: 5px;
		
}
.entrybody {
	font-size: 12px;
	padding-left: 10px;	
	
	}


.content {
	
	color: #3b526c;
	padding-left: 25px;
	padding-bottom: 5px;		
}


.underline {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #3b526c;
	
}

.pages {
	font-size: 11px;
}

.date {
	font-size: 10px;
	text-align: right;
	vertical-align: text-bottom;
}


/* drop-down contents */
ul#nav, ul#nav ul { /* apply to all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#nav {
	position: relative;
	
	
}

ul#nav ul {
	position: absolute;
	top: 42px;
	width: 202px;
	left: -999px;
	background-color: #002758;
	filter: alpha(opacity=80);
	opacity:0.90;
	color: #FFFF99;
	margin-left: 20px;	
	
}

ul#nav a {
	display: block;
	
}

ul#nav ul a {
	display: block;
	width: 188px;
	color: #F6F7D5;
	font-size: 12px;
	border: thin solid #011E3F;
	text-decoration: none;
	
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
}

ul#nav li { /* apply to all list items */
	float: left;
	width: auto;
	
}

ul#nav li ul li {
	width: 200px;
	
}

ul#nav li:hover ul, ul#nav li.sfhover ul {
	left: auto;
}

ul#nav ul li:hover, ul#nav ul li.sfhover {
	/* apply hover styles to sub menu here */
	background-color: #021C3D;
	color: #000033;
}
/* end of drop-down contents */

/* clear the floats */
head+/**/body .clear:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}


.entrytitle a:link {
	color: #996633;
	text-decoration: none;
}
.entrytitle a:visited {
	color: #996633;
	text-decoration: none;
}
.entrytitle a:hover {
	color: #996633;
	text-decoration: none;
}
.entrytitle a:active {
	color: #996633;
	text-decoration: none;
}

.date a:link {
	color: #996633;
	text-decoration: none;
}
.date a:visited {
	color: #996633;
	text-decoration: none;
}
.date a:hover {
	color: #996633;
	text-decoration: none;
}
.date a:active {
	color: #996633;
	text-decoration: none;
}

/* Fix IE Float bug */
.clear {min-height:1%;}
* html .clear {height:1%;}
/* end of clean the floats*/