/* GENERAL LAYOUT STYLES */ 
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #371C11;
}
body {
	background-color: #1E0000;
	background-image: url(../images/bg_fade.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}
#sidebar {
	background-color: #EEEDE7;
	background-image: url(../images/bg_blueprint_top.jpg);
	background-repeat: no-repeat;
	width: 195px;
	padding-left: 15px;
}
#intlogo {
	padding-top: 50px;
	padding-bottom: 48px;
	padding-left: 25px;
}
#footer {
	text-align: center;
	background-color: #AD5B10;
	padding: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #942F10;
	color: #F4C59B;
}
#footerHome {
	margin-top: 5px;
	color: #B5A69D;
}
#content {
	background-color: #EEEDE7;
	background-image: url(../images/bg_blueprint_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
a:link, a:visited, a:active {
	color: #942f10;
}
a:hover {
	color: #5E3E30;
}
#homepagetext {
	color: #FFFFFF;
	line-height: 25px;
	font-size: 12px;
	padding-top: 20px;
}
#homeTBL {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8C7BC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8C7BC;
	padding-top: 10px;
	padding-bottom: 10px;
}
#wraper {
	width: 800px;
	margin:0 auto;
}
#homelogo {
	margin-top: 10px;
}



/* NAVIGATION BAR STYLE HOMEPAGE */ 
#homenav {
	background-image: url(../images/bg_navigation.gif);
	background-repeat: repeat-x;
	height: 40px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#homenav a {
	font-size: 13px;
	display: block;
	float: left;
	color: #1E0000;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 21px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#homenav a:hover {
	color: #5E3E30;
	background-image: url(../images/bg_navbar_link_over.gif);
	background-repeat: repeat-x;
	background-position: left top;
}



/* NAVIGATION BAR STYLE INTERIOR PAGES */ 
#navbar {
	background-image: url(../images/bg_navigation.gif);
	background-repeat: repeat-x;
	height: 40px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#navbar a {
	font-size: 13px;
	display: block;
	float: left;
	color: #1E0000;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#navbar a:hover {
	color: #5E3E30;
	background-image: url(../images/bg_navbar_link_over.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.navactive {
	color: #5E3E30;
	background-image: url(../images/bg_navbar_link_over.gif);
	background-repeat: repeat-x;
	background-position: left top;
}




/* SIDEBAR NAVIGATION LIST */ 

.sidenav, ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
}
.sidenav, ul, li a:link, .sidenav, ul, li a:visited {
	color: #1E0000;
	text-decoration: none;
}
.sidenav, ul, li a:hover {
	color: #942F10;
	text-decoration: none;
}
.ruled {
	background-image: url(../images/sidebar_nav_divider.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 5px;
}
.active {
	list-style-type: none;
	background-image: url(../images/global/side_nav_active_bg.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}


/* PRESENTATION STYLES */ 
h4 {
	color: #942F10;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
h3 {
	color: #942F10;
	font-family: "Century Gothic", Tahoma, Verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 20px;
	margin: 0;
	padding-bottom: 10px;
 }
#content p {
	width: 450px;
}
textarea {
	border: 1px solid #5E3E30;
	width: 98%;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663300;
}
.textfields {
	height: 25px;
	width: 219px;
	border: 1px solid #5E3E30;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663300;
}
.staffimages {
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: -8px;
}
#content li {
	list-style-type: decimal;
}
#content ol {
}
.bulletList  {
	list-style: inside;
}
#content .bulletList li {
	list-style: disc;
	margin-left: 10px;
}
#content td {
	padding-bottom: 10px;
	padding-right: 10px;
}
#indented {
	padding-left: 15px;
}
#indented li {
	list-style-image: url(../images/bullet1.gif);
}
#newsletter {
	background-color: #E4E3DE;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #C8BFB8;
}
#newsletter input {
	border: 1px solid #666666;
	margin-top: 5px;
	margin-bottom: 5px;
}
#newsletter form {
	display: inline;
}
#epa {
	text-align: center;
	padding: 10px;
}
