@charset "utf-8";
body,td,th,input,select,textarea {
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
body {
	background-color: #003399;
	background-image: url(../images/body-tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	padding: 0;
}
#container{
	width: 898px;
	background-color: #FFFFFF;
	padding: 1px;
	margin: 4px auto 0 auto;
}
#header{
	
}
#content-tile{
	height: 398px;
	padding: 31px 0 23px 0;
	background-image: url(../images/home/tile.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#content-container,
#content-container2{
	width: 823px;
	margin: 0 auto;
	padding: 0;
}
#content-container ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#content-container li{
	float: left;
	height: 398px;
	padding-top: 5px;
}
#intro{
	width: 230px;
	padding-right: 37px;
	border-right: 1px solid #009966;
}
#md{
	width: 246px;
	padding-right: 24px;
	padding-left: 19px;
	border-right: 1px solid #009966;
}
#va{
	width: 246px;
	padding-left: 19px;
}
.clearline{
	clear: both;
	height: 1px;
}
#textlinks{
	background-color: #009966;
	padding: 24px 21px 36px 17px;
	height: 1%;
}
#address{
	width: 559px;
	float: left;
	font-size: 11px;
	color: #FFFFFF;
}
#support{
	width: 243px;
	float: right;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
}
#address p,
#support p{
	margin-bottom: 0;
}
#address a:link,
#support a:link{
	color: #99FF99;
}
#address a:visited,
#support a:visited{
	color: #6BE18A;
}
#address a:hover,
#address a:active,
#support a:hover,
#support a:active{
	color: #CCFFCC;
}

