/* GLOBAL */
* {
	margin:0px;
	padding:0px;
}
.clearfloats {
	clear:both;
}
body {
	margin: 0px;
	background-color: #4C77AE;
}
.red {
	color:#990000;
}
A:link, A:visited {
	color: #000066;
	text-decoration: underline;
}
A:hover {
	color: #000066;
	text-decoration: none;
}
A:link.footnav, A:visited.footnav {
	text-decoration: none;
	color:#D9C075;
}
A:hover.footnav {
	text-decoration: underline;
	color:#D9C075;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin-right: 5px;
	margin-left: 5px;
}
ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin-right: 5px;
	margin-left: 25px;
}
.quote {
	color:#000066;
	font-size:12px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color: #333399;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #333399;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	color:#990000
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
}
.small {
	font-size:10px;
	line-height:12px;
}
.classfullheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #FF0000;
}
.classfullfaculty {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #FF0000;
}
/* Body */
#mainwrapper {
	width:798px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #000066;
	background-color:#ffffff;  /* this b/g color is visible below the center col content   */
}
#contentwrap {
	width:798px;
	float:left;
}
#leftcol {
	float:left;
	width:184px;
	text-align:center;
	background-image:url(images/yell-fade.jpg);
	background-repeat:no-repeat;/*border-right: #000066 solid 1px;*/
}
#rightcol {
	float:left;
	width:185px;
	text-align:center;
	background-image:url(images/yell-fade.jpg);
	background-repeat:no-repeat;
	height:900px; /*border-left: #000066 solid 1px; */
}
#centercol {
	float:left;
	width:424px;
	padding-left:2px;
	padding-right:2px;
	background-image:url(images/yell-fade.jpg);
	background-repeat:no-repeat;
}
#centerwide {
	float:left;
	width:794px;
	padding-left:2px;
	padding-right:2px;
	background-image:url(images/yell-fade.jpg);
	background-repeat:no-repeat;
}
#navcontainer {
	float:left;
	width:798px;
}
/*pushes nav to the top of the page #navwrapper {position: absolute; top: 0px; margin-left:auto; margin-right:auto;} */
		#navwrapper {
	margin-left:auto;
	margin-right:auto;
}
.nav {
	background-image:url(shop/nav/nav-back.gif);
	background-repeat:no-repeat;
	background-position: 228px 0px;
}
.usdpics img {
	border: 1px #000000 solid;
}
#footer {
	width:797px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	clear:both;
}
.copyright {
	font-size:10px;
	color:#000066;
	padding-left:15px;
}
.developer {
	margin-left:400px;
	font-size:10px;
	color:#000066;
	padding-right:15px;
	display:inline;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #990000;
	color:#990000
}
/*shopping cart body style*/
/*.cart {margin-top:0px; float:left;}*/
.cart {
	margin-top:0px;
	clear:both;
}

/* for the courses page */
.coursetable {
	border: 1px solid #009;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 1.3;
	margin: 1em 0 2em 0;
	width: 100%;
}

.coursetable th {
	text-align: left;
	}
	
.coursetable td {
	padding: 2px;
	}
	
.coursetable .odd {
	background: #cce6ff;
}
