body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
p, ul {
	padding-bottom: 0.7em;
}

a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
h1 {
	color: #666644;
	font-size: 22px;
	font-weight: bold;
}
h2 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
.title {
	color: #666644;
	font-size: 22px;
	font-weight: bold;
}
.subtitle {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
.small {
	font-size: 11px;
}
.copyright {
	font-size: 11px;
}

.rightphoto {
	border: 3px #666644 solid;
	margin-left: 10px;
}
.leftphoto {
	border: 3px #666644 solid;
	margin-right: 10px;
}
.lbphoto {
	border: 3px #666644 solid;
}
.lbphoto:hover {
	border: 3px #777799 solid;
}

/* header */
#headercontainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 165px;
	background: url('images/hdr_bg.jpg') top center repeat-x;
}
#headercenter {
/*	position: absolute;
	width: 1000px;
	height: 165px;
	margin: 0 auto; *//*Center container on page*/
	display:block;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 1000px;
	height: 165px;
	margin-top: 0px;
	margin-left: -500px;
}
#logo {
	display:block;
	position: absolute;
	top: 16px;
	left: 0px;
}
#tagline {
	display:block;
	position: absolute;
	top: 119px;
	left: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
#interview_button {
	display:block;
	position: absolute;
	top: 0px;
	left: 610px;
	width: 168px;
	height: 24px;
}
#mailing_list_button {
	display:block;
	position: absolute;
	top: 0px;
	left: 790px;
	background: url('images/btn_mailing_list.gif');
	width: 195px;
	height: 24px;
	text-align: right;
	font-size: 10px;
}
#promo_banner1 {
	position: absolute;
	top: 40px;
	margin-left: 500px;
	left: 6px;
	z-index: 1;
}
#promo_banner2 {
	position: absolute;
	top: 40px;
	margin-left: 660px;
	left: 6px;
	z-index: 2;
}
#promo_banner3 {
	position: absolute;
	top: 40px;
	margin-left: 820px;
	left: 6px;
	z-index: 3;
}

#promo_banner4 {
	position: absolute;
	top: 40px;
	margin-left: 825px;
	left: 6px;
	z-index: 3;
}

/* header navigation */
#nav {
	position: absolute;
	top: 140px;
	width: 1000px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	height: 25px;
	background: url("images/nav_bg.gif") repeat-x;
}
#nav ul {
	margin: 5px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
}
#nav ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* main content */
#contentcontainer {
	position: absolute;
	top: 165px;
	left: 0px;
	width: 100%;
	height: 1000px;
}
#contentcenter {
	/* width: 1000px;
	margin: 0 auto; */ /*Center container on page*/

	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 1000px;
	height: 1000px;
	margin-top: 0px;
	margin-left: -500px;
}

/* sub navigation */
#subnavcontainer {
	float: right;
}
#subnav_left {
	float: left;
	width: 5px;
	height: 30px;
	background: url('images/subnav_left.gif') bottom center no-repeat;
}
#subnav_right {
	float: left;
	width: 5px;
	height: 30px;
	background: url('images/subnav_right.gif') bottom center no-repeat;
}
#subnav {
	float: left;
	width: auto;
	height: 26px;
	padding-top: 2px;
	border-top: 1px solid #999977;
	border-bottom: 1px solid #999977;
	background: url("images/subnav_bg.gif") bottom repeat-x;
}
#subnav ul {
	margin: 5px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#subnav ul li {
	display: inline;
}
#subnav ul li a.notfinal {
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	color: #003399;
	font-weight: bold;
	font-size: 12px;
	border-right: 1px solid #999977;
}
#subnav ul li a.final {
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
	color: #003399;
	font-weight: bold;
	font-size: 12px;
}
#subnav ul li a:hover {
	color: #003399;
	text-decoration: underline;
}

#leftcolumn {
	float: left;
	padding: 0px 10px 15px 10px;
	width: 640px;
}
#rightcolumn {
	float: left;
	padding: 22px 10px 15px 30px;
	width: 300px;
}
/* mk */
#mk {
	width: 298px;
	border-top: 1px solid #999977;
	border-left: 1px solid #999977;
	border-right: 1px solid #999977;
}

/* video */
#videodisplay {
	width: 298px;
	border-top: 1px solid #999977;
	border-left: 1px solid #999977;
	border-right: 1px solid #999977;
}
#videocaption {
	width: 298px;
	height: 25px;
	background: url('images/subnav_bg.gif') bottom center repeat-x;
	padding-top: 5px;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #999977;
	border-left: 1px solid #999977;
	border-right: 1px solid #999977;
	text-align: center;
}

/* endorsement */
#endorsement {
	width: 282px;
	padding: 8px 8px 8px 8px;
	border: 1px solid #999977;
	font-size: 13px;
}
#endorsement_link {
	width: 282px;
	padding: 8px 8px 8px 8px;
	background: url('images/subnav_bg.gif') bottom center repeat-x;
	border-bottom: 1px solid #999977;
	border-left: 1px solid #999977;
	border-right: 1px solid #999977;
	font-size: 11px;
	font-weight: bold;
}


#footercontainer {
	height: 165px;
}
