﻿body { 
padding: 0;
margin: 0;
background-color: #18498c;
background: url(images/bkg.gif);
color: #ffffff; font-style:normal; font-variant:normal; font-weight:normal; font-size:small; font-family:Verdana, Arial, sans-serif;
}
h1 {
	font-size:20px;
}
#wrapper { 
width: 960px;
border-left: 3px solid #0F2E57;
border-right: 3px solid #0F2E57;
border-bottom: 3px solid #0F2E57;
border-top: 3px solid #0F2E57;
margin: 0 auto;
background-color: #18498c;
}
#header {
height: 75px;
background: url(images/bkg-header.jpg);
background-color:  #194C92;
border-bottom: 1px solid #dddddd;
}
#logo-holder {
	float:left;
	width: 268px;
}
#emailContainer {
float: right;
font-size: 77%;
padding: 40px 10px 0 0;
}
#nav-holder { 
height:24px;
background-color:#EAEAEA

}

/* -- nav bar -- */

#navigation ul {
list-style-type: none;
padding: 0;
margin: 0;
border-top: 1px solid #dddddd;
}
#navigation li {
float: left;
margin: 0;
padding: 0;
display: inline;
background: url(images/nav_button.gif) no-repeat;
}
#navigation a {
display: block;
padding: 0 0 0 30px;
height: 23px;
width: 90px;
font: bold 12px/24px Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #18498c;
text-decoration: none;
}
#navigation a:hover {
background: url(images/nav_button.gif) 0 -60px;
}
#navigation a:active {
background: url(images/nav_button.gif) 0 -120px;
}

#container {
background-image:url('images/bkg-container.gif')
	
}
#sidebar {
	width: 240px;
	float:left;
}
#content {
	width: 720px;
	float: right;
}
#footer {
	clear: both;
	height: 95px; 
	border-top: 1px #FFF solid;
	text-align:right;
	padding: 15px 20px 0 0;
	background-color:#143E76
}
.col-holder {
	
}
.col-L {
	float:left;
	width: 49%;
}

.col-R {
	float:right;
	width: 49%;
}
.style1 {
	text-align: center;
}
.style2 {
	margin-top: 0px;
	margin-left: 36px;
}
.style3 {
	text-align: left; padding: 15px;
}

.STcenter {text-align: center;}

object
{
    vertical-align: top;
}
a:link {color: #FFFFFF; text-decoration:none;}
a:visited {color: #FFFFFF;text-decoration:none;}
a:active {color: #FFFFFF;text-decoration:none;}
a:hover {color:  #CC0000;text-decoration:none;}
.style4 {
	font-size: 22px;
}
.style5 {
	float: left;
	width: 49%;
	text-align: left;
}
.style6 {
	float: right;
	width: 49%;
	text-align: left;
}

