/* CSS RESET BY ERIC MEYER v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-size: 12px;
	}

body {
	line-height: 1.2;
	}
	
ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
	

/* remember to define focus styles! */
:focus {
	outline: 0;
	}
	

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}
	
del {
	text-decoration: line-through;
	}
	

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}

/* END CSS RESET */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #d1d1d1;
	text-align:left;
}

#content {
	width: 900px;
	margin: auto;
	margin-top:15px;
	margin-bottom:15px;
	background-color: #FFFFFF;
	border: 2px solid #a7a7a7;
	position:relative;
	text-align:left;
}

#logo {
	margin:-2px 0 0 -2px;	
}
                   
#main-content {
	width: 660px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#rightside{
	position:absolute;
	right: 20px;
	top:140px;	
	width: 173px;
	background-color: #fcfcfc;
}  

p {
	padding: 6px;
	line-height: 140%;
}

h1 {
	font-size: 22px;
	color:#012434;
	margin-bottom:5px;
	position:absolute;
	top:135px;
	left:20px;	
}

h2 {
	font-size: 16px;
	padding: 6px;
	margin-top: 35px;
	margin-bottom: -5px;
	color: #000000;
}

h3 {
	font-size:16px;
	font-weight:bold;
	color:black;
	margin-top:20px;
}

big strong {
	color:#6e6161;
	position:absolute;
	top:167px;
	left:20px;
}

span.bold {
	font-weight: bold;
	font-size:14px;
	color:#1b618e;
	display:block;
	margin-top:10px;
}

span.top {
	font-weight: bold;
	font-size:14px;
	color:#1b618e;
	display:block;
	margin-top:60px;
}

span.highlight {
	font-weight: bold;
}

a:link {
	color: #002e66;
	text-decoration:underline;
}

a:visited {
	color: #002e66;
	text-decoration:underline;
}
a:hover {
	color:#002e66;
}
a:active {
	color: #002e66;
}
a {
	text-decoration:none;
}

#topnav {
	clear: both;
	width: 900px;
	margin: 0 auto;
	margin-top:-4px;
	height: 46px;
	background: url(/image/head-back.png) left no-repeat;
}

#topnav a:link {
	text-decoration: none;
	color:white;
}
#topnav a:visited {
	text-decoration: none;
	color:white;
}
#topnav a:active {
	text-decoration: none;
	color:white;
}

#topnav ul {
	padding: 0 0 0 10px;
	margin: 0 auto;
	height: 39px;
	list-style: none;
}

#topnav ul li {
	float:left;
	padding-right: 5px;
}

#topnav li a {
	float: left;
	display: block;
	color: #FFF;
	font-size: 12px;
	line-height: 39px;
	text-align: center;
	padding: 0px 0 0 0px;	
}
#topnav  li a b {
	float: left;
	display: block;
	padding: 0px 22px 0 22px;
}
#topnav  li.current a, #topnav  li a:hover {
	color: white;
	text-decoration: none;
	background: url(/image/head-right.png) right top no-repeat; 
}
#topnav  li.current a b, #topnav li a:hover b {
	color: white;
	text-decoration: none;
	background: url(/image/head-left.png) left top no-repeat;
}

ul.check li {
	list-style: none;
	margin-top: 7px;
	padding: 0px 0px 10px 28px;
	background: transparent url(/image/check.png) no-repeat 4px top;
}

ul.check  {
	margin:0px 0px 0px 15px;
}

ul.list li {
	list-style-type: disc;
	list-style-position:inside;
	margin: 0px;
	padding: 7px 0px 5px 10px;
}

ul.blist li {
	font-weight:bold;
	list-style: none;
	margin-top: 10px;
	padding: 0px 0px 10px 35px;
	background: transparent url(/image/check.png) no-repeat 4px top;
}

ul.listright li {
	list-style-type: disc;
	list-style-position:inside;
	margin: 0;
	padding: 7px 0 5px 10px;
}

ul.listright {
	float:right;
	margin-right: 100px;
}

ul.listleft li {
	list-style-type: disc;
	list-style-position:inside;
	margin: 0;
	padding: 7px 0 5px 10px;
}

ul.listleft {
	float:left;
	margin-left: 20px;
}

ul.listcenter li {
	list-style-type: disc;
	list-style-position:inside;
	margin-left: 240px;
	padding: 7px 0 5px 10px;
}

.inset {
	float:right; 
	margin:-15px 0 5px 20px;
}

.left {
	float:left; 
	margin:10px 25px 0 0;
	padding:0 15px 10px 0;
}

.course-selector {
	float: right;
	margin: 15px 20px 10px 15px;
}

.courses {
	background: url('/images/course-background.png') no-repeat; 
	width:660px; 
	height:227px;
	margin-top:15px;
	padding:1px 0 0 15px;
}

.courses p {
	margin-right:20px;
}

.courses2 {
	background: url('/images/course-background2.png') no-repeat; 
	width:660px; 
	height:165px;
	margin-top:15px;
	padding:1px 0 0 15px;
}

.courses2 p {
	margin-right:20px;
}

.courses2 a {
	margin-left:15px;
}

.courses5 {
	background: url('/images/course-back-big2.jpg') no-repeat; 
	width:660px; 
	height:317px;
	margin-top:15px;
	padding:1px 0 0 15px;
}

.courses5 p {
	margin-right:20px;
}

.courses6 {
	background: url(/images/bckgrnd.png) no-repeat; 
	width:660px; 
	height:227px;
	margin-top:15px;
	padding:1px 0 0 15px;
}

.courses6 p {
	padding:57px 30px 0 7px;
}

.courses7 {
	background: url(/images/bckgrnd2.png) no-repeat; 
	width:660px; 
	height:227px;
	margin-top:15px;
	padding:1px 0 0 15px;
}

.courses7 p {
	padding:57px 30px 0 7px;
}


.logo {
	margin: 7px 0 -7px 25px;
}

.footnav {
	clear: both;
	background: url(/images/footer.png) left no-repeat;
	width:904px;
	height:75px;
	text-align: left;
	margin: 55px 0 -10px -2px;
	color:white;
}

.footnav a {
	color: white;
	margin-right: 10px;
	font-size:11px;
}
.footnav a:visited {color: white}
.footnav a:active {color: #890000}

.footnav ul {
	margin:25px 0 0 15px;
}

img.toprightnav {
	margin-top:10px;
}

ul.rightnav {
	margin-bottom:10px;
	font-weight:bold;
}

ul.rightnav li {
	margin:3px 0 8px 10px;
}

.box {
	margin-top:10px;
	background: url(/images/news.png) left no-repeat;
	width:173px;
	height:306px;
	padding:0px 0 0 10px;
}

h5 {
	font-weight:bold;
	padding: 5px 0 0 220px;
}
h6 {
	font-weight:bold;
	padding: 5px 0 0 0;
}

.boxlink {
	float:right;
	margin:10px 40px 0 10px;
}


.boxlink2 {
	float:right;
	width:300px;
	margin:10px 40px 0 10px;
}

#overlay {
	height:450px;
	display:none;
	background-image:url(/images/overlay_white.png);
	width:640px;
	padding:35px;
}

#overlay .close {
	background-image:url(/images/close.png);
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#contentWrap {
	height:495px;
	overflow-y:auto;
}

#bof {
	text-align:center;
}

.rightside {
	margin-top:10px;	
}
