body {
	margin:0px; background:#3d3a2e url('../images/background.jpg') repeat-x fixed center 50%; font-family:Times New Roman;
	table-layout:fixed;
	font-size:14px
}
tr.links{
	background-image:url('../images/links.jpg');
	background-repeat:repeat-x;
	width:800px;
	height:19px;
	text-align:left
}

a:link{ 
	font-size:14px;
	color:#373737;
	;
}

a:hover{
	color:#003366;
	text-decoration:none;
}


a:link.links{ 
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
a:active.links{
	font-size:12px;
	text-decoration:none;
}
a:visited.links{ 
	font-size:12px;
	color:#444444;
	text-decoration:none;
}
a:hover.links{
	color:#FFFFFF;
	text-decoration:none;
}

td.main{
	background-color:#FFFFFF;
	padding:0px 10px 0px 10px;
	width:800px;
}
	
.header{
	font-size:30px;
	color:#404e37;
	padding:0px 10px 0px 10px;
	
}
.subheader{
	font-size:14px;
	text-align:left;
	color:#373737;
	padding:0px 10px 0px 10px;
}

tr.footer{
	background-color:#404e37;
	width:800px;
	text-align:center;
	color:white;
	font-size:10px;
}
a:link.footer{ 
	font-size:10px;
	color:white;
	text-decoration:none
}
a:active.footer{
	font-size:10px;
	text-decoration:none
}
a:visited.footer{ 
	font-size:10px;
	color:#CCCCCC;
	text-decoration:none
}

.imageBorder{
	border-color:#ffffff;
	padding-right:7px;
	padding-left:7px;
	
}
.border{
	border-left:2px solid #edc723;
	border-right:2px solid #edc723;
}
.bulleted{
 font-size:11px;
 color:#373737;
 text-weight:bold;
 padding:0px 10px 0px 10px;
}