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

body {
	margin: 0px;
	background: #1c4283 url(img/header_bg.png) repeat-x top;
	}
	
h1 {
	color: #1b6be7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
	border-style:solid;
	border-top: thick groove #1b6be7;
	*border-top: #1b6be7 solid medium;
	border-left: #f9f9f9;
	border-right: #f9f9f9;
	border-bottom: #f9f9f9;
	}
	
.container {
	width: 820px;
	margin:0 auto;
	}
	
.start-header {
	float: left;
	width: 820px;
	height: 100px;
	}
	
#logo {
	margin-top: 16px;
	margin-left: 50px;
	width: 200px;
	height: 70px;
	position: absolute;
	}	

.navtxt {
	margin-top: 17px;
	text-align: center;
	padding-right: 20px;
	float: none;
	}

#navbar {
	position: absolute;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	margin-top: 60px;
	margin-left: 220px;
	}
	
#navbar .inbar {
	text-align: center;
	display: inline-block;
	height: 40px;
	color: #ffffff;
	}

#navbar ul, #navbar ul li {
	border: 0px;
	margin-top: 0px;
	list-style: none;
	height: 40px;
	color: #ffffff;
	}

#navbar ul li {
	float: left;
	display: inline-block;
	margin-left: 2px;
	color: #ffffff;
	margin-right: 2px;
	
	}

#navbar ul li a {
	padding-top: 0px;
	text-decoration: none;
	display: inline-block;
	color: #ffffff;
	}

#navbar ul li a span {
	padding: 0 20 0 0;
	height: 40px;
	display: inline-block;
	margin-left: 20px;
	color: #ffffff;
	}

#navbar .navhome a, #navbar .navhome a:hover {
	background: url(img/a-hover.png) left top no-repeat;
	height: 40px;
	color: #ffffff;
	}

#navbar .navhome a span, #navbar .navhome a:hover span {
	color: #ffffff;
	background: url(img/span-hover.png) right top no-repeat;
	height: 40px;
	padding-right: 0px;
	}

#navbar ul li a:hover {
	color: #ffffff;
	background: url(img/a-hover.png) left top no-repeat;
	height: 40px;
	}

#navbar ul li a:hover span {
	background: url(img/span-hover.png) right top no-repeat;
	height: 40px;
	color: #ffffff;
	}
	
	
.content-start {
	width: 820px;
	height: 26px;
	margin:0 auto;
	margin-top: 10px;
	background: url(img/content_top.png) no-repeat; 
	float: left;
	}

.content {
	background-image: url(img/content_bg.png);
	background-repeat: repeat-y;
	width: 820px;
	float: left;
	}
	
#main-content {
	width: 500px;
	margin-left: 40px;
	_margin-left: 20px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #1a1a1a;
	float: left;
	*padding-bottom: 20px;
	}
	
#main-content a:link { 
	color: #1a1a1a;
	text-decoration:underline;
	}
#main-content a:visited {
	color: #1a1a1a;
	text-decoration:underline;
}

#main-content a:hover { 
	color:#666666;
	text-decoration:underline;
	}

.splash {
	margin-top: -16px;
	height: 100px;
	}
	
#sidebar {
	width: 200px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	margin-left: 40px;
	}

#sidebar .block {
	font-size: 12px;
	line-height: 120%;
	*line-height: 100%;
	width: 160px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 168px;
	background: url(img/sidebar_box.png) no-repeat;
	margin-top: 30px;
	}
	
#sidebar .title {
	font-size: 16px;
	}
	
#sidebar a:link {
	color: #ffffff;
	text-decoration: underline;
}

#sidebar a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#sidebar a:hover {
	color: #eeeeee;
	text-decoration: underline;
}
	
#footer {
	float: left;
	height: 80px;
	padding-top: 5px;
	*padding-top: 15px;
	width: 820px;
	background: url(img/footer_bg.png) no-repeat;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 140%;
	*line-height: 100%;
	color: #ffffff;
	}

#footer a:link { 
	color: #fff;
	text-decoration:none;
	}
#footer a:visited {
	color: #fff;
	text-decoration:none;
}

#footer a:hover { 
	color:#fff;
	text-decoration:underline;
	}
	
.programs-table {
	float: left; width: 155px; padding-right: 10px; margin-bottom: 10px;
	}
