

body {
	text-align: center;

		/* custom */
		background: #dddddd url(../images/gradbak.jpg) repeat-x;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}





#c1 {
	margin: 0 auto;
	width: 782px;
	text-align: left;
	z-index: 1;

		/* custom */
		background:  url(../images/contbak.jpg);
		margin-top: 0px;
}

#c2 {

		/* custom */
		background:  url(../images/gradtop.jpg) no-repeat;
		padding: 21px;
		padding-top: 40px;
		z-index: 2;
}

#c3 {
	margin: 0 auto;
}

#topbar {


		/* custom */
		background: url(../images/topbar.jpg) no-repeat;
		padding: 140px 0 5px 0;
}

#topbar div {
		padding: 0 25px 0 0;
		text-align: right;
		font-size: 11px;
		font-weight: bold;
		color: white;
		margin: 0 0 0 70px;
		background: #0048D2;
}

#topbar a {
		color: white;
		text-decoration: none;
}

#topbar a:hover {
		color: white;
		text-decoration: underline;
}

#menu {
	/* most menu options found in css/menucss.asp */

		/* custom */
		margin-top: 3px;
		margin-left: 30px;
}

#content {

		/* custom */
		margin-left: 0px;
		margin-top: 30px;
		margin-bottom: 30px;
}

#content img[align=right] {
		margin-bottom: 5px;
		margin-left: 10px;
		float:right;
}

#content img[align=left] {
		margin-bottom: 5px;
		margin-right: 10px;
		float:left;
}

#lhs {
	float:left;

		/* custom - set width of lhs */
		width: 210px;
}

#breadcrumb {
		margin: 0 0 15px 0;
}

#breadcrumb a, #breadcrumb a:visited {
		color: #656565;
		text-decoration: underline;
}

#breadcrumb a.last {
		cursor: text;
		text-decoration: none;
}

table.courses {
		width: 100%;
		border: 1px solid #D1DEDF;
		padding: 2px;
}

table.courses th, table.courses td {
		background: #EFEFEF;
		padding: 5px;
		vertical-align: top;
		border: 0;
}

table.courses th {
		background: #FFBE0F;
		color: #fff;
}

.row1 {
		background: #FFF6DF;
}

.additions {
		border: 1px solid #e4e4e4;
		padding: 5px 10px;
		background: #FFF79F;
}

#rhs {
	float: right;

		/* custom - set width of rhs */
		width: 490px;
}

#contacts {

		/* custom */
		text-align: center;
		font-size: 0.675em;
		line-height: 1.8em;
		color: #656565;
		padding: 10px 5px;
		border-top: 1px solid #d86c14;
}

#bottmenu {
		text-align: center;
		font-size: 0.675em;
		color: #ffffff;
		background: #0049d0;
		border-top: 1px solid #949897;
		padding: 7px;
}

#bottmenu a {
		color: #ffffff;
}

#footer {
	margin: 0 auto;
	width: 782px;

		/* custom */
		padding-top: 10px;
		padding-bottom: 5px;
		background:  url(../images/footshado.jpg) no-repeat;
		text-align: center;
		font-size: .675em;
		color: #ffffbb;
}

#footer a {

		color: #ffffbb;
}


.clear {
	clear: both;
}

#sitemap li {
margin-left: 15px;
padding-left: 5px;
list-style-type: disc;
}

#sitemap li li {
list-style-type: square;
}

#sitemap li li li {
list-style-type: circle;
}

.cornered, #menu .top a {
	border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-webkit-border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
}

.sf-menu li ul {
	border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

#menu .top li a  {
	border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
}
