/* CSS Document */
#wrapper {
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	width: 964px;
	/*text-align: left;*/
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-color: #CC0000;
	margin-bottom: -5px;
}

#header img {
	border-style: none;
}

#blackmenu, #footer {
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 25px;
	font-size: 12px;
	text-align: center;
}

#footer {
	padding-top: 1px;
	padding-bottom: 1px;
}

#blackmenu a, #footer a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

#blackmenu a:hover, #footer a:hover {
	text-decoration: underline;
}

#sidebar{
	float: left;
	width: 200px;
	background-color: #CC0000;
}

#rightwrapper {
}

#content{
	padding-right: 70px;
	padding-left: 70px;
	font-size: 12px;
	line-height: 18px;
	padding-top: 10px;
}
#sidebar li {
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 8px;
	line-height: 22px;
}
#sidebar h1 {
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9D0100;
	padding: 5px 5px 5px 20px;
}

body {
	margin: 0px;
	font-family: Arial, Helvetica;
	background-color: #A1A1A1;
	/* background-image: url(/images/bodyborder.gif); */
	background-repeat: repeat-x;
	/*text-align: center;*/
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #8A0003;
	text-transform: uppercase;
	line-height: 28px;
}

#content h2 {
	font-size: 14px;
	color: #810002;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #8A0003;
	border-right-color: #8A0003;
	border-bottom-color: #8A0003;
	border-left-color: #8A0003;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 25px;
}
#sidebar a {
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar a:hover{
	text-decoration: underline;
}

select {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 9px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}

#content a {
	color: #C80F0A;
	text-decoration: underline;
}
#content a:visited {
	color: #8A0003;
}

/* Styles for search fields */
/* And dropdown in header */
.odd {
	padding: 2px;
	font-family: Arial, Helvetica;
	font-size: 9px;
	border-top: 1px solid grey;
	background-color: #efefef;
}

.even {
	padding: 2px;
	font-family: Arial, Helvetica;
	font-size: 9px;
	border-top: 1px solid grey;
	background-color: #dedede;
}

select.deptmenu {
	margin-top: 5px;
	width: 187px;
	margin-left: 2px;
	font-size: 12px;
	font-family: Arial, Helvetica;
	background-color: #CFC4A8
}

option.deptmenu {
	padding: 2px;
	font-family: Arial, Helvetica;
	font-size: 9px;
	border-top: 1px solid grey;
	background-color: #CFC4A8;
}

form.deptmenu {
	display: inline;
}

#ontop {
	position: absolute;
	z-index: 3;
	margin-left: 755px;
	margin-top: 10px;
}

#ontop p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#ontop .textonly {
	font-family: Arial, Helvetica;
	font-size: small;
	margin-left: 125px;
	color: #CFC4A8;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

/* for search stuff */
form.siteSearch {
	display: inline;
}

select.siteSearch {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 12px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}

input.siteSearch {
	font-family: Arial, Helvetica;
	font-size: 12px;
	/*height: 12px;*/
	width: 100px;
	background-color: #CFC4A8;
	border: 1px solid #000000;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 5px;
}

select.siteSearch {
	margin-left: 2px;
	background-color: #CFC4A8
}

searchSubmit.siteSearch {
	padding-top: 5px;
	vertical-align: bottom;
}

/* Styles for Forms */
/* Added by VSU Webservices */
th.required {
	color: #CC0000;
}

