body {
background-color:#f1f1f1;
font-size: 16px;
font-family: helvetica;
color:#001e5c;
margin:0;
padding:0;
}

body h1{
font-family: trebuchet ms;
font-size: 24px;
border-bottom:1px solid #ccc;
}

body h2{
font-family: trebuchet ms;
font-size: 22px;
}

body h3{
font-family: trebuchet ms;
font-size: 20px;
}

 
#wrapper {
width:850px;
background-color:#638ab4;
margin:0 auto;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
}

#header {
width:850px;
height:190px;
margin:0 auto;
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
background-color:gray;
}

#header h2 {
padding:10px;
}

#header h3 {
padding:10px;
}

#nav {
width:850px;
height:40px;
border-bottom:1px solid #ccc;
}

#nav a {
display:inline;
padding:10px;
text-decoration:none;
background-color:#f1f1f1;
}

#nav a:hover {
background-color:#bababa;
height:80px;
}

#content {
width:580px;
float:right;
padding:10px;
background-color:white;
}


#content_cr {
clear:both;
}

#content_small {
width:280px;
height:350px;
float:right;
padding:10px;
background-color:white;
}

#content_small img{
padding-top:20px;
}

#content_small_2 {
width:280px;
height:500px;
float:right;
padding:10px;
background-color:white;
}

#content_small_2 img{
padding-top:20px;
}

#contact_small {
width:280px;
height:200px;
float:right;
padding:10px;
background-color:white;
}

#contact_small img{
padding-top:20px;
}

#wrapper p{
line-height:180%;
}

#wrapper img {
vertical-align:middle;
}

#sidebar {
width:250px;
float:left;
margin-top:25px;
}


#sidebar a {
display:block;
padding:10px;
text-decoration:none;
background-color:#638ab4;
color:white;
}

#sidebar p {
display:block;
text-align:center;
color:white;
}

#sidebar h2 {
display:block;
text-align:center;
color:white;
}

#sidebar a:visited {
color:white;
}

#sidebar a:hover {
background-color:#f1f1f1;
color:black;
}

#sidebar li {
list-style:none;
font-size:100%;
border-bottom:1px solid #ccc;
}

#sidebar img {
display: block;
margin:0 auto;
}


#footer {
clear:both;
width:850px;
height:75px;
border-top:1px solid #ccc;
background-color:#4c7284;
}

#footer p {
padding:10px;
}