body {
	background: #1366c2;
	font: normal 11px verdana;
	}
	
.header {
	position:fixed;
	float:left;
	top:0px;
	left:50px;
	width:505px;
	height:89px;
	background-image:url('../images/header.gif');
	background-repeat:no-repeat;
}

.greenblock {
	position:fixed;
	float:left;
	top:100px;
	left:50px;
	width:164px;
	height:83%;
	background:#afc219;
}

.content {
	position:fixed;
	float:left;
	top:100px;
	left:214px;
	width:650px;
	height:83%;
	background:#5792cc;
	overflow:auto;
}

.content h1 {
	font-size:12px;
	font-weight:600;
	/*text-transform:uppercase;*/
	/*font-variant:small-caps;*/
	letter-spacing:1px;
	margin:20px;
}

.content h2 {
	font-size:11px;
	font-weight:600;
	margin:20px;
}

.content p {
	font-size:11px;
	font-weight:400;
	margin:20px;
	
}

.content ul {
	list-style-type:none;
}

.content li {
	padding-bottom:10px;
}

.scrollingdiv {
	margin:20px;
	border : solid 2px #1366c2;
	background : #5792cc;
	color : #000000;
	padding : 10px;
	width : 550px;
	height : 325px;
	overflow : auto;
}

.thumbnail {
	border:thick, #5792cc;
	padding:20px;
}

a.thumbnail:link {
	color:#5792cc;
	text-decoration:none;
}

a.thumbnail:active {
	color:#5792cc;
	text-decoration:none;
}

a.thumbnail:visited {
	color:#5792cc;
	text-decoration:none;
}

.fullsize	{
	margin:0 0 20px 20px;
}
	
.cssvertical ul {
	position:absolute;
	top: 89px;
	left: 50px;
	padding: 0;
	list-style: none;
	width: 164px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
    LIST-STYLE-TYPE: none;
	}
	
.cssvertical ul li {
	position: relative;
	//setup here
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	LIST-STYLE-TYPE: none; 
	BACKGROUND: #afc219;
	//BACKGROUND: url(images/dsprites.gif) no-repeat 0px 0px; //setup background
	LINE-HEIGHT: 0em;
	}
	
.cssvertical li ul {
	position: absolute;
	left: 163px; /* Set 1px less than menu width */
	top: 0;
    display: none;
	}

/* Styles for Menu Items */
.cssvertical ul li a {
	display: block;
	text-decoration: none;
	color: #175418;
	BACKGROUND: #afc219; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
/* UnComment if You Want have Shadow
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
*/
        }
.cssvertical ul li a:hover{ /*Theme Change here*/
background-color: #ffe3ce;
color: #d12c32;
}
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

.cssvertical li:hover ul, li.over ul { display: block;} 
.cssvertical li:hover ul ul, li.over ul ul {display: none;} 
.cssvertical ul ul li:hover ul, ul ul li.over ul {display: block;}