body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #B6CAEB;
	text-align: center;
	background-image: url(images/dropshadow.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 0 0;	
	background-color: #ffffff;
	border-left: 1px solid #777777;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
}
#logo {
width: 750px;
}
#header {
	background: #035df2 url(images/header.jpg) no-repeat;
}
#content {
	width: 540px;
	float: right;
	padding: 5px 10px 0 0;
}
#content p {
	line-height: 1.2em;
	font-size: 90%;
	font-variant: normal;
/*	padding-left: 2em;*/
}
#content h1 {
	font: normal 135% Georgia, "Times New Roman", Times, serif;
	color: #035df2;
	text-transform: capitalize;
}
#content h2 {
	font-size: 120%;
	color: #035df2;
	background-color: transparent;
}
#content ul {
font-size: 90%;
}
#content li {
padding: 4px;
}
#navigation {
	float: left;
	width: 180px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 180px;
	border-bottom: 1px solid #035df2;
	margin: 0;
	padding: 0;
	font-size: 80%;
	vertical-align: bottom;
}
#navigation li.on, #navigation li.on a, #navigation li.on a:visited {
border-bottom: 0;
color: #000000;
}

#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #035DF2;
	border-right: 1px solid #035DF2;
	background-color: #F98701;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #035DF2;
	color: #FFFFFF;
}
#navigation ul.subnav {
	margin-left: 12px;
}
#navigation ul.subnav li {
	border-bottom: 1px solid #035DF2;
	width: 168px;
			font-size: 1em;
}
#navigation .subnav a:link, #navigation ul.subnav a:visited {
	background-color: #F9C088;
	color: #035DF2;
}
#navigation ul.subnav a:hover {
	background-color: #035DF2;
	color: #FFFFFF;
}
#navigation li.current a:link, #navigation li.current a:visited {
/*	border-bottom: 1px solid #035DF2;*/
background-color: #ffffff;
}
#navigation li.current a:hover {
	background-color: #035DF2;
	color: #FFFFFF;
}
#navigation ul.subsubnav {
	margin-left: 12px;
}
#navigation ul.subsubnav li {
	border-bottom: 1px solid #035DF2;
	width: 156px;
		font-size: 1em;
}
#navigation .subsubnav a:link, #navigation ul.subsubnav a:visited {
	background-color: #C2D4F2;
	color: #035DF2;
}
#navigation ul.subsubnav a:hover {
	background-color: #035DF2;
	color: #FFFFFF;
}
#navigation li.subsubcurrent a:link, #navigation li.subsubcurrent a:visited {
/*	border-bottom: 1px solid #035DF2;*/
background-color: #ffffff;
}
#navigation li.subsubcurrent a:hover {
	background-color: #035DF2;
	color: #FFFFFF;
}
#leftpic {
	float: left;
	width: 180px;
	clear: left;
	text-align: center;
	}
.rightpic {
	float: right;
	width: 260px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
.rightpic p {
	text-align: center;
	font-size: 90%;
	font-style: italic;
	margin-top: 1px;
	color: #666666;
	}
	.rightpic200 {
	float: right;
	width: 210px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
.rightpic200 p {
	text-align: center;
	font-size: 90%;
	font-style: italic;
	margin-top: 1px;
	color: #666666;
	}
#footer {
	clear: both;
	padding: 0 0 10px 255px;
	font-size: 70%;
	color: #AAAAAA;
	background-color: transparent;
}

#content img {
	padding: 4px 8px;
}

.superscript {
	vertical-align: super;
	font-size: 75%;
}
dt {
color :#035df2;
}
dd {
/*    margin-top: -1em; */
	padding-left: 0px;
	margin-left: -1px;
	padding-bottom: 10px;
}

tr.other {
background-color: #F9C088;
}
#courseleft { 
float:left;
width: 270px;
}
#courseright {
float:right;
width:260px}


.clearboth {
clear:both ;
}

#content a, #content a:visited {
	color: #035df2;
}

#content a:hover {
color: #fb8d0b;
}
#table a, #table a:visited {
text-decoration:none ;
color: #000000;
}
#table a:hover {
color: #035df2;
}
.othertextcenter {
	color: #fb8d0b;
	text-align: center;
	font-weight: bold;
}
.bluetext {
	color: #035df2;
}
#indent {
	text-indent: 100px;
}
.redtext {
color:#FF0000 ;
}
.latest {
font-size: 2em;
color:#FF0000;
}