/* ####################### GLOBAL Styles ######################## */

body {
	background: url(../images/bg_page.gif) #232324 repeat-x;	
	text-align: center;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #006aa0;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 0;
	padding: 0;
}

sup {
	line-height: 0;
	font-size: 9px;
}

/* ####################### Content Divs ######################## */

#wrapper {
	width: 923px;
	margin: 0 auto;
	padding: 0;
}

#pgheader {
	width: 909px;
	float: left;
}

#header {
	overflow: hidden; 
	font: 0;
}

#mainnav {
	width: 909px;
	height: 38px;
	font: 0;
	overflow: hidden;	
	background: url(../images/nav_bot.gif) transparent no-repeat bottom left;
}

#mainnav_home {
	width: 909px;
	height: 31px;
	font: 0;
	overflow: hidden;
}

#shadow_top {
	background: url(../images/shadow_top.gif) #232324 no-repeat;	
	width: 923px;
	height: 7px;
}

#shadow_bot {
	clear: both;
	background: url(../images/shadow_bot.gif) #232324 no-repeat;	
	width: 923px;
	height: 7px;
}

#shadow_hdr_l {
	background: url(../images/shadow_hdr_l.gif) #232324 repeat-y;	
	width: 7px;
	height: 266px;
	float: left;
}

#shadow_hdr_r {
	background: url(../images/shadow_hdr_r.gif) #232324 repeat-y;	
	width: 7px;
	height: 266px;
	float: left;
}
#shadow_hdr_l_home {
	background: url(../images/shadow_hdr_l.gif) #232324 repeat-y;	
	width: 7px;
	height: 122px;
	float: left;
}

#shadow_hdr_r_home {
	background: url(../images/shadow_hdr_r.gif) #232324 repeat-y;	
	width: 7px;
	height: 122px;
	float: left;
}

#shadow_l {
	background: url(../images/shadow_l.gif) #232324 repeat-y;	
	width: 7px;
	height: 206px;
	float: left;
}

#shadow_r {
	background: url(../images/shadow_r.gif) #232324 repeat-y;	
	width: 7px;
	height: 206px;
	float: left;
}

#shadow_l_home {
	background: url(../images/shadow_l_home.gif) #232324 repeat-y;	
	width: 7px;
	height: 206px;
	float: left;
}

#shadow_r_home {
	background: url(../images/shadow_r_home.gif) #232324 repeat-y;	
	width: 7px;
	height: 206px;
	float: left;
}

#content_wrapper {
	clear: both;
	width: 923px;
	background: url(../images/shadow.gif) #232324 repeat-y;	
}

#content {
	width: 909px;
	background: #fff;
	padding: 0 0 150px 0;
	float: left;
	text-align: left;
}

#content_home {
	width: 909px;
	background: #fff;
	padding: 0;
	float: left;
	text-align: left;
}

#col1 {
	float: left;
	width: 104px;
	padding: 15px 41px 0 23px;
}

#col2 {
	float: left;
	width: 486px;
	padding: 18px 26px 0 0;
}

#col3 {
	float: left;
	width: 229px;
}

#col3_box1 {
	width: 203px;
	min-height: 86px;
	background: url(../images/rcol_box1.gif) #035b85 no-repeat;
	overflow: hidden;
	padding: 6px 13px 11px 13px;
}

#col3_box2 {
	width: 203px;
	min-height: 52px;
	background: url(../images/rcol_box2.gif) #0671a8 no-repeat;	
	overflow: hidden;
	padding: 11px 13px 5px 13px;
}

#col3_box2_bot {
	width: 229px;
	height: 5px;
	background: url(../images/rcol_box2_bot.gif) #0671a8 no-repeat;	
	overflow: hidden;
}


#footer_home {
	text-align: center;
	padding: 30px 0;
}

#footer {
	text-align: center;
	padding: 14px 0;
}

.footer_div {
	width: 909px;
	height: 2px;
	margin: 4px 7px;
	background: url(../images/footer_div.gif) transparent repeat-x;
}

.float {
	float: left;
}

.clear {
	clear: both;
}

.float_r {
	float: right;
}

/* ####################### Text Styles ######################## */

.txt_main {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #4f5555;
}

.txt_main a:link, .txt_main a:visited {
	color: #006aa0;	
	text-decoration: none;
	font-weight: bold;
}

.txt_main a:hover, .txt_main a:active {
	color: #006aa0;	
	text-decoration: underline;
	font-weight: bold;
}


.txt_nav {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #818686;
	font-weight: bold;
}

.txt_nav a:link, .txt_nav a:visited {
	color: #006aa0;	
	text-decoration: none;
	font-weight: bold;
}

.txt_nav a:hover, .txt_nav a:active {
	color: #006aa0;	
	text-decoration: underline;
	font-weight: bold;
}

.sidebar {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #e2e1e1;
}

.sidebar a:link, .sidebar a:visited {
	color: white;
	text-decoration: none;
}

.sidebar a:hover, .sidebar a:active {
	color: white;
	text-decoration: underline;
}

.txt_footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #e2e1e1;
}

.txt_footer a:link, .txt_footer a:visited {
	color: #7b99bf;
	text-decoration: none;
}

.txt_footer a:hover, .txt_footer a:active {
	color: #7b99bf;
	text-decoration: underline;
}

.forum_footer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-style: italic;
	color: #e2e1e1;
}

.forum_ffooter a:link, .forum_ffooter a:visited {
	color: #7b99bf;
	text-decoration: none;
}

.forum_ffooter a:hover, .forum_ffooter a:active {
	color: #7b99bf;
	text-decoration: underline;
}


.lg {
	font-size: 1.5em;
}

.bold {
	font-weight: bold;
}

.right {
	text-align: right;
}

.white {
	color: white;
}

.blue {	
	color: #7b99bf;
}
.ErrorText {
	color: #FF0000;
}

.TextBoxTweaked {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}
