@charset "UTF-8";
body {
	background-color: #EEEEEE;
	background-image :url(images/swirl.gif);
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px; /*adjust Courses if changing*/
	color:#333;
}

.highlightbox {
	padding:2px;
	border-top:solid #C5D6FE 1px;
	border-bottom:solid #C5D6FE 1px;
	padding-left:10px;
	margin-bottom:10px;
	background-color:#E6EBFF
}
.highlight {
	color: #FF6600;
	font-weight: bold;
}
.transparent {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
#wrap {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#content {
	background-color: #FFFFFF;
	width: 680px;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: #666;
	margin-top: 30px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;

}

#contentbody {
	background-color: #FFFFFF;
	margin-top: 10px;
	text-align: left;
	/* margin-left: auto;
	margin-right: auto; */
	padding-top: 10px;
	padding-right: 14px;
	padding-left: 6px;
	margin-bottom: 20px;

}
#footer {
	text-align: center;
	font-size: 11px;
	padding: 10px;
}

#extra {
	width: auto;
	padding: 10px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	text-align: right;
	/* position: absolute;
	left: 400px;
	height: 300px;
top: 20px; */
}
/* odds and ends here */

.title {
	font-size: 18px;
	font-weight: bold:
}

a { color: #4C4C82;
	text-decoration: none;
}

a:hover {
	color: #4C4C82;
	text-decoration: underline;
}

.nav {
	color: #4C4C82;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 14px;
	font-weight: bold;
}

.additional {
	padding-left: 25px;
	font-size: 12px;
}

#logo {
	text-align: center;
	width: 100%;
}

#header {
	text-align: center;
	width: 100%;
}


