@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
body {
 background-color:#E1DCC4;
}
#container {
	width: 900px;
	margin: 0 auto;
	background-color: white;
	background-image: url(../_images/containerback.jpg);
	background-repeat: repeat-y;
	padding: 0 30px;
}
#header{
 height:95px;
 background-image: url(../_images/headerback.jpg);
 background-repeat: none;
}
#banner{
 height:116px;
 background-image: url(../_images/bannerback.jpg);
}
#form{
 width:280px;

 height:400px;
 margin-top:20px;
 margin-right:20px;
 padding-top:90px;
 float:right;
 background-image: url(../_images/formtop.jpg);
 background-repeat: no-repeat;
}
.fright{
float:right;
}
#primary{
margin:0px 325px 0px 25px;
}
#primary h1{
 font-family: Verdana,Arial, Helvetica, sans-serif;
 font-size:28px; 
 font-weight:bold;
 letter-spacing:-2px;
 color:#483B53;
 padding: 5px 0px;
}
#primary h2{
 font-family: Verdana,Arial, Helvetica, sans-serif;
 font-size:20px; 
 font-weight:bold;
 letter-spacing:-2px;
 color:#483B53;
}
#primary h3{
 font-family: Verdana,Arial, Helvetica, sans-serif;
 font-size:20px; 
 letter-spacing:-2px;
 color:#483B53;
}
#primary p{
  font-size:16px;
  line-height:20px;
  color:#272727;
  margin-bottom:5px;
}
#primary ul{
list-style:url(../_images/list.gif);
margin-left:35px;
margin-top:5px;
margin-bottom:15px;
}
#primary img{
 padding:8px;
}

#primary ul{
list-style:url(../_images/list.gif);
margin-left:35px;
margin-top:5px;
margin-bottom:15px;
}
.campus{
  font-family: Verdana,Arial, Helvetica, sans-serif;
 font-size:36px; 
 font-weight:bold;
 letter-spacing:-2px;
 color:#517A94;
 display:block;
 margin-bottom:4px;
 margin-top:5px;
}
#footer{
        height: 90px;
	background-image: url(../_images/footerbg.jpg);
	background-repeat: repeat-x;
        text-align:center;
}
#footer p{
 padding-top:25px;
 line-height:65px;
 letter-spacing:3px;
 color:#9B9B9B;
}
.fine{
  font-size:9px;
  font-style:italic;
}
#request{
 margin: 0 10px 0 10px;
background-image: url(../_images/formback.jpg);
	background-repeat: repeat-x;
        background-position: bottom;
 	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CEFFFF;
	border-bottom-color: #CEFFFF;
	border-left-color: #CEFFFF;
 padding-left:15px;
 padding-right:15px;
 padding-bottom:10px;
}
#request label{
 font-size:12px;
 color:#483B53;
 font-weight:bold;
 display:block;
 margin-top:5px;
}
#submit{
 display:block;
 margin-top:8px;
 margin-bottom:10px;
}