@charset "utf-8";
/* CSS Document */

html, body{
	height: 100%;
}

body {
	background-image: url(../images/bkgrd1.png);
}

#wrapper-outside {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	text-align: left;
	background-color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .95em;
	padding: 5px 0;
	border: 2px solid #999
}

#wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #999;

}

#banner {
	margin: 0;
	height: 138px;
}

#nav {
	background: url(../images/nav-bkgrd.png) no-repeat top left;
	height: 75px;
	margin: 0;
	padding: 5px 0 0 13px;

}

.navtable {
	vertical-align: middle;
	text-align: center;
	height: 100%;
	font: bold 12px arial;
}

.navtable td {
	background: url(../images/button5.png) no-repeat;
	width: 120px;
	height: 70px;
	padding-right: 2px;
}

.navtable td:hover{
	background: url(../images/button-5-over.png) no-repeat;
	text-decoration: none;
}

.navtable td a{
	color: white;
	text-decoration: none;
	width: 120px;
}

#main {
	margin: 7px;
}

#main1 {
	margin: 0 0 10px 10px;
}

#footer {
	clear: both;
	height: 55px;
	border-top: 2px solid #666;
	margin: 5px 10px;
	padding: 5px;
}

h1 {
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.3em;
	color: #916015;
	border-bottom: 1px solid #4f6486;
	overflow: hidden;
	margin: 0 0 2px 0;
}

.subheading{
	font-style: italic;
	color: #916015;
	font-size: .8em;
}

.subheading1 {
	font-style: italic;
	color: #000000;
	font-size: 1.2em;
	font-weight: bolder;
}

h2 {
	color:4f6486;
}

.red {
	color: red;
	font-weight: bold;
	font-style: italic;
}

.notices {
	padding-left: 15px;
	width: 200;
}

a.main:link, a.main:visited {
	text-decoration: none;
	color: #4f6486;
	font-weight: bold;
}


a.main:hover, a.main:active {
	text-decoration: underline;
	color: #916015;
	font-weight: bold;
}

.col1{
	width: 375px;
	float: left;

}

.col2{
	float: right;
}

