body,
html {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #3A475A;
	line-height: 1.5;
	margin-top: 0px;
	padding-top: 0px;
	}
	
body {
	min-width:760px;
	}
a:link, a:visited {
	color: #00B0DD;
	}
a:hover, a:active {
	color: #00FFFF;
}

	
#wrap {
	margin:0 auto;
	width:760px;
	padding: 0px;
	color: #28313E;
	background-image: url(../images/sidebar.jpg);
	border-top: 2px none #28313E;
	border-right: 2px solid #28313E;
	border-bottom: 2px solid #28313E;
	border-left: 2px solid #28313E;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	}
	
#header {
	height: 250px;
	margin: 0px;
	padding: 0px;
	width: 760px;
	float: left;
	}
	
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #7286A9;
	width: 760px;
	float: left;
}

#nav a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 1em;
}
#nav a:hover {
	color: #3A475A;
}


#nav li {
	line-height: normal;
	float: left;
	font-weight: bold;

}
	
/*suckerfish*/

#nav li ul {
	position: absolute;
	width: 15em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
	padding: 0px;
}
#nav li:hover ul a:hover {
	color: #3A475A;
}

/*suckerfish ie*/

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
	
#header h1 {
	padding:32px;
	margin:0;
	font-size: 9px;
	color: #CCCCCC;
	font-weight: normal;
	text-align: right;
	}
	
#main {
	float:right;
	width:520px;
	margin: 0;
	display: inline;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	}
	
#main h1 {
	font-size: 24px;
	font-weight: lighter;
	color: #00B0DD;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	margin-top: 0px;
	padding-top: 0px;
	}

#main h2 {
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #C1CAD7;
	}

#main h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	color: #00B0DD;
	}
		
	#main h4 {
	font-size: 12px;
	}

#sidebar {
	float:left;
	width: 160px;
	display: inline;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 20px;
	padding: 0px;
	}
	
#sidebar p {
	margin: 0px;
	padding: 0px;
	}
	
#sidebar li a {
	font-weight: normal;
	margin: 0px;
	letter-spacing: normal;
	text-decoration: none;
	color: #3A475A;
	display: block;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8C9CB5;
	}
	
#sidebar li a:hover {
	color: #000000;
	background-image: url(../images/arrow-over.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	}
	
#sidebar ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
	
#sidebar h3 {
	font-size: 11px;
	margin: 0px 0px 10px;
	padding: 0px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #9DABBF;
	color: #333333;
	}
	
#footer {
	clear:both;
	width: 760px;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #7285A3;
	margin: 0px;
	}
	
#footer p {
	padding:0px;
	margin:0;
	font-size: 11px;
	color: #FFFFFF;
	text-indent: 20px;
	}

	
#footer a {
	color: #FFFFFF;
	}
	
.red {
	color: #FF0000;
	}
	
.bold {
	font-weight: bold;
	}
	
.img-left {
	padding: 5px;
	margin: 0px 20px 10px 0px;
	background-color: #FFFFFF;
	float: left;
	border: 2px solid #C1CAD7;
	}
	
.img-right {
	padding: 5px;
	margin: 0px 0px 10px 20px;
	background-color: #FFFFFF;
	float: right;
	border: 2px solid #C1CAD7;
	}
	
.img-default {
	padding: 5px;
	margin: 0px;
	background-color: #FFFFFF;
	border: 2px solid #C1CAD7;
	}
	
.pink {
	color: #FF66CC;
	}
	
.text-box {
	background-color: #DBE0E8;
	margin: 0px;
	padding: 10px;
	color: #3A475A;
	}
.pictureBox {
	background-color: #DBE0E8;
	padding: 10px;
}
.pictureBox img {
	padding: 5px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.homepageLogos {
	margin-right: 10px;
	margin-left: 10px;
}
