﻿*{
    font-family: "Trebuchet MS", verdana, sans-serif;
    padding: 0px;
    margin: 0px;
    font-size: 12pt;
}
    
body {
    background: #0066CA url("../images/bg_blugrad.jpg") repeat-x;
    margin-left: 50px;
    margin-right: 50px;
    font-size: 12pt;
    margin-top: 5px;
    margin-bottom: 50px;
}

h1{
    color:#006699;
    font-size:18pt;
    font-weight:bold;
}

h2{
   font-size: 13pt;
   color: #009999; 
}

a{
	color: #FF0000;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #660099;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

#header {
	height:185px;
	font-size: 10pt;
	display: block;
}

#header a{
	font-size: 10pt;
}

#footer{
	background:#ffffff;
	border-top: 1px solid #cccccc;
	font-size:10pt;
	width:100%;
	padding:5px;
	text-align: center;
}

img{
    border: none 0px;
}

#content{
    background-color: #ffffff;
    width: 100%;
    padding:5px;
    min-height: 600px;
}

#navigation
{
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.title {
    font-weight: bold;
    font-size: 13pt; 
    color: #009966;
}

#contact_info{
    float: left;
    width: 200px;
    border-right: 1px solid #cccccc;
    margin-right: 10px;
}

ul{
    margin-left: 50px;
    list-style-image: url('../images/bullet.png');
}

hr{
    color: #cccccc;
}



