body {
	margin:0px;
	padding:0px;
	background:url(img/mainbg.jpg) top center no-repeat #fafafb;
	font-family:'Trebuchet MS', Helvetica, Arial;
	font-size:11px;
	color:#3d3d3d;
}

img {
	border:none;
}

.spacer  {
	clear:both;
}

.toright {
	float:right;
}

.subscribe {
	margin-bottom:5px;
}

.centered {
	text-align:center;
}

/************ container styles ***********/

#container {
	width:910px; 
	margin:0px auto;
}

/************ content styles ***********/

.content_top {
	display:block; 
	width:910px; 
	height:19px; 
	overflow:hidden;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/content_top.png');
}

div > /**/ .content_top {
	background:url(img/content_top.png) no-repeat; 
}

.content_mid {
	width:880px; 
	padding-left:15px; 
	padding-right:15px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/contentbg.png');
}

div > /**/ .content_mid {
	background:url(img/contentbg.png) repeat-y;
}

.content_bot {
	height:19px; 
	width:910px; 
	overflow:hidden;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/content_bot.png');
}

div > /**/ .content_bot {
	background:url(img/content_bot.png) no-repeat; 
}

.content_bot02 {
	height:19px; 
	width:910px; 
	overflow:hidden;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/content_bot02.png');
}

div > /**/ .content_bot02 {
	background:url(img/content_bot02.png) no-repeat; 
}

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

#header {
	display:block; 
	height:70px;
}

#header .hleft {
	float:left; 
	padding-left:25px; 
	padding-top:20px;
}

#header .hright {
	float:right; 
	font-size:13px; 
	text-align:right; 
	color:#FFFFFF; 
	padding-top:25px; 
	padding-right:15px;
	font-family:Arial, Helvetica, sans-serif;
}

#header .hright a {
	color:#FFFFFF;
	text-decoration:none;
}

#header .hright a:hover {
	text-decoration:underline;
}

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

#topnav {
	display:block; 
	height:32px; 
	background:url(img/topnavbg.gif) repeat-x; 
	padding-left:30px;
}

#topnav ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#topnav ul .item {
	display:block;
	float:left;
	font-family:'Trebuchet MS', Helvetica, Arial;
	font-size:15px;
	height:28px;
	border-right:2px solid #FFFFFF;
}

#topnav ul .item a {
	color:#7e7e7e;
	text-decoration:none;
	font-weight:bold;
	display:block;
	float:left;
	height:27px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
}

#topnav ul .item a:hover {
	color:#af002e;
}

#topnav ul .active a {
	color:#af002e;
}

#topnav .subnav {
	display:none;
	clear:left;
	position:absolute;
	width:300px;
	background:#f0eff0;
	border-top:2px solid #FFFFFF;
	margin-top:0px;
}

div > /**/ #topnav .subnav {
	margin-top:32px;
}

#topnav .subnav li {
	display:block;
	height:30px;
	border-bottom:1px solid #c0bfc0;
	overflow:hidden;
}

#topnav .subnav a {
	display:block;
	font-size:12px;
	color:#3a3a3a !important;
	font-weight:normal !important;
	height:30px !important;
	width:290px;
}

#topnav .subnav a:hover {
	color:#010101 !important;
}

#topnav .subnav .last {
	border:none;
	height:26px; 
	overflow:hidden;
}

div > /**/ #topnav .subnav .last {
	height:30px;
}

#topnav .sfhover .subnav {
	display:block;
}

#topnav .sfhover a {
	color:#af002e !important;
}

#topnav .sfhover .subnav a {
	color:#3a3a3a !important;
}

div > /**/ #topnav .item:hover a {
	color:#af002e;
}

div > /**/ #topnav .item:hover .subnav {
	display:block;
}

/********** leftnav styles ************/

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

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

.leftnav li a {
	font-size:12px;
	color:#5e5e5e;
	text-decoration:none;
}

.leftnav .active a {
	color:#940027;
}


.leftnav a:hover {
	color:#940027;
}

/********** banner_home styles ***********/

#banner_home {
	display:block; 
	height:182px; 
	overflow:hidden; 
	background:url(img/bannerbg.jpg) top right no-repeat #0a0002;
	margin-top:2px;
}

#banner_home .textblock {
	padding-left:25px; 
	padding-top:20px; 
	width:415px;
}

#banner_home h1 {	
	font-size:18px; 
	color:#FFFFFF; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	padding:0px; 
	margin:0px; 
	margin-bottom:10px;
}

#banner_home h2 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14px; 
	color:#bde066; 
	font-weight:normal; 
	padding:0px; 
	margin:0px;
}

#banner_home p {
	color:#FFFFFF; 
	text-align:justify; 
	font-size:12px; 
	margin:10px 0px;
}

#banner_home a {
	text-decoration:none; 
	font-style:italic; 
	font-weight:bold; 
	color:#bde066;
}

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

