body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000000;
	background-color: #606060;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/back.gif);
	background-repeat: repeat-y;
	background-position: 50% 0px;
}

p {
	font-size: .75em;
	text-align: justify;
	line-height: 1.7em;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1.0em;
}

a:link, a:visited {
	color: #CB0000;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #CB0000;
}
a.img:hover {
	text-decoration: none;
	border-bottom: none;
}

table.sched {
	margin: 0px 0px 0px 20px;
}

table.sched th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	text-align: center;
	line-height: 1.7em;
	background: #eee none;
}
table.sched td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-align: justify;
	line-height: 1.7em;
	background: #eee none;
}

span.alert-no-image, span.info-no-image, span.download-no-image, span.note-no-image {
display: block;
padding: 10px 10px 10px 10px;
margin: 15px 0;	
}

span.alert-no-image {
color: #c00;
border-top: 3px solid #fe7b7a;
border-bottom: 3px solid #fe7b7a;
background: #FFD6D6;
}

span.info-no-image {
color: #0055BB;
border-top: 3px solid #629de3;
border-bottom: 3px solid #629de3;
background: #D8E5F8;
}

span.note-no-image {
color: #B79000;
border-top: 3px solid #fde179;
border-bottom: 3px solid #fde179;
background: #FEF6D8;
}

span.download-no-image {
color: #57861A;
border-top: 3px solid #c2df88;
border-bottom: 3px solid #c2df88;
background: #EEF7DD;
}


#grad-reqs tbody th {
	font-weight:  normal;
	text-align:  left;
	}
#grad-reqs tbody td {
	font-weight:  normal;
	text-align:  center;
	}
#grad-reqs tfoot * {
	font-weight:  bold;
	padding-top:  2px;
	border-top:  solid 2px gray
	}
#grad-reqs tfoot th {
	text-align:  right;
	}
#grad-reqs tfoot td {
	text-align:  center;
	}
	
#pagetainer {
	width: 782px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 1px;
	margin-top: -1px;
	position: relative;
}
#contact {
	background-color: #CB0000;
	width: 760px;
	margin: 0px 0px 0px 11px;
	padding: 0px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	height: 30px;
}
#contact p {
	color: #FFFFFF;
	font-size: .8em;
	text-align: center;
	margin: 7px 20px 0px 0px;
	padding: 0px;
}
#header {
	background-image: url(images/head2.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 200px;
	margin: 0px 0px 0px 11px;
	padding: 1px 1px 1px 0px;
	display:block;
}
#header:hover {
	border-bottom:0;
}
#header h1 {
	display: none;
}
#top-nav {
	width:760px;
	margin-left: 11px;
	background-color: #CB0000;
	height: 30px;
	font-size: .8em;
	border-top: 2px solid #FFFFFF;
	padding: 0px;
	margin-top: -3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#top-nav ul {
	list-style-type: none;
	padding-top: 6px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
#top-nav ul li {
	display: inline;
	margin-right: 30px;
	margin-left: 30px;
}
#top-nav li a {
	color : #FFFFFF;
}
#top-nav li a:hover {
	color : #FFFFFF;
	text-decoration: none;
}
#main {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	padding: 1px;
	margin-top: 0px;
	border: thin none #FF0000;
	float: left;
	width: 560px;
}
#main p {
	padding-left: 20px;
	padding-right: 15px;
}
#main h2 {
	text-transform: uppercase;
	margin: 10px 40px 0px 20px;
	color: #CB0000;
}
#main h3 {
	font-size: .9em;
	text-transform: uppercase;
	margin: 10px 40px 0px 20px;
	color: #CB0000;
}
#main h4 {
	font-size: .8em;
	margin: 10px 40px 0px 20px;
	color: #000000;
}
#main ol {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-align: justify;
	line-height: 1.7em;
	padding-top: 6px;
	padding-right: 15;
	padding-left: 60px;
	margin-right: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#main ul {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-align: justify;
	line-height: 1.7em;
	padding-top: 6px;
	padding-right: 15;
	padding-left: 60px;
	margin-right: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
}

img  {
	border: 0;
}
img.floatLeft {
	float: left; 
	margin: 4px;
}
img.floatRight {
	float: right; 
	margin: 4px;
}
#right-clmn {
	width: 180px;
	margin: 0px 0px 0px 580px;
	border: 2px none #FFFFFF;
	padding: 0px;
}
#right-clmn p {
	text-align: left;
	border-bottom: 1px solid #9E9E9E;
}
#right-clmn h3 {
	background-color: #CB0000;
	color: #FFFFFF;
	margin-top:10px;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
}
#right-navlist {
	width: 99.99%;
	font-size: .8em;
	line-height: 20px;
	margin: 5px 0px 5px 0px;
	padding: 0;
	list-style-type: none;
	border: 1px none #9E9E9E;
	color: #CB0000;
}
#right-navlist a:link, #right-navlist a:visited {
	width: 99.99%;
	display: block;
	border-bottom: 1px solid #9E9E9E;
	text-align: left;
	text-decoration: none;
	color: #CB0000;
}
#right-navlist a:hover {
	background-color: #C5C5C5;
}
#more-info {
	line-height: 1.3em;
}
#footer {
	margin-left: 11px;
	padding: 0px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: .8em;
	text-align: center;
	color: #CB0000;
}
#footer a:link, #footer a:visited {
	color: #CB0000;
}
#footer a:hover {
	border-bottom: 1px dashed #CB0000;
}
