
html, body, #Page {
	margin:0;
	height:100%;
}
#Page {
	height:100%;
	font-size:0.85em;
}
a {
	color:#2d558f;	
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	color:#faa000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.4em;	
}
h1 {
	color:#faa000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.4em;	
}
h2 {
	color:#6c99e7;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.1em;	
}
dt {
	font-weight:bold;	
}
dd {
	margin-bottom:20px;	
}

#Head .brand {
	background:#fff url(head_bgorig.jpg) top left no-repeat;
	height:191px;
}
#Head .nav {
	padding:0px;
	margin:0px;
	margin-right:300px;
	margin-bottom:20px;
	list-style-type:none;
	overflow:hidden;
}
#Head .nav li {
	display:inline-block;
	float:left;
	font-weight:bold;
	padding:0px 0px 0px 20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.95em;
}
#Head .nav a {
	color:#6c99e7;
	text-decoration:none;
	text-transform:lowercase;
}
#Head .nav a:hover {
	text-decoration:none;
}
#Head .nav a.current {
	color:#faa000;
	text-transform:uppercase;
}
#Side {
	right:20px;
	top:0px;
	width:210px;
	height:100%;
	position:absolute;
	background-image:url(side_bg.png);
	background-repeat:repeat-y;
	background-position:top right;
	padding:0px 30px;
}
#Side .brand {
	height:220px;
	background-image:url(logo.png);
	background-position:top center;
	background-repeat:no-repeat;
}
#Side .section {
	margin-bottom:20px;
	overflow:hidden;
}
#Side .section label {
	color:#444;
	font-size:1.1em;
	margin-bottom:2px;
	display:block;
}
#ScheduleEval .copy {
	float:right;
	color:#2d558f;
	overflow:hidden;
	font-weight:bold;
	font-size:1.4em;
}
#ScheduleEval .copy em {
	font-weight:normal;
	font-style:italic;
	font-size:0.9em;
}
#LearnMore ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
#LearnMore ul a {
	display:block;
	width:100%;
	padding:6px 0px;
}

#Content {
	margin-right:270px;
	padding:0px 20px;
}

#Content img.floatLeft {
	float:left;
	padding-right:12px;
}

#Content .foot {
	padding-top:2px;
	margin-top:8px;
	border-top:2px solid #d3a355;
	color:#444;
	font-size:0.9em;
}