* {
	margin: 0;
	padding: 0;
}

body {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #fff;
}

a {
	color:#003399;
}

a:hover {
	color:#cc0000;
}

#container {
	margin: 0 auto;
	width: 770px;
}

#header {
	background: url('images/layout/head.jpg') no-repeat center top;
	height: 80px;
	margin: 5px 5px 0px 5px;
	padding: 10px;
}

#header .h_right {
	color: #ffffff;
	font-family: Corbel, Trebuchet, Times New Roaman, Helvetica, Sans-Serif;
	font-size: 17px;
	font-weight: bold;
	padding-top: 10px;
	text-align: right;
}

/**
 * Top Navigation
 */

#top_nav {
	background-color: #cdd8e2;
	border: 1px solid #ccc;
	margin: 10px 5px 5px 5px;
	padding: 4px;
	text-align: center;
}

#top_nav li {
	display: inline;
	padding: 0 20px 0 20px;
}

#top_nav li a {
	color: #003399;
	font-size: 14px;
	font-weight: bold;
}

#top_nav li a:hover {
	color:#cc0000;
}

#top_nav ul {
	list-style: none;
}

/**
 * Left Navigation
 */

#left_nav { /* Parent Wrapper for inside boxes */
	display: inline; /* IE Hack */
	float: left;
	min-height: 300px;
	text-align: center;
	width: 15%;
}

#left_nav ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}

#left_nav li {
	background:url("images/layout/left_nav_left.gif") no-repeat left top;
	margin-bottom: 10px;
	padding:0 0 0 9px;
}

#left_nav a {
	background:url("images/layout/left_nav_right.gif") no-repeat right top;
	display:block;
	float:left;
	font-weight:bold;
	height: 57px;
	line-height: 1.3em;
	padding: 19px 16px 0 7px;
	text-decoration:none;
}

/* Commented Backslash Hack
	hides rule from IE5-Mac \*/

#left_nav a {float:none;}
/* End IE5-Mac hack */

#left_nav a:hover {
	color:#cc0000;
  
}

#left_nav #current {
}

#left_nav #current a {
	color:#333;
	padding-bottom:5px;
}


* html #left_nav {
	height:300px
} /* IE Min-Height Hack */ 

/**
 * Page Content
 */

#page_content {
	display: inline; /* IE Hack */
	float: left;
	margin: 0 0px 0px 0px;
	min-height: 300px;
	padding: 10px 0 0 4px;
	width: 83%;
}

* html #page_content {
	height:300px
} /* IE Min-Height Hack */ 

#page_content p {
	padding-top: 12px;
	width: 100%;
}

#page_content ul {
	list-style: none;
}

#page_content li {
	padding-bottom: 10px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #cc0000;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

h2 a {
	text-decoration: none;
}

h3 {
	font-size: 16px;
	padding: 0px;
	text-align: center;
	color: #003399;
	margin-bottom: 6px;
	
}

ul .horizontal_list {
	list-style: none;
	display: inline;
}

#page_content ul .border {
	border: #ccc 1px solid;
	margin: 0 0 10px 0;
	padding: 10px;
	background-color: #f8f9f9;
}

#page_content ul .border_red {
	border: #cc0000 12x solid;
	margin: 0 0 10px 0;
	padding: 10px;
	background-color: #000000;
	color: #FFF;
}

.horizontal_list li {
	display: inline;
	font-size: 15px;
	list-style: none;
	padding: 0 10px 0 10px;
}

.horizontal_list li a {
	font-weight: bold;
	text-decoration: none;
}

.form_table {
    font-size: 16px;
}

.form_table INPUT, SELECT {
    font-size: 16px;
    color: #000;
}

.reset_form INPUT, SELECT {
    font-size: 13px;
}

.used_table td {
    padding: 4px;
}

.used_table a {
    text-decoration: none;
}

/**
 * Footers
 */

#footer {
	background-color: #004f96;
	color: #fff;
	display: inline; /* IE Hack */
	float: left;
	margin: 5px 5px 5px 5px;
	padding: 4px;
	width: 97.7%;
	border-bottom: #000 2px solid;
}

#footer p.f_name {
	float: left;
}

#footer p.f_slogan {
	float: right;
}


.an_shasta {
	background-color: #fff;
	color: #000;
	display: inline; /* IE Hack */
	float: left;
	text-align: center;
	margin: 5px 5px 5px 5px;
	padding: 4px;
	width: 97.7%;
}
