html {
	height: 100%;
}

body {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	background: url(trigs.png) no-repeat center top;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

#nonFooterContent {
	/*padding-bottom: 50px;*/
}

#footer {
	position: relative;
	margin: -40px auto 0 auto;
	height: 40px;
	border: 0px solid red;
	background: url(footer_left.png) no-repeat left top;
	width: 70%;
	min-width: 890px;
	padding: 0px;
}

#footer_content {
	margin-left: 40px;
	background: url(footer_right.png) no-repeat right top;
	height: 26px;
	text-align: center;
	padding-right: 40px;
	padding-top: 14px;
	color: #7a1419;
}

#footer_content a {
	color: #7a1419;
	text-decoration: none;
	font-size: small;
}

* html #footer {
	margin-top: -40px;
}

.main_centered {
	width: 70%;
	min-width: 890px;
	margin: 0px auto;
}

.top_logo {
	padding-top: 10px;
	/*width: 890px;*/
	height: 137px;
	background: url(top_logo.png) no-repeat center bottom;
}

.menu {
	float: left;
	width: 100%;
	background: url(menu_right.png) no-repeat right top;
	height: 46px;
	line-height: normal;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

.menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	background: url(menu_left.png) no-repeat left top;
	height: 46px;
}


.menu ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	padding-top: 16px;
	border: 0px solid blue;
	height: 30px;
	margin-left: 20px;
}

.menu #menu_current {
	background:url(menu_current_right.png) no-repeat right top;
	padding-top: 0px;
	height: 46px;
	margin-left: 0px;
}

.menu #menu_current a {
	background:url(menu_current_left.png) no-repeat left top;
	padding-top: 19px;
	padding-left: 35px;
	height: 30px;
	color: #7a1419;
}

.menu ul li:hover {
	background:url(menu_highlight_right.png) no-repeat right top;
}

.menu ul li:hover a {
	background:url(menu_highlight_left.png) no-repeat left top;
}

.menu a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 13.5pt;
	padding: 0px 15px;
	padding-top: 3px;
	border: 0px solid blue;
	height: 27px;
	float: left;
}

.search_container {
	float: right;
	position: relative;
	top: -30px;
	padding-right: 30px;
	border: 0px solid blue;
	width: 224px;
}

html>body .search_container {
	top: -27px;
}

.search_container #search_box {
	height: 24px;
	width: 200px;
	background: url(search_back.png) no-repeat left top;
	border: none;
	font-size: 11pt;
	padding: 4px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 15px;
}

.search_container #search_button {
	height: 24px;
	width: 24px;
	background:url(search.png) no-repeat right top;;
	border: none;
	margin: 0px;
	padding: 0px;
	text-indent: -1000em;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 210px;
}

.content_table {
	clear: both;
	border-spacing: 0px;
	width: 100%;
}

.table_left {
	background: url(column_left.png) repeat-y left top;
	margin: 0px;
	padding: 0px;
	padding-left: 21px;
	width: 203px;
}

.table_right {
	background: url(column_right.png) repeat-y right top;
	margin: 0px;
	padding: 0px 25px 10px 10px;
}

.table_right a:hover {
	text-decoration: underline;
}

.content_bottom {
	height: 20px;
	border: 1px solid red;
}

.content_bottom_left {
	background: url(column_left_bottom.png) no-repeat left top;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

.content_bottom_right {
	height: 20px;
	background: url(column_right_bottom.png) no-repeat right top;
	margin: 0px;
	padding: 0px;
}

.left_box {
	width: 181px;
	border: 0px solid red;
	padding: 0px;
	margin-bottom: 20px;
}

.left_box_head {
	background:url(left_box_top.png) no-repeat left top;
	width: 149px;
	height: 36px;
	padding: 0px;
	padding-top: 10px;
	padding-left: 32px;
	text-align: center;
	margin: 0px;
	margin-bottom: -0px;
	color: #fff;
	font-weight: bold;
}

.left_box_content {
	margin: 0px;
	margin-left: 11px;
	background: white;
	border-left: 1px solid #7a1419;
	border-bottom: 1px solid #7a1419;
	border-right: 1px solid #7a1419;
	width: 160px;
	padding: 4px;
}

.left_content {
	margin-left: 11px;
	color: #7a1419;
}

.submenu {
	padding: 0px;
	margin: 0px;
	padding-left: 0px;
	margin-left: -1px;
}

.submenu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.submenu li {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.submenu a {
	color: #7a1419;
	text-decoration: none;
	font-size: 11pt;
	padding-left: 15px;
	margin: 0px;
}

.submenu #submenu_current a {
	font-weight: bold;
}

.submenu #submenu_current li a {
	font-weight: normal;
}

.submenu li li a {
	padding-left: 25px;
}

.submenu li li li a {
	padding-left: 35px;
}

.submenu a:hover {
	background: url(submenu.png) no-repeat left 4px;
}

h1, h2, h3, h4, h5 {
	color: #7a1419;
}

h1 {	
	border-bottom: 1px dotted #7a1419;
}

p {
	text-align: justify;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

div {
	padding: 0px;
	margin: 0px;
}

.fixed_floater {
	float: right;
}

.fixed_floater a img {
	border: none;
}

.login_header h3 {
	font-size: medium;
	color: #7a1419;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

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

a:active {
	border: none;
}

.login_form #user, .login_form #pass {
	width: 130px;
}

.login_form #submit {
	border: 1px solid #7a1419;
	color: white;
	background: url(1rightarrow.png) no-repeat right center #7a1419;
	font-weight: bold;
	padding-right: 12px;
}

.hidden {
	display: none;
}

.important {
	color: #37090B;
}

.table_right th, .table_right td {
	margin: 0px;
	padding: 2px 5px;
}

.table_right th {
	background: black;
	color: white;
	text-align: center;
	padding: 2px 10px;
}

.table_right table {
	margin: 0px auto;
	border-spacing: 0px;
}

.width_50 {
	width: 50%;
}