html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 100%;
	width: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	background-image: url(_images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#dddad5;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
textarea {
     resize: none;
}
#container {
	height: auto;
	width: 770px;
	position: relative;
	left: 0px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
#header {
	width:100%;
	height: 200px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#bodyMain {
	clear: both;
	width: 770px;
	background-image: url(_images/border.gif);
	background-repeat: repeat-y;
	background-position: top;
}
#bodyContent {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 30px;
	vertical-align: top;
}
#bodyContent a{
	color:#285796;
	text-decoration: none;
}
#bodyContent a:hover{
	color:#437DCD;
	text-decoration: none;
}
#SubMenu {
	font-size: 11px;
}
#footer {
	clear: both;
	height: 30px;
	background-image: url(_images/footer.gif);
}
#privacy {
	font-size: 10px;
	width: 450px;
	height: 50px;
}
#disclaimer {
	font-size: 9px;
	color: #999999;
}
#subfont {
	font-size: 9px;
}
#picture_right {
	float: right;
	padding: 0px;
	margin: 5px;
}
#picture_left {
	float: left;
	padding: 0px;
	margin: 15px;
}
#homerollover a{  
    display: block;  
    width: 151px;  
    height: 32px;  
    background: url(_images/home.gif) no-repeat 0 0;  
    overflow: hidden;
    text-indent: -10000px;
    font-size: 0px;
    line-height: 0px;
}    
#homerollover a:hover{
    background-position: 0 -32px;  
}

#whatrollover a{  
    display: block;  
    width: 153px;  
    height: 32px;  
    background: url(_images/what.gif) no-repeat 0 0;  
    overflow: hidden;
    text-indent: -10000px;
    font-size: 0px;
    line-height: 0px;
}    
#whatrollover a:hover{
    background-position: 0 -32px;  
}

#whyrollover a{  
    display: block;  
    width: 177px;  
    height: 32px;  
    background: url(_images/why.gif) no-repeat 0 0;  
    overflow: hidden;
    text-indent: -10000px;
    font-size: 0px;
    line-height: 0px;
}    
#whyrollover a:hover{
    background-position: 0 -32px;  
}

#servicesrollover a{  
    display: block;  
    width: 91px;  
    height: 32px;  
    background: url(_images/services.gif) no-repeat 0 0;  
    overflow: hidden;
    text-indent: -10000px;
    font-size: 0px;
    line-height: 0px;
}    
#servicesrollover a:hover{
    background-position: 0 -32px;  
}

#aboutrollover a{  
    display: block;  
    width: 107px;  
    height: 32px;  
    background: url(_images/about.gif) no-repeat 0 0;  
    overflow: hidden;
    text-indent: -10000px;
    font-size: 0px;
    line-height: 0px;
}    
#aboutrollover a:hover{
    background-position: 0 -32px;  
}

#contactrollover a{  
    display: block;  
    width: 91px;  
    height: 32px;  
    background: url(_images/contact.gif) no-repeat 0 0;  
    overflow: hidden;
    text-indent: -10000px;
    font-size: 0px;
    line-height: 0px;
}    
#contactrollover a:hover{
    background-position: 0 -32px;  
}
