@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background: white;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div { font-family: Verdana, Arial, Helvetica, sans-serif; }

table {
	padding: 0px; margin: 0px;
	border-collapse: collapse; border-spacing: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td { padding: 0px; margin: 0px; vertical-align: top; text-align:left; }

h1,h2,h2,h3 { color: #495350; font-size: 14px; margin:0px; padding: 0px; }

/* global */

table.bcontainer {
	width: 764px;
}

td.bleft {	width: 53px; }
td.cbody {  width: 650px;}
td.bright {	width: 61px; }

a:link, a:visited, a:active { color: #242424; }
a:hover { color:#a1262b;  }

/* header navigaton */
table.header { width: 650px; }
td.topnav { 
	width: 469px; 
	vertical-align:bottom;
	text-align: right;
	padding-bottom: 8px;
	padding-right: 20px;
	background-image:url(/images/header_bg.jpg); 
	background-repeat:no-repeat; 
}

td.topnav a { font-size: 12px; text-decoration: none; margin-left:6px;}
td.topnav a:link,td.topnav a:visited,td.topnav a:active { color: white; }
td.topnav a:hover { color:#a1262b; }

/* content and right nav */
table.candrnav { width: 650px; background: white; }

td.bodycontent { 
	width: 462px; 
	background-image:url(/images/body_bg1.jpg); 
	background-repeat:no-repeat;
	min-height:500px;
}

div.ccontent { width: 400px; }

div.content1 { width: 428px; padding-left: 24px; }
div.content1 h1 { margin-top: 20px; padding-left: 15px; margin-bottom: 15px; }

div.content2 { width: 428px; padding-left: 24px; background-image:url(/images/body_bg2.jpg); background-repeat:no-repeat; }
div.content2 h2 { padding-top: 15px; padding-left: 15px; margin-bottom: 15px; }

div.redside { background-image:url(/images/right_nav_bg_reg.jpg); background-repeat:no-repeat; }
div.redside h3 { padding-top: 15px; padding-left: 30px; margin-bottom: 10px; }
div.redside ul { margin: 0px; list-style: none; list-style-type:none; padding:0px;}
div.redside li { margin: 0px; list-style: none; padding:2px; padding-left: 25px; }
div.redside a:link, div.redside a:visited, div.redside a:active { color: #242424; }
div.redside a:hover { color:#a1262b;  }


/* footer */

table.footer { margin-top: 20px; }
table.footer td.links {  padding-top: 10px; text-align: center; }
table.footer td.credit { padding-top: 10px; text-align: center; font-size: 10px;  padding-bottom: 20px;}





