body {
margin: 10px;
font: normal .7em/1.5em georgia, serif; 
color: #459ebf;
background: #e7f2f7 url(images/bg_frost.gif) repeat;
}

.container {
text-align: center; 
width:100%; 
height:100%;
margin: 0 auto;
}

.header {
background: url(images/header_frost.gif) no-repeat;
text-align: center;
height: 90px;
}

h1#title, h1#title a {
color: #367e9c;
font: normal 1.6em georgia, serif;
line-height: 1.6em;
text-align: center;
border: 0px;
background: transparent;
font-variant: small-caps;
font-weight: normal;
}

h1#title a:hover {
color: #98c8dc;
}

.content {
width:749px; 
padding:10px; 
margin: 0 auto; 
height:100%; 
background-color: #e6f2f8;
border: 1px solid #3b89a9;
}

.nav {
border: 1px solid #3b89a9;
float:right; 
padding:10px;
margin-left: 10px; 
width:200px; 
height:100%; 
background: #eef6fa;
text-align: left;
}

ul.nav
{
list-style-type: none;
list-style-image: url(images/nav_frost.gif);
width:175px;
margin:0 auto;
padding:0px;
border: 0px;
}

ul.nav li
{
margin-bottom: 3px;
padding: 2px 2px 2px 9px;
background: #def0f6;
border-left: 8px solid #c4e0ec;
}

ul.nav li a
{
font-weight: normal;
text-decoration: none;
color: #449cc0;
}

ul.nav li:hover
{
border-left-color: #449cc0;
background: #a7d0e1;
}

ul.nav li:hover a
{
color: #3b89a9;
} 

p { 
text-indent: 30px;
margin-top: 10px; 
text-align: left;
}

h1 { 
background: #eef6fa; 
border: 1px solid #3b89a9;
font: normal 1.3em georgia, serif; 
padding: 4px;
letter-spacing: 1px; 
margin-bottom: 0px; 
color: #3b89a9;
text-align: center;
}

h2 { 
font: normal 1.1em georgia, serif; 
border-bottom: 1px solid #3b89a9;
padding: 3px;
letter-spacing: 2px; 
margin-bottom: 0px; 
color: #3b89a9;
text-align: center;
background: #eef6fa;
}

h3 {
font: normal small-caps 1.0em georgia, serif; 
padding: 2px;
letter-spacing: 2px; 
margin-bottom: 0px; 
color: #3b89a9;
text-align: center;
background: #eef6fa;
}

a:link {  
text-decoration: underline; 
color: #3b89a9;
}

a:visited { 
text-decoration: underline; 
color: #3b89a9;
}

a:hover, a:active { 
text-decoration: underline; 
color: #98c8dc;
}

ul {
list-style-image: url(images/ul_frost.gif);
margin-left: 45px;
text-align: left;
width: 60%;
border-left: 10px solid #98c8dc;
}

ol {
list-style: decimal-leading-zero inside;
margin-left: 15px;
text-align: left;
width: 60%;
border-left: 10px solid #c4e0ec;
}

blockquote.float {
float: right;
width: 300px;
text-indent: 20px;
background: #eef6fa; 
border: 1px #3b89a9 dashed;
color: #3b89a9;
margin: 10px;
padding: 10px;
text-align: left;
}

cite.float {
margin: 10px;
padding: 10px;
text-indent: 20px;
color: #3b89a9;
text-align: left;
float: left;
width: 300px;
border-left: 4px solid #3b89a9;
border-right: 4px solid #3b89a9;
}

blockquote {
width: 50%;
margin: 25px;
padding: 10px;
text-indent: 20px;
background: #eef6fa; 
border: 1px #3b89a9 dashed;
color: #3b89a9;
text-align: left;
}

cite {
width: 50%;
margin: 25px;
padding: 10px;
text-indent: 20px;
color: #3b89a9;
text-align: left;
border: 1px solid #3b89a9;
}

blockquote p {
margin: 0;
}

code, pre {
font: normal courier-new; 
color: #3b89a9;
}

sup, sub {
background-color: #98c8dc; 
color: #3b89a9;
font-weight: bold; 
}

img {
border: 0;
}

input, textarea {
text-indent: 3px;
width: 290px;
padding: 2px;
border: 1px #3b89a9 solid;
color: #3b89a9;
margin-bottom: 5px;
vertical-align: middle;
background: #eef6fa; 
}

textarea {
height: 75px;
}

input#submit, input#reset {
width: 145px;
background: #eef6fa; 
}

.clear {
clear: both;
}

#footer {
text-align: center; 
width:749px; 
padding:10px; 
margin: 0 auto; 
height: 45px; 
background-color: #eef6fa;
border: 1px solid #3b89a9;
}