body {
margin: 0;
padding: 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 100%;
line-height: 110%;
background: url(media/background.jpg) repeat-x top center;
background-color: #E6E6CC;
}

#container {
width: 780px;
margin-right: auto;
margin-left: auto;
background: url(media/container_background.jpg) repeat-x;
}

#right {
float: left;
width: 190px;
margin-left: 55px;
padding-top: 20px;
}

#main {
float: left;
width: 480px;
padding: 20px 20px 0px 20px;
}

#break {
height: 109px;
}


#navlist {
margin: 0px 13px 5px 13px;
padding: 5px 0px 5px 10px;
}

#navlist li {
display: inline;
list-style-type: none;
padding-right: 25px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 0.7em;
}

#navlist li a{
text-decoration: none;
color: #FFFFFF;
}

p{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 0.7em;
}

strong {
color: #003366;
}

a{
color: #000000;
}

a:hover{
text-decoration: underline;	
}

#main ul {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 0.7em;
line-height: 1.7em;
}

#main a {
text-decoration: none;	
}

#main a:hover {
text-decoration: underline;	
}

#right p {
font-size: 0.7em;
line-height: 120%;

}

#right a {
text-decoration: none;	
}

#right a:hover {
text-decoration: underline;	
}


h1{
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	color: #003366;
	font-weight: normal;
}

h2{
font-size: 0.8em;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: normal;
color: #003366;
	font-weight: bold;
}

table {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 0.7em;

}

.ruled_above {
border-top: 1px;
background-color: #00CCFF;
}

.images_left{
float: left;
margin-top: 0px;
margin-right: 20px;
margin-left: 0px;
margin-bottom: 5px;
padding: 5px;
}


.images_right{
float: right;
margin-top: 0px;
margin-right: 0px;
margin-left: 20px;
margin-bottom: 5px;
padding: 5px;
}



.4star{
float: right;
margin: 0;
padding:0;
}




.smallcapitals {
font-size: 0.9em;
text-transform: uppercase;
}

.small{
font-size: 0.8em;
text-transform: uppercase;
}

#footer {
margin: 0px 0px 0px 0px;
padding-bottom: 25px;
text-align: center;
border-top: 1px solid #D8E9F5;
background-color:#FFFFFF;
}


.clear {
clear: both;
}





