body{
	background-image: url(../images/bgrad.jpg);
	background-color: #000099;
	background-repeat: repeat-x;
	margin: 0px;
	font-family:Verdana, Arial, sans-serif;
}
h1{
	background-image: url(../images/h1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	padding-bottom: 3px;
}
#main a, #main a:hover{
	color: #FF6600;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
#main a:hover{
	color: #660066;
	background-color: #FF6600;
}
#main #nav a:hover{
	background-color: #319925;
	border-bottom-style: solid;
}
#container{
	width: 954px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/yellow_vert.jpg);
	background-repeat: repeat-y;
}
#header{
	height: 139px;
	background: url(../images/header.jpg) no-repeat right top;
	/*padding-left: 240px;
	padding-top: 52px;*/
	overflow: hidden;
	padding-left: 30px;
	padding-top: 45px;
}
#main{
	height: auto;
	padding-right: 14px;
	padding-left: 14px;
}
#nav{
	width: 160px;
	height: auto;
	float: left;
	padding-top: 16px;
	background-image: url(../images/leftcol.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffcc00;
	z-index: 1;
}
#sectionLinks{
	margin: 0px;
	width: 160px;
	padding-top: 1px;
}

/********** ExNav **********/

ul#primary-nav, ul#primary-nav ul {
	background:#d43d1e;
	clear:left;
	float:left;
	font-size:100%;
	margin:0pt;
	padding:0pt;
	width:160px;
}
ul#primary-nav li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:relative;
}
ul#primary-nav li a {
	border-bottom: 1px solid #ffcc00;
	color:#000099;
	display:block;
	padding:8px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
* html ul#primary-nav li {
	float:left;
	height:1%;
}
* html ul#primary-nav li a {
	height:1%;
}
ul#primary-nav ul {
	display:none;
	left:160px;
	position:absolute;
	top:0pt;
}
ul#primary-nav li ul li a {
	padding:8px 8px;
}
ul#primary-nav li:hover ul ul, ul#primary-nav li:hover ul ul ul, ul#primary-nav li.over ul ul, ul#primary-nav li.over ul ul ul {
	display:none;
}
ul#primary-nav li:hover ul, ul#primary-nav li li:hover ul, ul#primary-nav li li li:hover ul, ul#primary-nav li.over ul, ul#primary-nav li li.over ul, ul#primary-nav li li li.over ul {
	display:block;
}
ul#primary-nav li.menuparent {
	background:transparent url(../images/arrow.gif) no-repeat scroll right center;
}
ul#primary-nav li.menuparent:hover, ul#primary-nav li.over {
	background-color:#319925;
}
ul#primary-nav li a:hover {
	color:#fff;
}
/**********End of ExNav***********/

#search_top{
	background-image: url(../images/leftcol_bottom.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 160px;
	float: left;
}
#search{
	height: auto;
	background-color: #000099;
	float: left;
	background-image: url(../images/search.jpg);
	width: 160px;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 23px;
}
#search p{
	color: #F5CC1C;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	text-decoration: none;
	font-weight: bolder;
	letter-spacing: .1em;
	text-align: center;
}
.input,.inputHovered {
	/*width: 90%;*/ 
	margin-bottom: 5px;
	/*width:157px;*/
	width:143px;
	height:15px;
	background:url(../images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
	margin-left:2px;

}
.inputHovered {
	background-position:left bottom;
}
.input:Hover {
	background-position:left bottom;
}


/*Text inputs*/
.textinput, .textinputHovered {
	width:236px
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}


#center{
	width: 599px;
	height: auto;
	float: left;
}

/*Breadcrumb*/

#breadcrumb{
	/*height:32px;*/
	background-image: url(../images/purple.jpg);
	background-color: #862b79;
	background-repeat: repeat-x;
	padding-left: 2px;
	color: #00CC33;
	float:left;
	width:597px;
}
#breadcrumb p, #breadcrumb a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	margin: 4px;
}
#breadcrumb a {
	border-style: none;
}
#breadcrumb a:hover {
	background-color:transparent;
	border-bottom-style:none;
	border-top-style:solid;
	border-top-width:4px;
	color:#FF6600;
	border-top-color:#319925;
}
/*End Breadcrumb*/

#student a, 
#student a:hover{
	color:#ffcc00;
	text-decoration: none;
	border-style: none;
	border-width: 0px;
	background-color: transparent;
}

img {border:0px;}

#content{
	height:auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(../images/FadedLogo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	font-size: 10pt;
}
#right{
	width: 166px;
	height:308px;
	background-image: url(../images/rightcol.jpg);
	background-repeat: repeat-x;
	float: left;
}
#footer{
	height: 23px;
	clear: both;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: visible;
	padding-right: 220px;
	padding-left: 197px;
	padding-top: 28px;
	text-decoration: none;
	line-height: 3pt;
	padding-bottom: 16px;
	vertical-align: text-top;
	top: auto;
	bottom: 0px;
	margin-bottom: 0px;
	font-size: 10pt;
}
#footer a, #footer a:hover{
	color: #FF6600;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #CC0099;
}
#footer a:hover{
	background-color: #FF6600;
}