@CHARSET "ISO-8859-1";

body {
	margin:0;
	padding:0;
	text-align:left;
	color:#000000;
	/*font:normal 75% Verdana, Geneva, sans-serif;
	font:normal arial, helvetica, sans-serif;*/
	letter-spacing: .1em;
	min-width:760px;
	background-color:#666;
}
#fontchange {
	color:#fff;
}
#above-header {
	position:relative;
	right:2%;
	height:20px;
	text-align:right;
	color:#fff;
	font-size:80%;
}
#above-header ul{padding:0;margin:0;list-style-type:none;}
#above-header ul li {display: inline; }
#above-header li a {text-decoration:none;color:#fff;margin-right:3px;}
#above-header li a:hover {text-decoration: underline;}
#above-header li span {padding:0;}

#grads {
	position:absolute;
	top:0px;
	right:2%;
	margin-right:10px;
	width:187px;
	height:181px;
}
#grads {background: url("../img/grads/graduates.png") no-repeat;}

#banner {
	position:relative;
	border: 0;
	left:0;
	margin:0;
	padding:0;
	width:100%;
	height:129px;
	background: url("../img/grads/header.png") repeat-x;
}
#bannergrad{
	/* This is the shadow below the gradient. */
	position:absolute;
	top: 124px;
	left:0;
	margin:0;
	padding:0;
	width:100%;
	height:5px;
}
#bannergrad {background: url("../img/grads/ieheadergrad.png") repeat-x;}

#logo{
	position:relative;
	display:block;
	float:left;
	width:224px;
	height:86px;
	margin:0;
	padding:0;
	top:5px;
	left:2.2%;
	cursor:pointer;
}
#logo {background: url("../img/grads/logo.png") no-repeat;}

#container {
	/* move margin up, under the shadow of the header */
	margin:-5px 2% 0px 2%;
	width:95.9%;
	padding:0;
	border: solid #000 1px;
	border-top:0;
	/*min-height:500px; doesn't work on tables */
	height:500px;
	overflow:hidden;
	background-color: #fff;
}

#content-menu {
	margin:0;
	padding:60px 5px 5px 5px;
	width:200px;
	background: url("../img/grads/menubrdr.png") repeat-y #dfe6f1;
}

#content {
	text-align:left;
	color:#000;
	padding:10px 5px;
	border:0;
}

h1, h2, h3 {
	padding:0;
	margin:0;
	margin-top:10px;
	margin-bottom:5px;
	font-family:Comic Sans MS,cursive,Lucida Sans Unicode,Lucida Grande,sans-serif;
	font-weight:normal;
	color:#363;
	line-height:1em;
	padding-bottom:5px;
}
h1 {font-size:175%;	border-bottom: solid #363 1px;font-weight:bold;padding-bottom:10px;}
h2 {font-size:150%;}
h3 {font-size:125%;}

/* Format the menu */
#tabmenu {
	position:absolute;
	z-index:200;
	margin:0;
	padding:0;
	left:0;
	top:99px;
	border:0;
	height:30px;
	overflow:hidden;
	margin-left:3%;
	width:96%;
}
#tabmenu ul {padding:0 0 0 2px;margin:0;border:0;list-style:none;}
#tabmenu ul li {position:relative;display:inline;float:left;margin:0;padding:0;list-style:none;}

#tabmenu ul li a {
	color:#000;
	font-weight:bold;
    cursor:pointer;
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
}

#tabmenu ul li span {height:30px;float:left;margin:0;padding:0;border:0;}

#tabmenu ul li span.tableft {width:12px;}
#tabmenu ul li span.tabinside {padding:8px 5px 0px 5px;}
#tabmenu ul li span.tabright {width:12px;}

#tabmenu ul li span.tableft {background: url("../img/grads/regleft.png") no-repeat;}
#tabmenu ul li span.tabinside {background: url("../img/grads/regcenter.png") repeat-x;}
#tabmenu ul li span.tabright {background: url("../img/grads/regright.png") no-repeat;}

#tabmenu ul li.tabselected span.tableft, #tabmenu ul li.tabselected a:hover span.tableft {background: url("../img/grads/selleft.png") no-repeat;}
#tabmenu ul li.tabselected span.tabinside, #tabmenu ul li.tabselected a:hover span.tabinside {background: url("../img/grads/selcenter.png") repeat-x;}
#tabmenu ul li.tabselected span.tabright, #tabmenu ul li.tabselected a:hover span.tabright {background: url("../img/grads/selright.png") no-repeat;}

