body {
	background:			#fff url(../images/bg.jpg) repeat-x;
	padding:			0px;
	margin:				0px;
	font-size:			11px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:		normal;
	color:				#315A84;
	text-align:			center;
	height:				100%;
    border:				0px;
}

#main {
	width:				760px;
	margin:				auto;
	display:			block;
	
}

#contenttitle {
	text-align:			center;
	color:				#fff;
	font-weight:		bold;
	padding-top:		10px;
	min-height:			30px;
	width:				760px;
}

.testbox {
	width:				190px;
	background:			#efefef url(../images/bg_testbox.png) no-repeat;
	color:				#333;
	font-size:			11px;
	float:				right;
	margin-left:		10px;
	margin-bottom:		10px;
	margin-top:			10px;
	text-align:			left;
	padding:			6px;
	overflow:			none;
	
}

td {
	color:				#315A84;
	font-size:			11px;
}

.icon {
	margin:				5px; 
	float:				right;
}

.icon1 {
	padding:			5px;
	background:			#fff;
	border-bottom:		2px solid #ccc;
	border-right:		2px solid #ccc;
	margin:				5px; 
	float:				right;
}


a {
	color:				#FF6600;
	text-decoration:	none;
}

a: hover  {
	text-decoration:	none;
	color:				#CC5200;
}

a:visited {
	color:				#CC5200;
}


.warning, .error {
	color:				#f00;
}



#content {
	width:				760px;
	padding-bottom:		20px;
	padding-top:		20px;
	margin-bottom:		10px;
	text-align:			left;
}

.whitearea {
	background:			#fff url(../images/quotew.gif) no-repeat;
	padding:			10px;
	margin-bottom:		15px;
	padding-left:		70px;

}

.grayarea {
	background:			#efefef url(../images/qg.gif) no-repeat;
	padding:			10px;
	margin-bottom:		15px;
	padding-left:		60px;
}

.p {
	font-size:			11px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	padding:			5px;
	border-bottom:		2px solid #ccc;
	border-right:		2px solid #ccc;
}


.wquote {
	background:			#fff url(../images/quote.gif) no-repeat;
	padding:			10px;
	margin-bottom:		15px;
	padding-left:		60px;

}

.gquote {
	background:			#efefef url(../images/qg.gif) no-repeat;
	padding:			10px;
	margin-bottom:		15px;
	padding-left:		60px;
}

.blogo {
	margin:				3px;
	padding:			3px;
	border-bottom:		1px solid #ccc;
	border-right:		1px solid #ccc;
}

.title {
	font-size:			13px;
	font-weight:		bold;
	padding-top:		10px;
	text-align:			left;
}

.maintitle{
	font-size:			15px;
	font-weight:		bold;
	padding-top:		10px;
}



#footer {
	text-align:			center;
	background:			#fff;
	color:				#FF9E13;
	font-weight:		normal;
	padding-top:		10px;
	min-height:			30px;
	width:				760px;
	background:			#333 url(../images/bg_footer.jpg) repeat-x;
	vertical-align:		top;
}


.footcolumn {
	width:				170;
	margin-left:		10px;
	text-align:			left;
	clear:				both;
	
}

.navlist {
	margin:				0;
	padding:			15px 0 0 0;
	list-style:			none;
}

.item {
	display:			inline;
}

.item a {

	display:			block;
	text-decoration:	none;
	color:				#FF9E13;
	font-size:			11px;
	margin-bottom:		5px;
}

.item a:visited {
	display:			block;
	text-decoration:	none;
	color:				#FF9E13;
	font-size:			11px;
	margin-bottom:		5px;
	
}

.item  a:hover {
	color:				#fff;
}


.item.active a {
	font-weight:		bold;
	color:				#FF9E13;
}

.item1 {
	display:			inline;
}

.item1 a {

	display:			block;
	text-decoration:	none;
	color:				#fff;
	font-size:			11px;
	margin-bottom:		5px;
}

.item1  a:hover {
	color:				#fff;
}


.item1.active a {
	font-weight:		bold;
	color:				#fff;
}


#wraper {
	margin:				0 auto;
	min-height:			100px;
}

#f1, #f2, #f3, #f4 {
	width:				170px;
	float:				left;
	text-align:			left;
	margin-left:		15px;

}

#legal {
	clear:				both;
	width:				750px;
	padding-bottom:		20px;
	padding-top:		20px;

}

#legal a {
	text-decoration:	none;
	color:				#FF9E13;
	font-size:			11px;
}

#legal a:visited {
	text-decoration:	none;
	color:				#FF9E13;
	font-size:			11px;
}


.banner	
{
	position:absolute;
	left:0px;
	top:0px;
	overflow:visible;
	height:233px;
	width:233px;
	background-image:url(../images/ribb.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:transparent;
	margin:0;
	padding:0;
	z-index:1000000000;
	border:none;
	float:none;
}



