a:link {
	color:#003366;
	font-weight : normal;
	text-decoration : none;
}

a:visited {
	color:#003366;
	font-weight : normal;
	text-decoration : none;
}

a:hover {
	color:#A8BBD9;
	font-weight : normal;
	text-decoration : underline;
}

a:active {
	color:#003366;
	font-weight : normal;
	text-decoration : none;
}

a.mainNav:link {
	color:#000000;
	font-size:14px;
	font-weight : normal;
	text-decoration : none;
	font-family:Arial, Helvetica, sans-serif;
}

a.mainNav:visited {
	color:#000000;
	font-size:14px;
	font-weight : normal;
	text-decoration : none;
	font-family:Arial, Helvetica, sans-serif;
}

a.mainNav:hover {
	color:#000000;
	font-size:14px;
	font-weight : normal;
	text-decoration : underline;
	font-family:Arial, Helvetica, sans-serif;
}

a.mainNav:active {
	color:#000000;
	font-size:14px;
	font-weight : normal;
	text-decoration : none;
	font-family:Arial, Helvetica, sans-serif;
}

.homeBackground {
	background-position:top;
	background-repeat:no-repeat;
	border:1px solid #FFFFFF;
}

.elseBackground {
	background-image:url(/public/image/sub_image.jpg);
	background-position:top;
	background-repeat:no-repeat;
	border:1px solid #FFFFFF;
}

body {
	background-image:url(/public/image/bgmain.jpg);
	background-repeat:repeat-x;
	font-family : Tahoma, Arial;
	font-size : 12px;
	font-weight : normal;
	color:#003366;
}

.pageContent1{
	clip:rect(auto, auto, auto, auto);
	overflow-y:scroll;
	overflow:-moz-scrollbars-vertical;
	width:860px;
	height:580px;
	padding:15px;
}
.pageContent2{
	padding:15px;
}

td {
	font-family : Tahoma, Arial;
	font-size : 12px;
	color:#003366;
}

td.mainNav {
	background-image:url(/public/image/nav_grad.gif);
	background-position:center;
	border-bottom:3px solid #AAAAAA;
	margin:0px;
	padding:0px;
}

td.mainNavSpacer {
	background-image:url(/public/image/nav_grad.gif);
	background-position:center;
	border-bottom:3px solid #AAAAAA;
	padding:5px;	
}

.button {
	background-color : #FFFFFF;
	font-family : Arial;
	font-size : 11px;
	font-weight : bold;
	color : #003366;
}

.field {
	color : #000000;
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
}

.header, h1, h2, h3, h4 {
	color : #000000;
	font-family : Arial;
	font-size : 16px;
	font-weight : bold;
	line-height : 19px;
}
.homeListingSearch {
	margin-top:60px;
	float:right;
	max-width:300px;
	max-height:275px;
	background-color:#000000;
	filter: alpha(opacity=75);
	-moz-opacity: 075;
	opacity: 0.75;	
	padding:5px;
	color:#FFFFFF;		
}
#searchDiv{
	width:790px;
	height:180px;
	background-color:#000000;
	padding:5px;
	line-height:;
	display:;
	color:#FFFFFF;
}

.homeWelcome{
	padding:0px;
	filter: alpha(opacity=75);
	-moz-opacity: 075;
	opacity: 0.75;
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
	float:left;
	width:545px;
	height:250px;
}
.listingBoxWrapper{
	margin-top:60px;
	background-color:#000000;
	filter: alpha(opacity=75);
	-moz-opacity: 075;
	opacity: 0.75;
	float:left;
	width:400px;
	height:275px;
	overflow-y:scroll;
	overflow-x:hidden;
	overflow:-moz-scrollbars-vertical;
}
.listingBoxWrapper h2, .homeWelcome h2{
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	padding:5px;
}
.listingBoxWrapper a:link, .listingBoxWrapper a:visited, .listingBoxWrapper a:active{
	margin:50px 0px 0px 15px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
}
.listingBoxWrapper a:hover {
	margin:50px 0px 0px 15px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	text-decoration:underline;
}
.listingBox{
	color:#FFFFFF;
	font-size:10px;
	font-weight:normal;
	border:thin, #FF0000;
	float:right;
	clear:right;
	width:100%;
	margin-bottom:15px;
}
.listingBox a:link, .listingBox a:visited, .listingBox a:active{
	text-decoration:none;
	color:#FFFFFF;
	font-size:10px;
	font-weight:normal;
}
.listingBox a:hover{
	font-style:italic;
	color:#FFFFFF;
	font-size:10px;
	font-weight:normal;
}
.listingBox img{
	margin:5px;
	width:150px;
	height:150px;
	border:none;
	float:left;
}