body{
margin:0;
padding:0;
line-height: 1.5em;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 90%;
font-style:normal;
background-color: #8899cc;
}

b{font-size: 110%;}
em{color: 0106bb;}

#maincontainer{
border: 1px solid #000000;
width: 700px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color: #D1D9F7;
}
.blink a {
	color: #FFFFFF;
}

#topsection{
background: #EAEAEA;
height: 150px; /*Height of top section*/
border-bottom: 1px solid #000000;
}

#contentwrapper{
float: left;
width: 100%;
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column*/
margin-left: -700px; /*Set left margin to -(MainContainerWidth)*/
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#footer{
clear: left;
width: 100%;
background: #334466;
color: #FFF;
text-align: center;
padding: 4px 0;
font-size: 70%;
border-top: 1px solid #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
background-attachment:scroll;
background-image: url(../images/footer.jpg);
background-position: left bottom;
background-repeat: no-repeat;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px 20px 5px 5px;
}

#boxes {
	padding: 5px;
	color:#233769;
	border: 1px solid #233769;
	margin: 5px 0px;
	background-image: url(../images/blue_gray.jpg);
	background-attachment: scroll;
	background-position: right top;
	background-repeat: repeat-x;
}
#boxes a {
	display:block;
	color: #001188;
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
}
#boxes a:hover {
	color: #000099;
	background-color: #D1D9F7;
}

.downloads a {
	border: 1px solid #001188;
	font-size: 14px;
	margin: 3px 10px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	width: 60%;
	padding: 8px;
	color: #000066;
	background-color:#FFFFFF;
}
.downloads_red a {
	border: 1px solid #001188;
	font-size: 14px;
	margin: 10px auto;
	text-align: center;
	display: block;
	text-decoration: none;
	font-weight: bold;
	width: 85%;
	padding: 8px auto;
	color: #CC0000;
	background-color:#FFFFFF;
}

h3 {
	display: block;
	padding: 2px 4px;
	font-size: 14px;
	border-bottom: 1px solid #7788cc;
	border-top: 1px solid #A5BAD3;
	}
p.bottom {
	background-image: url(../images/oil2.gif);
	background-position: right bottom;
	background-attachment: scroll;
	background-repeat:no-repeat;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
background-color: #000066;
border-right: 1px solid black;
border-left: none;
border-bottom-width: 0;
width: 185px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 169px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #7788cc;
border-bottom: 1px solid #5566aa;
border-left: 7px solid #445599;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #5566aa;
border-left-color: #333366;
}

#ddblueblockmenu div.menutitle{
color: #ffff66;
border-bottom: 1px solid #ffffae;
border-top: 1px solid #ffffae;
padding: 1px 0;
padding-left: 10px;
background-color: #000000;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
background-attachment:scroll;
background-image: url(../images/titles.jpg);
background-position: left bottom;
background-repeat: no-repeat;
}


