﻿td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000;
}

#addressbar {
	background:url(siteart/addressbg.gif) top center no-repeat;
	height:32px;
	padding-right:10px;
	font-size:8pt;
	color:#000;
	text-align:right;
}

a:active {
	text-decoration:underline;
	color:#AC0010;
}

a:visited {
	text-decoration:underline;
	color:#AC0010;
}

a:link {
	text-decoration:underline;
	color:#AC0010;
}

a:hover {
	color:#000;
}

/*--Left Cell Begins--*/
#leftCell {
	background:url(siteart/leftcell_bottom.gif) center bottom no-repeat;
	background-color:#740000;
	text-align:center;
	color:#000;
	width:185px;
	vertical-align:top;
	height:225px;
}

a.leftnav:link, a.leftnav:visited, a.leftnav:active {
	text-decoration:none;
	text-align:left;
	font-weight:bold;
	color:#AC0010;
	background:url(siteart/buttonbg.gif) center center no-repeat;
	border-top:1px #AC0010 solid;
	border-bottom:1px #AC0010 solid;
	display:block;
	padding:10px 0 10px 0px;
	width:185px;
}

a.leftnav:hover {
	color:#FFF;
}
/*--Left Cell Ends--*/

/*--Main Cell Begins--*/
#mainNav {
	background:url(siteart/mainnavbg.gif) center center no-repeat;
	color:#AC0010;
	height:30px;
	width:585px;
}


a.nav:link, a.nav:visited, a.nav:active   {
	text-decoration:none;
	font-weight:bold;
	color:white;
}

a.nav:hover {
	color:#AC0010;
}

#mainCell {
	padding:3px 35px 3px 3px;
	vertical-align:top;
	background:url(siteart/maincell_bg.gif) right repeat-y;
	background-color:#FFF;
}

.pageheader {
	font-weight:bold;
	width:300px;
	border-bottom:1px #AC0010 solid;
	color:#AC0010;
	display:block;
	margin:5px 0 2px;
}

#footer {
	background:url(siteart/maincell_bottom.gif) center top no-repeat;
	height:90px;
}
/*--Main Cell Ends--*/