/* CSS Document */
body, html{
	overflow-x: hidden;
	voice-family: "\"}\"";
	voice-family: inherit;
	overflow:-moz-scrollbars-horizontal-none;
}

body {
	padding:0px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	background:#660000;
	}

/* TextRollover */
a:link { color:#000; text-decoration:none;}
a:visited { color:#000; text-decoration:none;}
a:hover { color:#f60; }
a:active { color:#000; text-decoration:none;}

#mainContent {
	position:absolute;
	top:120px;
	left:50%;
	margin-left:-140px;
	width:350px;
	z-index:100;
	overflow:visible;
	}
	
/* START CLASSES */
.imglnk {
	border:0px;
	margin:0px;
	padding:0px;
	}


/* NAVIGATION STYLES */
.subNavHldr {
	padding:5px;
	background: #CC3300;
	}
.subNavText {
	padding: 2px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#fff;
	}
.subNavText:hover {
	/*color:#c30;*/
	background: #fff;
	}
	
/* TEXT */
.maincontent {
	padding:10px;
	}
.leftborder {
	border-left:1px dotted #996;
	border-bottom:1px dotted #996;
	}
.content_area {
	padding:10px;
	border-bottom:1px dotted #996;
	}
.pic {
	margin-top:-10px;
	padding:5px;
	/* border-right:1px dotted #9cf;*/
	border-bottom:1px dotted #9cf;
	}
.headpic {
	background: url("../img/rc_002_r1_c5.jpg") no-repeat;
	}
.head {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size:18px;
	color:#660000;
	}
.smallhead {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size:12px;
	color:#c30;
	letter-spacing:5px;
	text-transform:uppercase;
	}
.subhead {
	margin-top:5px;
	margin-bottom:-5px;
	font-family:Georgia, Times, 'Times New Roman', serif;
	font-size:14px;
	color:#c30;
	}
.body {
	/*margin-top:-10px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#663;
	}
.form {
	padding-left:3px;
	padding-bottom:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#996;
	border-bottom:1px dotted #996;
	}

.piccap {
	/*margin-top:-10px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666;
	}