html {
	color:#000; 
	background:#fff;
}
body {
	text-align:center; 
	font-family:verdana, arial, helvetica, sans-serif; 
	font-size:11px; 
	color:#000; 
	margin: 0px; 
	padding: 0px;
}

a, a:visited, a:active {color:#385776; text-decoration:none;}
a:hover {color: #385776; text-decoration:underline;}
#wrapper {
	position:relative;
	width:759px; 
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align:left; 
	background:#fff;

}

#topbar {
	width:759px;
	height:5px;
	background:#385776;
}

#logo {
	position: relative;
	margin-top: 5px;
	height: 104px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	width:759px;
	vertical-align:top;
	text-align:right;
}

#logo a, a:visited, a:active {color:#385776; text-decoration:none;}
#logo a:hover {color: #385776; text-decoration:underline;}

#homeHeader {
	position: relative;
	height: 204px;
	width:759px;
	margin-top:5px;
}

#menu {
	position: relative;
	height: 51px;
	width:759px;
	margin-top:5px;
	margin-bottom:5px;
}

#content { 
	position: relative;
	width:759px;
}

#content a, a:visited, a:active {color:#385776; text-decoration:none;}
#content a:hover {color: #385776; text-decoration:underline;}


#footer {
	position:relative;
	width: 759px;
	background:#385776;
	padding:5px;
	margin-top:5px;
	font-size:9px; 
	color:#fff;
	text-align:center;
	clear:both;
}
#footer a, a:visited, a:active {color:#fff; text-decoration:none;}
#footer a:hover {color: #fff; text-decoration:underline;}

#copyright {
	position:relative;
	width: 759px;
	padding:5px;
	margin-top:5px;
	font-size:9px; 
	color:#000;
	text-align:center;
}
.title {
	font-size:14px; 
	color:#385776; 
	font-weight:bold;
}
.Smalltitle {
	font-size:12px; 
	color:#385776; 
	font-weight:bold;
}
.gray_title {
	font-size:14px; 
	color:#666666; 
	font-weight:bold;
}