/* CSS Document */

body {
background-color: #E3E9ED;
margin: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
 
 #header {
height: 70px;
background-color: #778A98;
}

h1 {
font-family: arial;
font-size: 28px;
font-weight: normal;
text-align: center;
color: #ffffff;
margin-top: -32px;
margin-bottom: 0;
letter-spacing: 4px;
}

#textwrap {
width: 650px;
background-color: #FFFFFF;
margin: 0 10 0 10;
padding: 10 10 5 10;
}

h2 {
font-size: 18px;
color: #990000;
text-align: left;
margin: 10 0 0 10;
}

a { color: blue; text-decoration: underline; }
a:hover { text-decoration: none; }
.clear { clear: left; }

p {
font-size: 14px;
line-height: 17px;
text-align: left;
margin: 10 5 1 10;
}
   
 
ul {
font-size: 14px;
text-align: left;
list-style-type: circle;
}

.boxout {
float: right;
width: 200px;
margin-left: 20px;
margin-bottom: 20px;
margin-top: 0px;
background-color: #e6e6e6;
}

.boxout h3 {
background-color: #466C93;
font-size: 90%;
font-weight: bold;
color: #ffffff;
padding: 5px;
margin-top: 0px;
margin-bottom: 5px;
}

.boxout p {
color: #466C93;
text-align: left;
font-size: 80%;
margin-bottom: 10px;
}