/********** banner_main styles *********/

#banner_main {
	display:block; 
	background:url(img/bannerbg2.jpg) top right no-repeat #0b0002; 
	height:43px; 
	overflow:hidden; 
	font-size:24px; 
	color:#FFFFFF; 
	font-family:Arial, Helvetica, sans-serif; 
	padding-top:25px; 
	padding-left:20px;
}

/********** home_content styles *********/

#home_content {
	padding:20px 30px;
}

#home_content h1 {
	font-size:18px;
	color:#b0002b;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

#home_content h1 span {
	font-size:14px;
	color:#7e7e7e;
}

/********** main_content styles *********/

#main_content {
	display:block; 
	background:url(img/maincontbg.png) repeat-y;
	width:880px;
}

#main_content .leftcol {
	width:250px; 
	float:left;
}

#main_content .leftcol h1 a,#main_content .leftcol h1 a:visited,#main_content .leftcol h1 a:link,#main_content .leftcol h1 a:hover {
	font-size:18px;
	color:#b0002b;
	font-weight:normal;
	margin:0px;
	padding:0px;
	text-decoration: none;
}

#main_content .leftcol .block02 {
	display:block;
	padding-left:30px;
	background:url(img/leftsep.gif) bottom no-repeat;
	padding-bottom:20px;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#474747;
}

#main_content .leftcol  p {
	margin:10px 0px;
	line-height:18px;
}

#main_content .leftcol  p  strong {
	color:#b00029;
	font-size:13px;
	font-weight:normal;
}


#main_content h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#b00029;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

#main_content h1 span {
	font-size:15px;
	color:#7e7e7e;
	font-weight:bold;
}

#main_content .rightcol {
	width:560px; 
	float:right; 
	padding-top:20px; 
	padding-right:30px;
}

#main_content .rightcol p {
	text-align:justify;
	margin:15px 0px;
}

#main_content h2 {
	font-size:14px;
	color:#3c3c3c;
	margin:0px;
	padding:0px;
}

#main_content .hrule {
	clear:both;
	display:block; 
	background:#c8c8c9; 
	height:1px; 
	overflow:hidden; 
	margin-bottom:15px;
}
/********** table01 styles **********/

.table01 {
	 color:#515151;
	 font-size:11px;
	 padding-bottom:10px;
}

.table01 p {
	margin:10px 0px;
	line-height:20px;
	text-align:justify;
}

.table01 .t01_left {
	width:505px; 
	float:left; 
	background:url(img/ico_logo.gif) top right no-repeat;
}

.table01 .t01_right {
	float:right; 
	width:290px; 
	padding-top:10px;
}

.table01 .button {
	margin-top:8px; 
	margin-right:20px;
}

.table01 .photo {
	border:1px solid #dfdfdf; 
	padding:5px;
}

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

.table02 .t02_left {
	width:391px; 
	float:left;
}

.t02_right {
	width:391px;
	float:right;
}

/********** table03 styles ***********/

.table03 {
	color:#940027; 
	font-size:12px; 
	padding-bottom:5px;
}

.table03 .t03_left {
	width:260px; 
	float:left;
}

.table03 .t03_right {
	width:260px; 
	float:right;
}

/********** block01 styles **********/

.block01 {
	display:block; 
	background:url(img/b01mid.jpg) repeat-y; 
	width:391px;
}

.block01 .b01top {
	background:url(img/b01top.jpg) top left no-repeat;
}

.block01 .b01bot {
	background:url(img/b01bot.jpg) bottom left no-repeat; 
	width:351px; 
	padding:20px;
}

.block01 h1 {
	display:block;
	border-bottom:1px solid #dbdadb;
	height:35px;
}

.block01 h1 .icon {
	float:right; 
	margin-top:-22px;
}

.block01 p {
	margin:15px 0px;
	text-align:justify;
	line-height:18px;
}

.block01 a {
	text-decoration:none;
	color:#515151;
}

.block01 a img {	
	vertical-align:middle; 
	margin-left:5px;
}

.block01 .dice {
	float:right; 
	margin-top:30px;
}

/********** list01 styles ************/

.list01 {
	margin:0px;
	padding:0px;
	list-style:none;
	color:#b40039;
}

.list01 li {
	background:url(img/bullet.gif) 0px 4px no-repeat;
	padding-left:20px;
	margin:2px 0px;
}

/********** partners styles ************/

#partners {
	padding-top:20px;
}

/********** footer styles ***********/

#footer {
	display:block; 
	color:#515151;
	padding-top:10px;
	padding-bottom:25px;
}

#footer .fleft {
	float:left; 
	padding-left:15px;
}

#footer .fright {
	float:right;
	padding-right:15px;
}

#footer a {
	color:#515151;
	text-decoration:none;
}

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

/********** additional styles **********/
table tr td a {
	color:#af002e;
	text-decoration: none;
}


