li {
	list-style-position: outside;
	list-style-image: url(../images/arrow.gif);
}
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #91adac;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
.titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.bodytextbig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;

}
.bodytextred {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;

}

#Header {
	border-right:15px solid #91adac; 
	border-left:15px solid #91adac; 
}

#Background {
	background-color: "#526665";
}

#navigation{   
height:50px;   
width:100%;   
background-image:url(../images/navigation-bg.jpg);   
font-family: sans-serif;   
background-repeat:repeat;   
}

#navigation a{   
padding:15px;   
float:left;   
color:#bbbbbb;   
text-decoration:none;   
border-right:1px solid #324f4c;   
}

#navigation a:hover{   
background-color:#324f4c;   
color:#FFFFFF;   
padding:15px;   
}

#navigation a:visited{   
color:#bbbbbb;   
padding:15px;   
}

#box {
border-top: 1px solid #99ccff;
border-right: 1px solid #99ccff;
border-bottom: 1px solid #99ccff;
width: 140px auto;
}

.box
{
     width: 360px;
     background: #ffffff;
}

.box .left
{
     float: left;
}

.box .right
{
     float: right;
}

.box p
{
     margin: 0;
     padding-left: 10px;
     padding-right: 10px;
     clear: both;
}

div.clear
{
     clear: both;
     height: 0px;
     line-height: 0px;
}
