@charset "UTF-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/background_page.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #630;
}


/* DIV containers */


#header { 
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 133px;
	margin-bottom: 0;
}

#maincontainer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/bg_container.gif);
	background-repeat: repeat-y;
}

#contenthome {
	width: 800px;
	background-image: url(img/banner_home.jpg);
	background-repeat: no-repeat;
}

#contentsub {
	width: 800px;
	background-image: url(img/banner_sub.gif);
	background-repeat: no-repeat;
}


#navigation {
	width: 800px;
	text-align: center;
	font-weight: bold;
}

#navigation a {
	color: #000;
	text-decoration: none;
}

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

#homeleft {
	width: 512px;
	padding-left: 46px;
	padding-top: 222px;
	text-align: left;
	float: left;
}


#homeright {
	width: 182px;
	padding-left: 43px;
	padding-top: 35px;
	float: left;
}

#subleft {
	width: 512px;
	padding-left: 46px;
	padding-top: 20px;
	text-align: left;
	float: left;
}

#subleftfull {
	width: 700px;
	padding-left: 46px;
	padding-top: 20px;
	text-align: left;
	float: left;
}

#subright {
	width: 182px;
	padding-left: 43px;
	padding-top: 35px;
	float: left;
}
	

#footer {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	font-size: 10px;
	padding: 10px;
	color: #FFF;
	clear: both;
}

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

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




/* HTML tags */

a {
	text-decoration: underline;
	color: #000;
}

hr {
	color: #630;
	background-color: #630;
	height: 1px;
	border: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}


/* class styles */


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

.pgtitle {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #630;
}

.pgsubtitle {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #630;
}

.pgsectiontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.txtblack {
	color: #000;
}

.rowhilite {
	background-color: #e3e3e3;
}

.rowhiliteyellow {
	background-color: #ffefbd;
}