p, div, span, td, body, font, input, textarea, ul, ol, li, select {
	font-size: x-small;
	font-family: tahoma;
	color: #444444;
	line-height: 150%;
}


a, a:link, a:visited, a:active {
	color: #0061A5;
	text-decoration: none;
}

a:hover {
	color: #00487B;
}

hr {
	border: 0px;
	background-color: #BFBFBF;
	height: 1px;
	border-style: solid;
	padding: 0px;
}

.tblcellheader, .tblCellHeader {
	background-color: #DEDEDE;
	color: black;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
}

.tblheader, .tblHeader {
	background-color: #8E8E8E;
	color: white;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
}

.tblcellheader p, .tblCellHeader p {
	margin: 0px;
}

.tblcell, .tblCell {
	border: 1px solid #EEEEEE;
	padding: 7px;
}

.tblcellalt, .tblCellAlt {
	background-color: #F4F4F4;
	padding: 7px;
}


h1 {
	color: #4C535C;
	font-size: small;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 3px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	margin: 0px;
	margin-bottom: 5px;
}

h2 {
	color: #7C8998;
	font-size: small;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 5px;
}

h3 {
	color: #8EA3BC;
	font-size: small;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 5px;
}

p {
	margin-top: 5px;
}


.sitebody_intro {
	background-image: url(../images_site/i_p-intro_mainbg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
	
	
	.sitebody_intro #mainbg_left {
		background-image: url(../images_site/i_bg-intro_main_tl.jpg);
		background-position: top right;
		background-repeat: no-repeat;
	}
	
	.sitebody_intro #mainbg_right {
		background-image: url(../images_site/i_bg-intro_main_tr.jpg);
		background-position: top left;
		background-repeat: no-repeat;
	}

.sitebody_inner {
	background-image: url(../images_site/i_p-inner_mainbg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

	
	.sitebody_inner #mainbg_left {
		background-image: url(../images_site/i_bg-inner_main_tl.jpg);
		background-position: top right;
		background-repeat: no-repeat;
	}
	
	.sitebody_inner #mainbg_right {
		background-image: url(../images_site/i_bg-inner_main_tr.jpg);
		background-position: top left;
		background-repeat: no-repeat;
	}


#header_redrow {
	background-image: url(../images_site/i_bg-headerred.gif);
	background-repeat: repeat-x;	
}

#nav_cont {
	background-image: url(../images_site/i_bg-nav.gif);
	background-repeat: repeat-x;
	border-left: white solid 1px;
	border-right: white solid 1px;
	height: 35px;
}

#intro_subheaderimg_cont {
	background-repeat: repeat-x;
	background-image: url(../images_site/i_bg-intro_subheader.jpg);
}

	#intro_subheaderimg_cont #bgimg_cont {
		background-repeat: no-repeat;
		background-position: right;
	}

#page_cont {
	border-left: white solid 1px;
	border-right: white solid 1px;
	background-color: #E5E5E5;
}

#intro_content_cont { 
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

	#intro_img_cont {
		padding: 6px;
		background-color: #FFFFFF;
		margin-left: 11px;
	}
	
	#intro_text_cont {
		padding: 18px;
	}
	
	#intro_text_cont p {
		margin-top: 0px;
	}

.title_cont {
	height: 30px;
	width: 100%;
}

	.title_cont .text {
		background-color: #7C8998;
		font-size: small;
		color: white;
		font-weight: bold;
		vertical-align: middle;
		padding-left: 19px;
	}
	
	.title_cont .right {
		background-image: url(../images_site/i_p-titleend.gif);
		background-repeat: no-repeat;
		background-position: right;
		width: 29px;
	}

#footer_cont {
	border: #E5E5E5 solid 6px;
	background-color: #FAFAFA;
	padding: 8px;
	font-size: x-small;
	color: #717171;
}

	#footer_links_cont {
		background-image: url(../images_site/i_bg-footer_dots.gif);
		background-position:top;
		background-repeat: repeat-x;
		color: #717171;
		margin-top: 5px;
		padding-top: 5px;
	}
	
	
	#footer_cont a:link, #footer_cont a:visited {
		color: #717171;
		text-decoration: none;
	}	
	
	#footer_cont a:hover {
		color: #0061A5;
	}
	
	

#inner_homehover {
	position: absolute;
	top: 0px;
	padding-top: 105px;
	padding-left: 82px;
	font-size: 10px;
	font-weight: bold;
	color: white;
	display: none;
}	
	
#inner_page_cont {
	border-left: white solid 1px;
	border-right: white solid 1px;
	background-color: #E5E5E5;
	background-image: url(../images_site/i_bg-inner_page.jpg);
	background-repeat:repeat-x;
	padding: 7px;
}

#breadcrumb_cont {
	padding-bottom: 8px;
	padding-left: 20px;
}

	#breadcrumb_cont a:link, #breadcrumb_cont a:visited {
		color: #444444;
		text-decoration: underline;
	}
	
	#breadcrumb_cont a:hover {
		color: black;
		text-decoration: underline;
	}

#inner_content_cont {
	margin-top: 7px;
	background-color: white;
	padding: 20px;
}
