#wrapper {
	width: 964px;
	margin-right: auto;
	margin-left: auto;
}

body {
	background-color: #A1A1A1;
	/* background-image: url(/images/backgroundshort.gif); */
	background-repeat: repeat-x;
	margin:0px 50px;
	padding:0px;
}
a {
	color: #C80f0a;
	text-decoration: underline;
}

#containerheader {  /*for header and menu*/
	margin:0;
	padding:0;
	background:black;
	height: 250px;
}

#containerheadersmall {  /*for header and menu*/
	margin: 0px 0px 0px 0px;
	padding:0;
	background:black;
	height: 205px;
	max-width: 960px;
	position: relative;
}

#header {
	margin:0;
	padding:0;
	background:#CC0000 url(/images/headertestingtemplate.jpg) no-repeat left top;
}

#headerhome {
	margin:0;
	padding:0;
	background:#CC0000 url(/images/headerhome.jpg) no-repeat left top;
}

#headerhomeshort {
	margin:0;
	padding:0;
	background:#CC0000 url(/images/homeheader.jpg) no-repeat left top;
}

#headerprospective {
	margin:0;
	padding:0;
	background:#CC0000 url(/images/headerprospective.jpg) no-repeat left top;
}
#headercurrent {
	margin:0;
	padding:0;
	background:#CC0000 url(/images/headercurrent.jpg) no-repeat left top;
}
#headeralumni{
	margin:0;
	padding:0;
	background:#CC0000 url(/images/headeralumni.jpg) no-repeat left top;
}
#headerfacstaff{
	margin:0;
	padding:0;
	background:#CC0000 url(/images/headerfaculty.jpg) no-repeat left top;
}
#headerparents{
	margin:0;
	padding:0;
	background:#CC0000 url(/images/headerparents.jpg) no-repeat left top;
}
/* horizontal menu box and content */

#horizontalmenu {
	padding:0px;
	/* float:left; */
	background:#000000;
	text-align: center;
	margin: 6px 0px 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 12px;
	height: 28px;
}

#horizontalmenu a {
	font-family: Arial, Helvetica;
	color: #FFFFFF;
	text-decoration: none;
}

#horizontalmenu a:hover {
	color: #c80f0a;
}

/*
#horizontalmenu li{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	color: #FFFFFF;
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	background-position: center;
}
*/
#container1 {  /*for left sidebar background*/
	margin:0;
	padding:0;
	background: #FFFFFF url(/images/sidebarcolorleft.jpg) repeat-y left top;
	max-width: 960px;
}
	
#container2 { /*for right sidebar background*/
	margin:0;
	padding:0;
	background:url(/images/sidebarcolorright.jpg) repeat-y right top;
	max-width: 960px;
}

#footer {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding: 2px;
}

#footer a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* left menu and content */

/* original commented out for alterations to provide text only link
#contentleft {
	float:left;
	width:200px;
	margin:0px; 
	padding:0px 0px 0px;
}
*/

/* Alterations for text only link */
#contentleft {
	float:left;
	width:200px;
	margin: 10px 0px 0px 0px; 
	padding:0px 0px 0px;
	font-family: Arial, Helvetica;
}


#contentleft h1 {
	background-color: #9D0100;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 5px 5px 15px;
	font-weight: bold;
}

#contentleft li {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 24px;
	font-weight: bold;
}
#contentleft a {
	color: #FFFFFF;
	text-decoration: none;
}

/* right menu and content */

#contentright {
	float:right;
	width:160px;
	margin:0px; 
	padding:15px 0px 0px;
}

#contentright h1 {
	background-color: #E6E6E6;
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 5px 5px 15px;
	font-weight: bold;
}

#contentright p {
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 12px;
	padding: 0px 15px 0px 10px;
}

/* center box and content */

#contentcenter {
	margin:0 160px 0 200px;
	background:#FFFFFF;
}

#contentcenter p {
	padding: 0px 18px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}
.imageright {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 12px;
}

#contentcenter h1 {
	padding: 12px 18px 0px;
	font-family: Arial, Helvetica;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #C80F0A;
}

#contentcenter h2 {
	padding: 3px 18px;
	font-family: Arial, Helvetica;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #C80F0A;
	text-transform: uppercase;
}
#contentcenter li {
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	padding-right: 18px;
}

/* misc */

.column-in {
	margin:0; padding:10px;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
.newsdate {
	font-size: 10px;
	color: #666666;
}



/* 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: #FFFFFF;
	border: 1px solid #000000;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 0px;
}

select.siteSearch {
	margin-left: 2px;
	background-color: #FFFFFF;
}

searchSubmit.siteSearch {
	padding-top: 5px;
	vertical-align: bottom;
}

p.siteSearch {
	margin: 0px;
	padding: 0px;
}

/* Pull-Down List */
.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: 189px;
	margin-left: 2px;
	font-size: 12px;
	font-family: Arial, Helvetica;
	background-color: #FFFFFF
}

option.deptmenu {
	padding: 2px;
	font-family: Arial, Helvetica;
	font-size: 9px;
	border-top: 1px solid grey;
	background-color: #FFFFFF;
}

form.deptmenu {
	display: inline;
}

p.deptmenu {
	margin: 0px;
	padding: 0px;
}
