@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #b6bfce;
}

#header {
width: 746px;
margin: auto;
background-color: #2f547d;
border-top: 7px solid #2f547d;
overflow: hidden;
}

#header ul{
list-style: none;
padding: 0;
margin: 0;
display: inline;
}

#header ul li{
margin: 0px;
padding: 0px;
display: block;
float:left;
width: 100px;
text-align: center;
width: 100px;
margin-top:8px;
margin-bottom:8px;

background: transparent url(../images/bullet.gif) no-repeat center right; padding-right: 1px; }

#header ul li a{
color: #ffffff;
text-decoration: none;
}

#header ul li a:hover{
color: #eeeeee;
text-decoration: underline;
}

#content {
width: 746px;
margin: auto;
background-color: #2f547d;
background-image: url(../images/content-bg.jpg);
background-repeat: repeat-x;
background-position: bottom;
overflow: hidden;
color: #ffffff;
}

#content a{
color: #ffffff;
}

#content a:hover{
color: #eeeeee;
}

#content h1{
margin: 0px;
font-size: 14px;
font-weight: bold;
}

#titleimage {
border-top: 4px solid #c5d544;
border-bottom: 4px solid #c5d544;
}

#left {
width: 230px;
border-right: 1px solid #a8a8b0;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 20px;
padding-right: 20px;
}

#left h2{
color: #ffffff;
margin: 0px;
font-size: 14px;
font-weight: bold;
}

#left ul{
list-style: none;
padding-left:20px;
}

#left ul li{
margin-bottom: 8px;	
padding:0;
}

#left ul li a{
color: #ffffff;
text-decoration: none;
}

#left ul li a:hover{
color: #eeeeee;
text-decoration: underline;
}

#left .title{
//background: transparent url(images/title.gif) no-repeat bottom left; padding-bottom: 1px;
border-bottom: 1px dotted #a8a8b0;
padding-bottom: 4px;
margin-top: 20px;
}

#right {
margin-right: 20px;
margin-top: 20px;
float: right;
width: 430px;
margin-bottom:10px;
}

#footer {
width: 746px;
margin: auto;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}