/* CSS Document */

/* GLOBAL */
* {
	padding:0;
	margin:0;
}

/* LAYOUT */
body {
	font-size: 62.5%;
	background-color: #E2E2E2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
}


.page-container {
	background: url(../images/content-bg.jpg) top left repeat-y;
	width: 750px;
	margin: 0px auto;
	margin-top: 10px;
	font-size: 1em;
}

.header {
	width: 750px;
	height: 400px;
	text-align: center;
	clear: both;
}

.middlebar {
	width: 740px;
	height: 23px;
	max-height: 20px;
	padding-left: 10px;
	padding-top: 7px;
	background-image: url(../images/middlebar-bg.jpg);
}

.content-container {
	width: 750px;
	clear: both;
}

.nav {
	width: 200px;
	float: left;
}



.main-content {
	width: 530px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 20px;
}

.footer {
	width: 750px;
	padding:1.3em 0 1.3em 0;
	clear: both;
	background-color: #727F9E;
}

/* TEXT */


.container-title {
	overflow: hidden; 
	width: 500px; 
	margin: 10px 0px 10px 0px; 
	padding: 0px 0px 2px 0px; 
	border-bottom: solid 3px #727F9E; 
	color: #727F9E; 
	font-weight: bold; 
	font-size: 180%;
}

.container-text {
	width: 500px;
	margin: 0px;
	font-size: 120%; 
	padding: 7px 0px 5px 0px; 
	background-color: rgb(255,255,255);
	color: #666666;
}

.container-text a {
	text-decoration: none;
	color: #727F9E;
}

.container-text a:visited {
	text-decoration: none;
	color: #727F9E;
}

.container-text a:hover {
	font-weight: bold;
}

.nav h1 {
	clear:both; 
	margin: 0px;
	padding: 5px 5px 5px 15px; 
	font-family:"trebuchet ms",arial,sans-serif; 
	color: #CCCCCC; 
	font-weight:bold; 
	font-size:175%;
	background-color: #727F9E;
	z-index: 1;
}

.nav h2 {
	padding: 10px 10px 5px 10px;
	font-size: 125%;
	color: #727F9E;
}

.nav p {
	padding: 0px 10px 10px 10px;
	font-size: 100%;
	color: #000000;
}

.nav a {
	text-decoration: none;
	color: #727F9E;
}

.nav a:hover {
	font-weight: bold;
}

.nav a:visited {
	color: #727F9E;
	text-decoration: none;
}

.round-border-topright {
	width: 10px; 
	height: 10px; 
	position: absolute; 
	z-index: 10; 
	margin: 0 0 0 190px; 
	background: url(../images/bg_corner_topright.gif) no-repeat;
}

.middlebar h1 {
	font-size: 100%;
	
}

.middlebar a {
	font-size: 125%;
	text-decoration: none;
	color: #727F9E;
}

.middlebar a:hover {
	font-weight: bold;
}

.middlebar a:visited {
	color: #727F9E;
	text-decoration: none;
}

.navlinks {
	width: 199px;
	border-bottom: solid 1px #727F9E;
}

.navlinks dt a, .navlinks dt a:visited {
	display: block;
	min-height: 2.0em;
	height: auto !important;
	height: 2.0em;
	line-height: 2.0em;
	padding: 0px 10px 0px 20px;
	border-top: solid 1px #727F9E;
	text-decoration: none;
	color: #727F9E;
	font-weight: bold;
	font-size: 120%;
}

.navlinks dd a, .navlinks dd a:visited {
	display:block; 
	min-height:1.7em; 
	height:auto !important; 
	height:1.7em; 
	line-height:1.7em; 
	padding:0px 10px 0px 40px; 
	border:none; 
	font-weight:normal; 
	text-decoration:none; 
	color: #727F9E; 
	font-size:120%;
}

.navlinks dt a:hover, .navlinks dd a:hover {
	background-color: #727F9E;
	color: #E2E5ED;
	text-decoration:none;
}

.footer p {
	line-height:1.3em;
	text-align:center; 
	color: #CCCCCC; 
	font-weight:normal; 
	font-size:110%;
}

.footer a {
	text-decoration: none;
	color: #CCCCCC;
}

.footer a:hover {
	font-weight:bold;
}

.footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}