﻿
body {
margin : 0;
padding : 0;
font : 73% "lucida sans", "Trebuchet MS", verdana, tahoma, arial, sans-serif;
line-height : 1.7em;
background : #333 url(images/bgd1.jpg) no-repeat;
color : #eee;
}
a:link, a:visited, a:active {
color : #104e8b;
background : inherit;
}
a:hover {
color : #aaa;
background : inherit;
}
h1 {
font-size : 120%;
color : #fff;
background : inherit;
margin : 0;
padding : 20px;
}
#content h2 {
font-size : 140%;
text-transform : uppercase;
color : #fff;
background : inherit;
padding : 10px 0 10px 30px;
margin : 0;
}
p {
margin : 0;
text-align : left;
}
#container {
width : 750px;
border-right : 0 solid #ccc;
border-left : 0 solid #ccc;
margin-left : 0;
margin-right : auto;
color : #333;
background : inherit;
}
#header {
width : 750px;
height : 172px;
border-bottom : 0 solid #ccc;
background : transparent url(images/head.jpg) no-repeat;
margin-bottom : 0;
}
#title {
width : 750px;
height : 50px;
margin-bottom : 10px;
background : transparent url(images/title.jpg) no-repeat;
}
#title p {
text-align : right;
line-height : 1.5em;
text-transform : uppercase;
letter-spacing : 5px;
color : #c0d1e1;
background : inherit;
font-size : 120%;
padding : 20px 10px 20px 0;
}
#leftcol {
width : 260px;
float : right;
padding : 5px 0 5px 0;
}
#leftcol p {
padding : 5px 20px 5px 20px;
margin : 0;
}
#leftcol h2 {
font-size : 140%;
text-transform : uppercase;
color : #fff;
background : inherit;
padding : 10px 0 10px 20px;
margin : 0;
}
#leftcol ol, ul {
font-size : 100%;
color : #fff;
background : inherit;
}
#content {
margin-right : 0;
width : 460px;
}
#content p {
font-size : 100%;
line-height : 1.5em;
padding : 5px 20px 5px 30px;
margin : 0;
}
#footer {
width : 750px;
height : 50px;
clear : right;
color : #333;
background : #999;
padding : 5px 0 5px 0;
}
#footer p {
text-align : left;
padding-left : 25px;
font-size : 80%;
}
#navcontainer {
width : 250px;
margin-left : 20px;
padding-bottom : 20px;
}
#navcontainer ul {
margin-left : 0;
padding-left : 0;
list-style-type : none;
}
#navcontainer a {
display : block;
padding : 3px;
width : 160px;
color : #c0d1e1;
background-color : #333;
border-bottom : 1px solid #c0d1e1;
}
#navcontainer a:link, #navlist a:visited {
background : #333;
color : #c0d1e1;
text-decoration : none;
}
#navcontainer a:hover {
background-color : #32679b;
color : #d6ddbc;
}
