@charset "utf-8";
/* CSS Document */

body {
	background-color: #23589f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #23589f;
}
#mainTitle{
	background-image:url(../images/title_area.jpg);
	background-repeat:no-repeat;
	margin:0px;
	height:30px;
	padding-left:40px;
	padding-top:7px;
	margin-bottom:-5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:lighter;
	text-transform:uppercase;
}
h3{
	background-image:url(../images/side_bar_title.jpg);
	background-repeat:no-repeat;
	margin:0px;
	height:37px;
	padding-left:35px;
	padding-top:7px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:lighter;
	text-transform:uppercase;
}
.footer{
	text-align:center;
	color:#9ab9e1;
	font-size:10px;
}
.footer a:link{
	color:#9ab9e1;
}
.footer a:visited {
	color:#9ab9e1;
}
.footer a:hover {
	color:#FFFFFF;
}
.footer a:active {
	color:#9ab9e1;
}
.contentArea{
	padding-right:15px;
	padding-left:15px;
	text-align:justify;
}
a:link {
	color: #f26522;
}
a:visited {
	color: #f26522;
}
a:hover {
	color: #c74000;
}
a:active {
	color: #f26522;
}
a {
	font-weight: bold;
}
.listingimg{
cursor: pointer;
cursor: hand;
}
#headerLinks{
	color:#FFFFFF;
	font-weight:normal;
}
#headerLink a{
	color:#FFFFFF;
	font-weight:normal;
}