html { min-height: 100%; margin-bottom: 1px; }



body 
{
background-image:url(../images/bg.jpg); 
background-repeat:repeat-x; 
background-color:#91acc9; 
text-align: center;
font-family:"Trebuchet Unicode MS", "Lucida Grande", "Verdana", "Arial", "Helvetica", "sans-serif";
}

 

 

div#container
{
border: 1px solid #0a2f55;
background-color: #ffffff;
margin-left: auto;
margin-right: auto;
width: 740px;
text-align: left;
} 

div#footer
{
margin-top:5px;
margin-left:20px;
font-size:10px;
color:#6c8299;
height:35px;
}


.homepageimg{
background-color: #ffffff;
background-image: url("../images/homepage_img.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: left bottom;
	
}

.bodytext{
	font-size:12px;
	color:#666;
	
}.smbodytext{
	font-size:10px;
	color:#666;
	
}
.white{
	font-size:12px;
	color:#ffffff;
	font-variant:small-caps;
	text-decoration: none;

}

.greyed{
	font-size:12px;
	color:#7d9dbe;
	font-variant:small-caps;
	text-decoration: none;

}
.none{
		text-decoration: none;

	}
.grey{
		color:#999;

}

.maintitle{
	font-size:14px;
	font-weight:bold;
	color:#00346d;
	
}
div#TopInfo{
	font-size:12px;
	font-weight:bold;
	color:#00346d;
	text-decoration:none;
	
}#Section1{
	font-size:12px;
	color:#00346d;
	text-decoration:none;
	
}#Section2{
	font-size:12px;
	color:#00346d;
	text-decoration:none;
	
}#Section3{
	font-size:12px;
	color:#00346d;
	text-decoration:none;
	
}#Section4{
	font-size:12px;
	color:#00346d;
	text-decoration:none;
	
}#Section5{
	font-size:12px;
	color:#00346d;
	text-decoration:none;
	
}


.bullet{
	font-size:12px;
	font-weight:bold;
	color:#3870D6;
	
}
.bullet2{
	font-size:12px;
	color:#3870D6;
	
}

#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 740px;
}

#menu li {
	float: left;
	font-size:11px;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 6px 10px;
	text-decoration: none;
	
}#menu .current {
	background: #fff url("images/seperator2.gif") bottom right no-repeat;
	color: #000;
	display: block;
	float: left;
	margin: 0;
	padding: 6px 10px;
	text-decoration: none;
}
#menu a:hover {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 6px;}
	
	
	
	
	

#menu2 {
	background: #6699cc;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 700px;
}
#menu2 li {
	float: left;
	font-size:11px;
	margin-left: 16px;
	padding: 0;
}
#menu2 a {
	background: #6699cc url("images/seperator.gif") bottom right no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	margin: 0;
	padding:8px 6px;
	text-decoration: none;
}
#menu2 a:hover {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	}
	
	.cmdButton 
{
BORDER-RIGHT: black 2px solid;
PADDING-RIGHT: 2px;
BORDER-TOP: black 2px solid;
PADDING-TOP: 2px;
BORDER-LEFT: black 2px solid;
PADDING-LEFT: 2px;
BORDER-BOTTOM: black 2px solid;
PADDING-BOTTOM: 2px;
FONT-FAMILY: Arial, 'Times New Roman';
COLOR: blue;
FONT-WEIGHT: bolder;
BACKGROUND-COLOR: white
}

.cmdButton:hover {COLOR: red}
	
	