/*~~~~~~~~~~~STANDARD PAGE IDS~~~~~~~~~~~*/ 
* {
	margin:0;padding:0;
}
body {
	margin:0;padding:0;
	background: url(bg.jpg); background-repeat: repeat-x; background-color: #EEEEF2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#site-wrapper {
	width: 812px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#header {
	background-image: url(header.jpg); background-repeat: no-repeat;
	height: 201px;
}

#nav_bar {
	background-image: url(bg_nav.jpg); width: 812px; height: 27px; padding: 0; margin: 0 0 0 0;
}

/*~~~~~~~~~~~NAVIGATION~~~~~~~~~~~*/
#nav {font-family:tahoma; font-size:13px; line-height: 27px; padding:0; list-style:none; margin: 0 0 0 13px;}
#nav li{float:left; list-style: none;}
#nav a{display:block;float:left;height:27px;padding:0 16px;border-right:1px solid #c9c6b3; background:url('nav.gif'); color:#553; font-weight:normal; line-height:27px; text-decoration:none;}
#nav a:hover{background:url('nav.gif') left bottom;color:#970000;text-decoration:underline;}
#nav .selected{background:url('nav.gif') left bottom;color:#970000;}

/*~~~~~~~~~~~SUB-NAVIGATION~~~~~~~~~~~*/
#nav_bar2 {	background-image: url(bg_body.jpg); background-repeat: repeat-y; width: 812px; height: 27px; padding: 0; margin: 0 0 0 0; }
#nav2 {font-family:tahoma; font-size:13px; line-height: 27px; padding:0 0 0 0; list-style:none; margin: 0 0 0 0; background-image: url(bg_body.jpg); background-repeat: repeat-y; width: 812px;}
#nav2 ul {margin-left: 100px; margin-right: auto; width: auto;}
#nav2 li{float:left; list-style: none;}
#nav2 a{display:block;float:left;height:27px;padding:0 16px;border-right:1px solid #c9c6b3; background:url('nav2.gif'); color:#686868; font-weight:normal; line-height:27px; text-decoration:none;}
#nav2 a:hover{background:url('nav2.gif') left bottom;color:#970000;text-decoration:underline;}
#nav2 .selected{background:url('nav2.gif') left bottom;color:#970000;}
#nav2 .nav2_left{border-left:1px solid #c9c6b3;}
#nav2 .selected_nav2_left{border-left:1px solid #c9c6b3; background: url(nav2.gif) left bottom;color:#970000;}

/*~~~~~~~~~~~BODY~~~~~~~~~~~*/
#content {
	background-image: url(bg_body.jpg);
	background-repeat: repeat-y;
	padding: 22px 25px 15px 25px;
	text-align: justify;
	font-size: 11px;
	line-height: 15px;
	clear: both;
}

#footer {
	background-image: url(bg_footer.jpg);
	height: 38px;
	clear: both;
}




/*~~~~~~~~~~~CONTENT~~~~~~~~~~~*/

h1 {
	font-size: 14px; letter-spacing: 1px; color: #333333; border-bottom: 2px solid #424268; padding:0; margin: 0; padding-bottom: 3px; width: 89%; margin-bottom: 7px;
}

h2 {
	font-size: 14px; letter-spacing: 1px; color: #333333; border-bottom: 2px solid #774A1D; padding:0; margin: 0; padding-bottom: 3px; width: 12%; margin-bottom: 7px;
}

h4 {
	font-size: 14px; letter-spacing: 1px; color: #333333; border-bottom: 2px solid #774A1D; padding:0; margin: 0; padding-bottom: 3px; width: 25%; margin-bottom: 7px;
}

h3 {
	font-size: 12px; letter-spacing: 1px; color: #333333; border-bottom: 1px solid #774A1D; padding:0; margin: 0; padding-bottom: 3px; width: 20%; margin-bottom: 7px;
}

h5 {
	font-size: 12px; letter-spacing: 1px; color: #333333; border-bottom: 1px solid #774A1D; padding:0; padding-top: 5px; margin: 0; padding-bottom: 3px; width: 55%; margin-bottom: 7px;
}

p {
	margin: 18px 0 18px 0;
}

#content li {
	margin: 7px 0 7px 45px;
}

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

a:hover {
	color: #7B68EE;
	text-decoration: none;
}

.centered {
	margin-left: auto; margin-right: auto; text-align: center;
}

#footer p {
	padding: 4px 25px 0 25px;
	margin: 0 0 0 0;
	font-size: 11px;
	color: white;
	line-height: 15px;
}

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

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

.contact td {
	padding: 5px;
}

.contact_form {
	border: 1px solid #333333;
	margin-left: auto;
	margin-right: auto;
	background-color: #000040;
	font-size: 11px;
	padding: 15px;
	color: White;
}

.contact_form td {
	padding: 15px;
}

.miniform {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px;
}

.grey {
	color: Gray;
}

.bottom_nav{
	margin-left: auto; margin-right: auto; text-align: center; width: 50%; background: url(nav.gif); height: 27px; line-height: 27px;
}