﻿/* CSS layout */

body {
	background-color:  #F9F8E4;
	margin: 0;
	background-image:url('images/body_bg.jpg');
	background-repeat:repeat-x;

	font-family: Verdana;
	color:black;
	font-size: small;
	text-align: left;
 	padding-left:10px;
 	padding-right:8px;
	

}

#wrap {
	text-align: center;
	margin: 0px auto 0px auto;
	width: 922px;
}

#masthead {
	position: relative;
	width: 100%;
}

#top_left {
	width: 576px;
	height: 221px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
}

#flashcontent {
	margin-left:576px;
	width:346px;
	height:221px;
}

#top_nav {
	background-image: url('images/top_nav.jpg');
	background-repeat: no-repeat;
	width:922px;
	height:34px;
	
	}

#line {
	background-image: url('images/down_line.jpg');
	background-repeat: no-repeat;
	width:922px;
	height:24px;
	margin-top:0px;
	margin-bottom:0px;

}



#container {
	position: relative;
	width: 922px;
	background-image: url('images/mid_bg.jpg');
	background-repeat: repeat-y;
}

#page_content {
	margin-right: 200px;
	margin-left:200px;
	width:510px;
	text-align:left;
	padding-left:10px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

/*left nav*/

ul#leftnav { 
	margin: 0;
	padding: 0;
}
ul#leftnav li {
	margin: 0 0px 0px 10px;
	list-style-type: none;
	display: block;
	background-image: url('images/butt.jpg');
	background-repeat: no-repeat;
	width: 186px;
	text-align:center;
	font-weight:bold;
}
ul#leftnav li a:visited {
	background-color: inherit;
	color: #1E4578;
	text-decoration: none;
	display: block;
	height: 31px;
	width: 186px;
	padding: 5px 0 0 0px;
	text-align: center;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
ul#leftnav li a:link {
	background-color: inherit;
	color: #1E4578;
	text-decoration: none;
	display: block;
	height: 31px;
	width: 185px;
	padding: 5px 0 0 0px;
	text-align: center;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
ul#leftnav li a:active {
	background-image: url('images/butt_hover.jpg');
	display: block;
	color: #1E4578;
	height: 31px;
	width: 186px;
	background-repeat: no-repeat;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
ul#leftnav li a:hover {
	background-image: url('images/butt_hover.jpg');
	display: block;
	color: #3B7ECD;
	height: 31px;
	width: 186px;
	background-repeat: no-repeat;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}


#footer {
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
	width:922px;
	height:56px;
}

/* Menu */

#menu {
	width: 922px;
	height: 34px;
	margin: 0 auto;
	background:  url(images/img02.jpg) no-repeat;
	font-family: Tahoma;
}

#menu ul {
	margin: 0;
	padding: 3px 0 0 38px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 26px 0 26px;
	background: url(images/img03.gif) no-repeat left center;
	
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #194275;
}

#menu a:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #53330D;
}

#menu a:visited {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #194275;
}


.table1 {
	border-collapse: collapse;
}
.sponsor_logo {
	border-width: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.table2 {
	font-family: Verdana;
	font-size: small;
	text-align: center;
	color: #1E4578;
	border: 1px solid #6DA9C9;
	margin-left:5px;
}

.table_heading {
	font-family: Verdana;
	color:#0A4082;
	font-size: small;
	font-weight:bold;
	text-align:center;
	padding:5px 0px 5px 0px;
	
}

h1 {
	font-size: x-large;
	font-family: "Arial Narrow";
	color: #3B7ECD;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top:0px;
	margin-bottom: 0px;
}

h2 {
	font-size:large;
	font-weight:bold;
	font-family: "Arial Narrow";
	color: #3B7ECD;
	padding-bottom:5px;
	padding-top:5px;
	
}

h3 {
	font-size:large;
	font-weight:bold;
	font-family: "Arial Narrow";
	color:#993333;
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom: 0px;
	margin-top: 0px;
	
}



.table_text_left {
	font-family: Verdana;
	font-size: small;
	text-align: right;
	padding:3px 5px 3px 0px;
	
}

.table_text_right {
	font-family: Verdana;
	font-size: small;
	text-align: left;
	padding:3px 0px 3px 5px;
}

.table_text_center {
	font-family: Verdana;
	font-size: small;
	text-align: center;
	padding:3px 0px 3px 0px;
}

.table_row_light {
	background-color: #E4EFFB;

}

.table_row_dark {
	background-color: #165294;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: medium;
	text-align: left;
	padding-left: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}


.maroon_text {
	font-family: Verdana;
	color:maroon;
	font-size: small;
	text-align: left;
	margin-bottom: 0px;
}

a {
	font-family: Verdana;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color:blue;
}

a:hover {
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	color:purple;
	}
	
a.a1 {
	font-size:large;
	font-weight:bold;
	font-family: "Arial Narrow";
	color:maroon;
}

a.a1:hover {
	text-decoration: underline;
	font-size:large;
	font-family: "Arial Narrow";
	font-weight:bold;
	color:#CC3300;
		}
.devider {
	text-align: center;

}
.red_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FF0000;
}
