html {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	font: 12px Verdana,"Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	background: white;
}

#container {
	padding-top: 15px;
	width: 827px;
	height: 100%;
}

#leftCol {
	width: 210px;
	background: white;
}

.leftMenu {
	background: url(../images/bgleftcol.jpg) top left no-repeat #8393ae ;
	margin-left: 49px;
	margin-right: 1px;
	padding: 0px 7px 7px 7px;
}

.menu td {
	padding-bottom: 10px;
}

#logos {
        margin-left: 49px;
        margin-right: 1px;
}

#copyright {
	font-size: 75%;
	color: #DDD;
	background: #3b5d96;
	margin-left: 49px;
	margin-right: 1px;
	padding: 7px;
}

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


.sublevel {
	/*margin-left: 6px;*/
}

/* menu sub-items */
.menu tr div {
	margin-top: 3px;
}

.search {
	padding: 10px 0px 10px 0px;
}

#rightCol {
	padding-top: 37px;
	padding-left: 37px;
	padding-right: 37px;
}

.front {
	background: url(../images/bgmaincol.jpg) top left no-repeat;
}


#content {
	margin-left: 10px;
}

#contentInner {
	margin: 7px 10px;
}

.searchBox, .inputbox {
	float: left;
	border: 1px solid #8d8c8c;
	border-right: none;
	background: #efefef;
	height: 18px;
	width: 107px;
	padding-left: 4px;
}

.searchButton {
	float: left;
	border: 1px solid #8d8c8c;
	border-left: none;
}

#sponsors {
	text-align: center;
	padding-top: 20px;
}

.divider {
	border: none;
	border-top: 1px solid #aaa;
}

a.mainlevel 
{
	color: #FFFFFF;
	padding: 14px;
	text-decoration: none;
	line-height: 2;
}

a.sublevel
{
	color: #1C6AA4;
	text-decoration: none;
}
 
.menu a:hover, .sublevel a:hover
{
	text-decoration: underline;
}

#news {
	margin-top: 15px;
}

.contentTable td {
	padding: 3px;
	margin: 0px;
	border-top: 1px solid #aaa;
}

h1, .contentheading, .componentheading {
	font-size: 20px;
	color: #FF9900;
	padding-bottom: 15px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	color: #10466f;
	padding-bottom: 5px;
	padding-top: 10px;
	font-weight: normal;
	margin-top: 0px;
}

