@charset "utf-8";
body {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2d2d2d;
	background:url(img/bgd.jpg) top repeat-x #e8e9e3;
	margin:0px;
	padding:0px;
}

img {
	border:none;
}

.img_right {
	float:right; 
	margin-left:10px;
}

.flash {
	display:block; 
	height:338px; 
	width:830px; 
	overflow:hidden;
}

.spacer {
	clear:both;
	height:1px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}

h1 {
	font-size:18px; 
	color:#365091; 
	margin:0px; 
	padding:0px; 
	margin-bottom:10px;
}

h2 {
	font-size:18px; 
	font-weight:normal;
	color:#98012e;
	margin:0px; 
	padding:0px; 
	margin-bottom:10px;
}

h3 {
	color:#385392;
	font-size:14px;
	margin:0px; 
	padding:0px; 
	margin-bottom:10px;
	font-weight:normal;
}

p {
	margin:10px 0px;
}
/*********** container styles *************/

#container  {
	display:block; 
	width:830px; 
	margin:0 auto 0px auto;
	padding-bottom:20px;
}

/************ header styles *************/

#header {
	display:block; 
	height:83px;
	overflow:hidden;
}

#header .hleft {
	float:left;
	padding-top:12px;
	padding-left:15px;
}

#header .hright {
	float:right;
	padding-top:50px;
}

/************ topnav styles ************/

#topnav {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:11px;
	color:#ffffff;
}

#topnav li {
	display:block;
	float:left;
	background:url(img/itembg.gif) 100% 50% no-repeat;
	padding-left:15px;
	padding-right:15px;
	height:20px;
}

#topnav a {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

#topnav a:hover {
	text-decoration:underline;
}

#topnav .last {
	background:none;
}

#topnav  .active a {
	color:#fe6f6f;
}

/********** subnav styles ***********/

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

.subnav li {
	display:block;
	background:url(img/bullet.gif) 0px 5px no-repeat;
	padding-left:25px;
	margin-bottom:5px;
}

.subnav a {
	color:#365091;
	font-size:14px;
	text-decoration:none;
}

.subnav a:hover {
	text-decoration:underline;
}

/********** content_home styles **********/

#content_home {
	display:block; 
	width:800px; 
	background:url(img/contentbg.jpg) repeat-y;
	padding:15px;
	
}

/********** content_main styles *********/

#content_main {
	display:block; 
	width:830px;
	background:url(img/content2bg.jpg) repeat-y;
}

#content_main .wrap {
	display:block; 
	width:800px; 
	padding:0px 15px; 
	background:url(img/content2bg_top.jpg) top left no-repeat;
}

/********** banner styles **********/

#banner {
	padding-top:9px; 
	height:166px; 
	overflow:hidden;
}

/********** table01 styles *********/

.table01 {
	display:block;
}

.table01 .leftcol {
	display:block; 
	width:360px; 
	float:left; 
	padding-left:36px; 
	text-align:justify;
}

.table01 p {
	padding-right:20px;
}

.table01 a {
	color:#941f31; 
	text-decoration:none;
}

.table01 .rightcol {
	display:block; 
	width:360px; 
	float:left;
    padding-left:20px;
}

/********** table02 styles ***********/

.table02 {
	display:block; 
	padding-top:25px;
}

.table02 .leftcol {
	display:block; 
	width:215px; 
	float:left; 
	padding-left:20px;
}

.table02 .rightcol {
	float:right; 
	width:522px; 
	padding-right:20px; 
	text-align:justify;
}

.table02 p a {
	color:#98012e; 
	text-decoration:none;
}

.table02 p a:hover {
	text-decoration:underline;
}
/********** footer styles ************/

#footer {
	display:block;
	background:url(img/footerbg.jpg) top left no-repeat; 
	width:830px; 
	overflow:hidden;
}

#footer .foot_links {
	text-align:center;
	font-size:11px;
	padding-top:8px;
}

#footer .foot_links ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#footer .foot_links li {
	display:inline;
	background:url(img/item2bg.gif) 100% 50% no-repeat;
	padding:0px 12px;
}

#footer .foot_links a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#footer .foot_links a:hover {
	text-decoration:underline;
}

#footer .foot_links .last {
	background:none;
}

#footer .copyright {
	font-size:11px; 
	color:#365190; 
	padding-top:20px; 
	padding-left:45px;
}

#footer .copyright a {
	color:#365190;
}

.floatr	{
	float: right;
	margin: 0 0 0 10px;
}

.contact {
	float: left;
	width: 240px;
	margin-right:  20px;
}

.clear {
	clear: both;
}