body {
	margin:0;
	background:url(page-back.gif) repeat-x #fff;
}
#container {
	width:790px;
	margin:0 auto;
	padding-top:20px;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
}
#header {
	margin-bottom:20px;
}

/* navigation */


#nav {
	width:503px;
	height:33px;
	margin:20px 0 0;
	padding:0 0 0 6px;
	background:url(nav.gif) no-repeat;
	float:right;
}
#nav li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#nav a {
	height:23px;
	margin:0;
	display:block;
	padding:10px 10px 0;
}

#nav a:hover, #tabHeaderActive a {
	background:#203d50;
}


/* columns */

#col-01 {
	width:270px;
	float:left;
	overflow:hidden;
}
#col-02 {
	width:508px;
	float:right;
}
#col-01 h1 {
	font-size:24px;
	color:#0f3148;
	margin:0 0 8px;
	line-height:32px;
	font-family: Helvetica;
}
#col-01 h2 {
	font-size:16px;
	color:#2f6384;
	margin:0;
	line-height:22px;
	display:inline;
}
#col-01 h3 {
	font-size:16px;
	font-weight:normal;
	color:#2f6384;
	margin:0 0 8px;
	line-height:22px;
}

#col-01 h4 {
	font-size:12px;
	color:#2f6384;
	margin:0 0 8px;
	line-height:20px;
}
#col-01 .copy {
	font-size:11px;
	line-height:16px;
	color:#333;
	padding-bottom:10px;
}
#col-01 .copy .image {
	border-top:1px solid #2E5F7E;
	border-bottom:1px solid #2E5F7E;
}
#col-01 .occupation {
	text-align:right;
	padding:4px 8px;
	border-bottom:1px dotted #A9C6D8;
	background:#D4E6F1;
}
#col-01 .occupation a, #content a {
	color:#0b537f;
	text-decoration:none;
	border-bottom:1px solid #6898b6;
}
#col-01 .occupation a:hover, #content a:hover {
	color:#000;
	background:#fff99a;
	border-style:none;
}
#content {
	border-bottom:1px dotted #666;
	padding:10px 0;
}
#content .close-link {
	font-size:10px;
	float:right;
}
#col-01 .scroll {
	height:400px;
	overflow:auto;
	border:solid #A9C6D8;
	border-width:1px 0;
	padding:10px 0;
}
#col-01 .copy ul, #col-01 .copy ol {
	padding:0 0 0 26px;
	margin:10px 0;
}
#col-01 .copy li {
	padding:0;
	margin-bottom:8px;
}

#col-02 .outer {
	background:url(curve-top.gif) no-repeat 0 0 #D4E6F1;
	padding:8px 8px 4px;
}
#col-02 .outer-low {
	background:url(curve-low.gif) no-repeat 0 bottom #D4E6F1;
	line-height:1px;
	height:4px;
}

#col-02 .inner {
	border:1px solid #a9c6d8;
	background:#fff;
	padding:12px 20px;
}


/* form styles */

#col-02 .cta {
	text-align:center;
	font-size:11px;
	line-height:16px;
	color:#333;
}
#col-02 .cta-img {
	margin-bottom:8px;
}
.formtable td {
	padding:8px 5px;
	text-align:left;
	font-size:12px;
}
form {
	margin:0;
}
.programs {
	width:440px;
}

.button {
	background-color:#2E5F7E;
	border:2px solid;
	border-color:#6994b0 #0d324a #0d324a #6994b0;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	margin:0 auto;
	float:right;
}
.forms {
	font-size:14px;
	padding:1px;
	margin:4px 0 0;
}
.note {
	font-size:10px;
}




/* footer */

#footer {
	font-size:10px;
	line-height:16px;
	color:#666;
	border-top:1px dotted #666;
	padding:10px 0;
}
#footer a {
	color:#666;
	text-decoration:none;
	border-bottom:1px solid #a5a5a5;
}
#footer a:hover {
	color:#000;
	border-style:none;
}