@charset "utf-8";
/* CSS Document */

body {
	background: #c0c0c0;
	font-size : 12px;
	font-family : Tahoma, Verdana, Arial;
	}
	
h2 {
	color: #c2002b;
}

h3 {
	color: #4b62c0;
}

#container {
	min-height: 100%;
	height: 100%;
	width: 775px;
	margin: 5px auto;
	background: #ffffff;
	}
	
#header {
	height: 227px;
	}
	
#logo {
	background: #ffffff url(graphics/header.jpg) no-repeat;
	height: 197px;
	}
	
#subnav {
	height: 28px;
	background: #ffffff url(graphics/subhead-bg.jpg);
	font-size: 12px;
	padding: 2px 0px 0px 20px;
}
	
#subhead {
	min-height: 100%;
	height: 100%;
	font-size: 12px;
	padding: 5px 0px 0px 0px;
}

.subhead a, .subhead a:visited, .subhead a:active {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

.subhead a:hover {
	text-decoration: underline;
}
	
#content {
	min-height: 100%;
	height: 100%;
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	}
	
#navMain {
	background: #4b62c0 url(graphics/nav-bg.jpg) no-repeat;
	width: 170px;
	margin: 0px;
	padding: 95px 0px 10px 10px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	vertical-align: top;
	}

#navMain a {
	color: #ffffff;
	text-decoration: none;
	}
	
#Main {
	float: right;
	margin: 0px;
	padding: 5px 5px 0px 5px;
	vertical-align: top;
	width: 550px;
	}
	
#footer {
	clear: both;
	background: #4b62c0;
	text-align: center;
	margin: 0;
	padding: 5px 0px;
	color: #ffffff;
	}

.bigger {
	font-size: 14px;
	}