
body {
margin : 0;
padding : 0;
font : 73% "lucida sans", "Trebuchet MS", verdana, tahoma, arial, sans-serif;
line-height : 1.7em;
background : #333 url(images/background.jpg) no-repeat;
color : #eee;
}
a:link, a:visited, a:active {
color : #AAA;
background : inherit;
text-decoration: none;
}
a:hover {
color : #FFF;
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 : 5px 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 : 748px;
height : 172px;
border-bottom : 0 solid #ccc;
background : transparent url(images/head.jpg) no-repeat;
margin-bottom : 0;
}
#title {
width : 748px;
height : 50px;
margin-bottom : 10px;
}
#title p {
text-align : right;
line-height : 1em;
text-transform : uppercase;
letter-spacing : 5px;
color : #c0d1e1;
background : inherit;
font-size : 120%;
padding : 5px 25px 5px 0;
}
#leftcol {
width : 260px;
float : right;
padding : 5px 0 5px 0;
}
#leftcol p {
padding : 5px 30px 5px 20px;
margin : 0;
color: #eee;
text-align: justify;
font-size: 10px;
}
#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 : 480px;
}
#content p {
font-size : 100%;
line-height : 1.5em;
padding : 5px 20px 5px 30px;
margin : 0;
color: #eee;
text-align: justify;
}
#footer {
width : 750px;
height : 50px;
clear : right;
color : #333;
background : #333;
padding : 5px 0 5px 0;
}
#footer p {
text-align : left;
padding-left : 25px;
font-size : 80%;
color: #ccc;
}
#navcontainer {
width : 200px;
margin-left : 20px;
padding-bottom : 20px;
}
#navcontainer ul {
margin-left : 0;
padding-left : 0;
list-style-type : none;
}
#navcontainer a {
display : block;
padding : 3px 10px;
width : 170px;
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 : #fff;
}

td {
	color: #FFFFFF;
	text-align: right;
	}
.btn {
	background: #555;
	border: none;
	color: #FFFFFF;
	padding: 2px;
	font-size: 11px;
	}
input,textarea {
	background: #555;
	border: #000 1px solid;
	color: #EEE;
	}
img { border: none; }