body
{
	font-size:			13px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}

#header{
	color: #FFFFFF;
	height: 30px;
	position: absolute;
	left: 209px;
	top: 0px;
	width: 550px;
	padding-left: 20px;
	background-color: #000000;

}
#header h1 {
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 4px;
}
#left{
	background-color: #000000;
	position: absolute;
	width: 208px;
	left: 0px;
	top: 0px;
}
#navigation{
	font-size: 11px;
	position: absolute;
	height: 15px;
	width: 550px;
	top: 31px;
	left: 229px;
}
#content{
	position: absolute;
	width: 550px;
	left: 229px;
	top: 75px;
}
#footer{
	font-size:	8pt;
	margin-top: 25px;
}
a:link 
{
	color:				#499057;
    text-decoration:	none;
}
a:visited  
{
	color:				#499057;
    text-decoration:	none;
}
a:hover
{
    color:				#499057;
    text-decoration:	underline;
}
a:active 
{
    color:				#499057;
    text-decoration:	none;
}

A.homeLink:active 
{
	font-size:			12pt;
    color:				#499057;
    text-decoration:	none;
}

A.homeLink:link 
{
 	font-size:			12pt; 
	color:				#499057;
    text-decoration:	none;
}

A.homeLink:visited  
{
	font-size:			12pt;
	color:				#499057;
    text-decoration:	none;
}
A.homeLink:hover
{
	font-size:			12pt; 
    color:				#499057;
    text-decoration:	underline;
}
.header
{
	font-size:			8pt; 
}


table {
	font-size: 13px;
}
h1 {
	font-size: 17px;
}
h2, h3, h4, h5 {
	font-size: 12px;
	margin-bottom: 0px;
}
p {
	margin-top: 0px;
}
td, th{
	text-align: left;
	vertical-align: top;
}
