body {
	top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 0px;
	text-align: left;
	font-size: 11pt;
	font-family: verdana;
	font-weight: normal;
	color: #000000;
	background-color: #666666;
	text-decoration: none;
}

.logo {
	margin-left; auto;
	margin-right; auto;
	margin-top: 10px;
}

.logo img {
	vertical-align: center;
}

/* level 0*/
#wrapper {
	/* background: #4068B4; */
	background: #000066;
	margin-top: 10px;
}

#leftcontent {
	position: absolute;
	width: 180px;
	top: 139px;
/*	top: 179px;*/
	left: 20px;
	/* background-color: #4068B4;*/
	vertical-align: top;
}

.navelts {
	width: 180px;
	color: white;
	padding-left: 10px;
	padding-top: 20px;
}
.navelts a {
	color: white;
	text-decoration: none;
}

.navelts a:hover {   
	color: #d0eab5;
}
.navelts .loc {
	color: #7bb142;               /* invisible */
}
.navelts .loc img {
	width: 5px; 
	height: 5px;
	vertical-align: middle;
}
.nav-major {
	font-size: 12pt;
	margin: 0px;
	padding: 8px;
	padding-left: 2px;
	border-bottom: 2px solid #cc0033;
}
.nav-minor {
	font-size: 10pt;
	padding-left: 8px;
}

/* level 1*/
#center-wrapper {
	background: #666666;
	margin-left: 190px;
	padding-left: 10px;
}

/* Level 2 */
#center2-wrapper {
	padding-top: 20px;
	background: #fff;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

/* Main */
#center-content {
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 25px;
	padding-bottom: 18px;
	background: #fff;
}


/* No link borders around images */
a img { border: none; border-spacing: 0px; }
a img { border: none; border-spacing: 0px; }
a img { border: none; border-spacing: 0px; }
a img { border: none; border-spacing: 0px; }

.ImageFloatLeft {
	float: left;
}
.ImageFloatRight {
	float: right;
}

/* Error messages - mostly for forms */
.emsg {
	color: red;
	font-weight: bold;
	font-size: 12px;
}

.red {
	color: red;
}

.bold {
	font-weight: bold;
}

.blue {
	color: blue;
}

h1 {
/*	color: #313785; */
	color: #000066;
	font-weight: bold;
	font-size: 16pt;
	font-family: verdana;
}

h2 {
	color: #313785;
	font-weight: bold;
	font-size: 14pt;
	font-family: verdana;
}

h1.eduheaders  {
	color: #313785;
	font-weight: bold;
	font-size: 14pt;
	font-family: verdana;
}

h2.eduheaders {
	font-size: 12pt;
	font-family: verdana;
}

h4  {
	color: #313785;
	font-weight: bold;
	font-size: 12px;
	font-family: verdana;
}

.redlink {
	font-family: verdana;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.redlink A:link {
	color: #CC0000;
	text-decoration: none;
}
.redlink A:visited {
	color: #CC0000;
	text-decoration: none;
}
.redlink A:hover {
	color: #313785;
	text-decoration: none;
}
.redlink A:active {
	color: #CC0000;
	text-decoration: none;
}


.bluelink {
	font-family: verdana;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.bluelink A:link {
	color: #0033FF;
	text-decoration: none;
}
.bluelink A:visited {
	color: #0033FF;
	text-decoration: none;
}
.bluelink A:hover {
	color: #CC0000;
	text-decoration: none;
}
.bluelink A:active {
	color: #CC0000;
	text-decoration: none;
}

/*
 * Copyright Message
 */
.copyright {
	font-family: verdana;
	font-size: 8px;
	color: #FFFFFF;
	text-align: center;

	margin-top: 10px;
}

/*
 * White text and what to do with it
 */
.WhiteDefault {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
}
.WhiteDefault A:link {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.WhiteDefault A:visited {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.WhiteDefault A:hover {
	font-family: verdana;
	font-size: 10px;
	color: #0066CC;
	text-decoration: underline;
}

.WhiteDefault A:active {
	font-family: verdana;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.servicepunch {
	color: red;
	font-style: italic;
}

.bignotify {
	color: blue;
	font-size: 14pt;
	font-style: italic;
}

.courseinfo {
	padding-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.center {
	text-align: center;
}
.
