body {
	font-family:arial;
	background-color:#7995AA;
	margin:0px;
}
a{
	text-decoration:none;
	color:#013660;
}
a:hover {
	text-decoration:underline;
}
.newsletter {
	background-color:#013660;
	color:#ffffff;
	padding:10px;
}
.submit {
	background-color:#013660;
	color:#ffffff;
	padding:2px;
	border:2px solid #fff;
}	
.logo {
	color:#7995AA;
	font-size:40px;
	font-weight:900;
}
.logo_a {
	color:#013660;
	font-size:40px;
	font-weight:900;
}
.logo_blue {
	color:#fff;
	font-size:40px;
	font-weight:900;
}
.toolbar a{
	color:#ffffff;
	font-weight:900;
	text-decoration:none;
}
.toolbar a:hover{
	color:#ffffff;
	font-weight:900;
	text-decoration:underline;
}
.appointment a {
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
}

.appointment a:hover {
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:underline;
}
.about a{
	text-decoration:none;
	color:#000;
}
.about a:hover {
	text-decoration:underline;
}
.footer {
	color:white;
	font-size:0.8em;
}
.footer a{
	color:white;
	text-decoration:none;
}
.footer a:hover{
	color:white;
	text-decoration:underline;
}
.contact {
	color:white;
	font-size:1.0em;
	font-weight:bold;
}
.contact a{
	color:white;
	text-decoration:none;
}
.contact a:hover{
	color:white;
	text-decoration:underline;
}
.h1 {
	font-size:1.6em;
	font-weight:bold;
}
.h2 {
	font-size:1.4em;
	font-weight:bold;
}
.h3 {
	font-size:1.2em;
	font-weight:bold;
}
ul {
list-style:circle;
}

.dropdown {float:left;}
.dropdown dt {width:122px; border:0px solid #9ac1c9;color:#ffffff; font-weight:bold; cursor:pointer;padding-left:60px;}
.dropdown dd {position:absolute; overflow:hidden; width:242px; display:none; background:#fff; z-index:200; opacity:0;}
.dropdown ul {width:240px; border:2px solid #9ac1c9; list-style:none; border-top:none;padding:0; margin:0;text-align:left;}
.dropdown li {display:inline;padding:0; margin:0;}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:8px; color:#333; text-decoration:none; background:#eaf0f2;}
.dropdown a:hover {background:#d9e1e4; color:#000;text-decoration:underline;}
.dropdown .underline {border-bottom:1px solid #b9d6dc}


.dropdown_no {float:left;}
.dropdown_no dt {width:122px; border:0px solid #9ac1c9;color:#ffffff; font-weight:bold; cursor:pointer;padding-left:60px;}







#top {
//	background-image:url(images/header_1.gif);
//	background-repeat:no-repeat;
//	background-position:top left;
//	height:400px;
	padding-top:20px;
	background-color:#fff;
}
#toolbar {
	background-image:url(images/toolbar.jpg);
	height:78px;
	text-align:middle;
}
#appointment {
	background-image:url(images/app.jpg);
	width:220px;
	padding:10px;
	border:#828282 2px solid;
}
#left_box {
	background-color: #c1bfd0;
	color: #1b1b1b;
	width:93%;
	height:280px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}
#top_box {
	background-color: #013660;
	color: #fff;
	width:740px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}

#center_box {
	background-color: #fff;
	color: #1b1b1b;
	width:93%;
	height:280px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}
#right_box {
	background-color: #c5d3d7;
	color: #1b1b1b;
	width:93%;
	height:280px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}
#links {
	padding-bottom:40px;
	padding-left:30px;	
	padding-top:20px;	
	color:#fff;
}

#links a{
	color:#fff;
}
#int {
	background-color:#fff;
	color: #000;
	width:60%;
	height:280px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
}
#footer_home {
	position:relative;
	bottom:0px;
}
#footer {
	position:relative;
	bottom:0px;
}
