﻿body {
	margin:0px; 
	background: #fff url('siteart/bg.jpg') repeat-x;
}


td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#112b5c;
}


a:link, a:active, a:visited {
	color:#ab2928;
	text-decoration:underline;
}
a:hover {
	color:#112b5c;
}


a.btm:link, a.btm:active, a.btm:visited {
	color:yellow;
	text-decoration:none;
	text-align:center;
	border-right:1px #cccccc solid;
	text-transform:uppercase;
	padding:0px 10px 0px 10px;
	font-weight:bold;
	font-size:12px;
}
a.btm:hover {
	text-decoration:underline;
	
}



#navbg {
	vertical-align:top; 
	width:764px; 
	height:200px; 
	background: url('siteart/navbg.jpg') no-repeat;
}

#navtd {
	border-bottom:1px #cccccc dotted;
	padding:2px 0px 2px 0px;
}

a.nav:link, a.nav:active, a.nav:visited{
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-style:italic;
	color:#112b5c;
	font-size:14px;
	padding:3px 18px 4px 23px;
	text-decoration:none;
	display:block;
	background: url('siteart/nav_off.jpg') no-repeat;
}
a.nav:hover {
	background: url('siteart/nav_on.jpg') no-repeat;
	color:#ab2928;
}





a.nav2:link, a.nav2:active, a.nav2:visited{
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-style:italic;
	color:#ab2928;
	font-size:14px;
	padding:3px 18px 4px 23px;
	text-decoration:none;
	display:block;
	background: url('siteart/nav_on.jpg') no-repeat;
	
}
a.nav2:hover {
	background: url('siteart/nav_off.jpg') no-repeat;
	color:#112b5c;
}







#left {
	vertical-align:top; 
	width:510px; 
	border-right:1px #cccccc solid; 
	background:#fff url('siteart/containerbg.jpg') no-repeat;
}

#leftother {
	vertical-align:top; 
	width:510px; 
	border-right:1px #cccccc solid; 
	background:#fff url('siteart/other.jpg') no-repeat;
}


#right {
	vertical-align:top; 
	width:236px; 
	height:600px; 
	background:#fff url('siteart/rightbg.jpg') no-repeat bottom;
}

.title {
	font-family:"Arial Black";
	color:#ab2928;
	font-size:19px;
	text-transform:uppercase;
	font-style:italic;
}

