﻿*
{
	font-family:Arial;
}
.mainframe
{
	width:1024px;
	background-color:White;
	margin-left:auto;
	margin-right:auto;
	background-color:#E8E8E8;
}


.mainframe .bar
{
	width:1024px;
	background-color:#4B0102;
	height:9px;
}

.mainframe .topbanner
{
	width:890px;
	margin-left:auto;
	margin-right:auto;
	background-color:#4B0102;
	height:51px;
	z-index:3;
	position:relative;
}


.mainframe .topstrip
{
	background-color:#5B0B0A;
	height:252px;
	margin-top:-51px;
	z-index:-10000;
	position:2;
}

.mainframe .pic
{
	width:893px;
	height:266px;
	background-color:Black;
	margin-left:auto;
	margin-right:auto;
	margin-top:-135px;
	padding-top:4px;
}

.mainframe .content
{
	width:890px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	float:none;
	position:relative;
}
.mainframe .content .leftbar
{
	width:206px;
	background-color:#730B0A;
	height:175px;
	float:right;
	 padding-top:7px; 
	 padding-left:7px;
	 color:White;
}

.mainframe .content .rightbar
{
	width:670px;
	float:left;
	
}

.mainframe .content  .rowhover
{
width:33%;
vertical-align:top;
}
.mainframe .content  .rowhover:hover
{
	background-color:#F1EEEE;
}

.mainframe .content .rightbar .picclass
{
	border:5px solid #821A1B;
	width:193px;
	height:95px;
	margin-top:20px;
}

.mainframe .content .rightbar .coltext
{
	text-align:justify;
	font-size:11px;
	color:#0D0D0D;
	width:100%;
	font-family:Arial;
	margin-top:10px;
	
}
.mainframe .content .rightbar .coltext a
{
	text-decoration:none;
	display:block;
	height:15px;
	margin-bottom:2px;
	color:black;
	font-size:10px;
	padding-left:30px;
	background-image:url('button.png');
	background-repeat:no-repeat;
	background-position:10px 3px;
	border-bottom:dashed 1px #CBCBCB;
	letter-spacing:2px;
	background-color:#F1EEEE;
	
}
.mainframe .content .rightbar .coltext a:hover
{
	background-color:gray;
	letter-spacing:3px;
	color:White;
	border-bottom:solid 1px gray;
	
}
.mainframe .content .rightbar .collink
{
	font-size:12px;
	color:#0D0D0D;
	font-family:Arial;
	font-weight:bold;
}




.mainframe .content .rightbar .heading1
{
	font-family:Arial;
	color:#6E6E6E;
	font-weight:bold;
}


.mainframe .content .rightbar .heading2
{
	font-family:Arial;
	color:#910100;
	font-weight:bold;
}

.footer
{
	height:60px;
	background-color:#5F0B0B;
	width:1024px;
		float:none;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}




