@charset "utf-8";
/* CSS Document */
body {background-color: #0096BE;}
h1 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:bold; font-size:24px; color:#003366;}
h2 {font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:20px; color:#006600; text-transform: uppercase;}
h3 {font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:16px; color:#003366;}
p {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:12px; color:#003366;}
ul {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; color:#003366;}
#body {width:880px; margin:auto; background-color:#FFF; padding:20px; clear:both; height:1200px; -moz-border-radius: 15px; -webkit-border-radius: 15px;}
#nav {
list-style:none;
list-style-type: none;
width:180px;
float:left;
margin-right:10px;
margin-left:5px;
padding:0px;
}
#nav li a {
clear:both;
width:180px;
display: block;
text-decoration: none;
padding: .5em;
font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:14px; text-decoration:none; color:#003366;
}
#nav li a:hover {
	color:#006600;
}
#content{width:660px; float:right; padding:10px;}
#box {width:180px; float: right; padding:20px 10px 20px 0px; margin:20px; background-color: #CBE7F5; height:160px; -moz-border-radius: 15px; -webkit-border-radius: 15px;}
#box h3 {color:#003366;}
#box li {color:#003366;}