/* Default Styles */
body{
    text-align: center;
    background: url(img/background_gradient.png) top repeat-x;
    background-color: #94B8C5;
	font-family: verdana, sans-serif;
	margin-bottom: 0;
}
ul{
    font-family: verdana;
    margin-left: 15px;
    
}

li {
    list-style: url(img/bullet.png);
    margin: 0px;
    padding: 2px;

}
a {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: none;
	color: #86ff11;
}
/* Specific Styles */
#container{
    text-align: left;
    width: 1010px;
    margin-left: auto;
    margin-right: auto;

}
#header{
    height: 60px;
}
#header #logo {
    position: absolute;
    height: 83px;
    width: 289px;
    padding-left: 40px;
    
}
#header #topnav {
	position: relative;
	float: right;
	top: 0px;
	font-size: 12px;
}
#header #topnav ul { margin-right: 20px; }
#header #topnav li { float: left; margin-left: 30px;}
#header #topnav li a { text-decoration: none; color: white;}
#header #topnav li a:hover { text-decoration: none; color: #86ff11;}

#content{
    position: relative;
    background: url(img/content_background_repeat.png) repeat-y;
    width: 1010px;
	padding: 0;
	margin: 0;
    padding-top: 40px;
	padding-bottom: 1px;
	text-align: justify;
	font-family: calibri, verdana, sans-serif;
}
#content ul {
	font-family: calibri, verdana, sans-serif;
}
#body {
 margin: 0px 50px;
 padding-top: 30px;
 width: 60%;

 min-height: 400px;

}
*html #body { height: 400px;}

#home_top_gradient{
    background: url(img/home_top_gradient.png) top repeat-x;
    width: 1000px;
    height: 30px;
    margin-left: 0px;
    margin-top: -40px;
}
#home a {
	color: #0D6281;
}
#home a:hover {
	color: #86ff11;
}
table#home {
	position: relative;
	margin: 0px 50px;
	width: 900px;
}
table#home .highlight{
    font-size: 16pt;
    font-family: verdana, arial, sans-serif;
    width: 475px;
    padding: 20px;
    line-height: 30px;
}
table#home tr {vertical-align: top;}
table#home #imgs img{
	border: 0;
	padding: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#footer{
position: relative;
}
#footer #contentend {
    background: url(img/content_background_bottom.png) bottom no-repeat;
    height: 70px;
    width: 1010px;
}
#footer #footercontent{
	color: #126583;
	padding: 0 0px;
	font-size: 10pt;
	height: 200px;
	
	/*
	background: white;
	background: rgba(255, 255, 255, 0.5);
	filter:alpha(opacity=50);
	
	padding-top: 10px;
	margin-left: 20px;
	margin-right: 30px;
	*/

}
*html #footer #footercontent { margin-left: 40px; }
#footer #footercontent ul{
	margin: 0px;
	position: relative;
	float: left;
}

*html #footer #footercontent ul {margin-right: 30px;}
#footer #footercontent li a{ color: #126580; }
#footer #footercontent li a:hover{color: #111;}
#footer #footercontent li{
	padding-bottom: 0px;
	margin-bottom: 0px;
	list-style: none;
}
#footer #footercontent li label{
	font-weight: bold;
}

#copyright { 
	text-align: center;
}