#tabmenu ul li a:hover span.tableft {background: url("../img/grads/hovleft.png") no-repeat;}
#tabmenu ul li a:hover span.tabinside {background: url("../img/grads/hovcenter.png") repeat-x;}
#tabmenu ul li a:hover span.tabright {background: url("../img/grads/hovright.png") no-repeat;}
#tabmenu ul li.tabselected a {color:#c00;}
#tabmenu ul li a:hover {color:#c00;}

/***********************  Table Defaults ****************************/

th {text-align:center;vertical-align:top}
td {text-align:left;vertical-align:top}

/***********************  Content Information ****************************/

#content-outer {padding:0 5px;}

#content-outer .cnt_hdr {background-color:#ccc;}

/***********************  Footer Information ****************************/

#footer {text-align:center;
			margin:0px;
			font-size:80%;font-weight:normal;
			color:#cdd;} 

#footer div {margin:0;margin-top:5px;padding:0;}
#footer div a { color:#fff;text-decoration:none;}
#footer div a:hover { text-decoration:underline}

#footer ul{padding:0;margin:0;list-style-type:none;}
#footer ul li {display: inline; }
#footer li a {text-decoration:none;color:#cdd;margin-right:3px;}
#footer li a:hover {text-decoration: underline;}

.cnt_bg {background-color:#fff;color:#00008b;}
.cnt_hdr {background-color:#cdd;color:#00008b;}
.cnt_hdr2 {background-color:#369;color:#00008b;}
.cnt_hdr1 {background-color:#369;}
.cnt_bdr {border-color:#369;border-style:solid;}

/* rounded corner and border formatting */
.round {
	font-size:0px;
	display:block;
	padding:0;
}
.round-1 {
	height:1px;
	border-width:0 1px 0 1px;
	margin:0 5px 0 5px;
}
.round-2 {
	height:1px;
	border-width:0 2px 0 2px;
	margin:0 3px 0 3px;
}
.round-3 {
	height:1px;
	border-width:0 1px 0 1px;
	margin:0 2px 0 2px;
}
.round-4 {
	height:2px;
	border-width:0 1px 0 1px;
	margin:0 1px 0 1px;
}

/* lists in content menu */
#content-menu ul {
	list-style:none;
	/*margin:10px 0;*/
	margin:0;
	padding:0;
	width:100%;
}
#content-menu ul li {
	height:2em;
	padding:1px;
	width:100%;
}
#content-menu ul li a {
	text-decoration:none;
	color:#363;
	font-size:110%;
	font-weight:bold;
}
#content-menu ul li a span {
	display:block;
	cursor:pointer;
	width:100%;
	padding:.25em 0 0 5px;
	height:1.75em;
	vertical-align:middle;
}
#content-menu ul li:hover, #content-menu ul li.divhover {
	background-color:#b6cdf2;
	padding:0;
	border:1px solid darkblue;
}
#content-menu ul li:hover a, #content-menu ul li.divhover a {
	color:#c00;
}

#content-menu div.box {
	/* background-color:#b6cdf2; f0e7ca fbf7f1 f6efda */
	background-color:#f6efda;
	border:solid darkblue 1px;
	padding:3px;
	width:190px;
}

#content-menu table {
	font-size:90%;
	width:180px;
}
#content-menu input[type="text"], #content-menu input[type="password"] {
	font-size:inherit;
	width:98%;
	height:1em;
	padding:2px;
	margin:0;
}
#content-menu input[type="submit"], #content-menu input[type="reset"], #content-menu input[type="button"] {
	font-size:inherit;
}

a.spanlink {
	text-decoration:none;
	color:#363;
	margin:0;
	padding:5px;
}
a.spanlink span {
	display:block;
	cursor:pointer;
	/*width:100%;*/
	padding:3px;
	vertical-align:middle;
	text-align:center;
}
/*a.spanlink:hover {
	background-color:#b6cdf2;
	padding:0;
	border:1px solid darkblue;
	color:#c00;
}*/

a.spanlink:hover span {
	background-color:#b6cdf2;
	padding:2px;
	border:1px solid darkblue;
	color:#c00;
}
