body {
	background-color: #E0DDCE;
	background-image: url(http://www.csustan.edu/images/UniversalBkgrnd-6c6963.png); 
	background-repeat: repeat-x; 
	background-attachment: fixed;
	color: #424242;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 24px 0px 0px 24px;
	}

p {
	margin: 10px 0px 0px 0px;
	}

a {
	color: #A72D08;
	}

a:link, a:visited { 
	text-decoration: none;
	}
		
a:hover, a:active {
	text-decoration: underline;
	}
		
#container {
	background-color: #FFFFFF;
	margin: auto;
	text-align: left;
	width: 796px;
	}


/********************** Header ***************************/
#header {
	background-color: #CC0000;
	width: 796px;
	height: 30px;
	position: relative;
	visibility: visible;
	}

#imagearea { 
	width: 796px; 
	height: 125px; 
	position: relative; 
	visibility: visible;
	}

#sitename {
	position:absolute;
	left: 0px;
	background-color: #624770;
	top: 82px;
	width: 781px;
	height: 35px;
	padding: 3px 0px 0px 15px;
	z-index: 3001;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	}

#horizlines {
	position: absolute;
	left: 0px;
	background-image: url(http://www.csustan.edu/Mainpage/Parts/Pages/line-horiz-b4b4b4-3px.gif);
	top: 123px;
	width: 796px;
	height: 9px;
	border-bottom: #FFF 2px solid;
	z-index: 5001;
	}


/********************** Content ***************************/
#content {
	width: 766px;
	margin: 25px 15px 0px 15px;
	}

#breadcrumb {
	width: 766px;
	margin: 20px 15px 0px 15px;
	font-size: 10px; 
	}
/***************** Pages Content *****************/
#left {
	padding: 0px 10px 0px 0px;
	float: left;
	width: 222px;
	}
		
#leftnav a{
	font-size: 12px;
	color: #424242;
	text-decoration: none; 
	font-weight: bold; 
	font-style: normal; 
	line-height: 12px;
	}

#leftnav a:hover {
	color: #A72D08;
	text-decoration: underline;
	}

#subnav a{
	font-size: 12px;
	color: #A72D08;
	text-decoration: none; 
	font-style: normal; 
	line-height: 12px;
	}

#subnav a:hover {
	text-decoration: underline;
	}

#right {
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 20px;
	float: right;
	width: 473px;
	border-left: #424242 1px dotted;
	}
	
#right a{
	text-decoration: none;
	}

#right a:hover {
	text-decoration: underline;
	}

#colone {
	float: left;
	width: 220px;
	}
	
#coltwo {
	float: right;
	width: 250px;
	}
	
#colthree {
	float: left;
	padding: 0px 0px 0px 0px;
	}


/***************** Headings *****************/
h1 {
	font-size: 24px; 
	line-height: 26px; 
	font-family: "Arial", Helvetica, Verdana, Sans-Serif; 
	font-weight: normal;
	color: #FFF;
	margin-top: 3pt; 
	margin-bottom: 3pt; 
	}
			
h2{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 23px;
	line-height: 26px; 
	font-weight: bold;
	margin-top: 0px;
	}
	
h3{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	}

h4{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	}

h5{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	}

h6{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	}

/***************** Misc *****************/
ul {
	list-style-type: square;
	margin-top: 0px;
	}

ul.ul_textbullets {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height:140%
	}

hr {
	width: 95%;
	float:left;
	border-top: #999 1px dotted;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	height: 1px;
	margin: 10px 0px 10px 0px;
	}

blockquote {
	margin: 0px;
	text-align: justify;
	padding: 10px 30px 10px 20px;
	}

#didyouknow {
	float: left;
	width: 190px;
	border: #624770 1px solid;
	background-image:url(../images/didyouknowbkgrd.gif);
	padding: 0px 10px 18px 10px;
	z-index: 2001;
	}

#hours {
	float: right;
	width: 225px;
	position:relative;
	z-index: 4001;
	}


/********************** FORMS ***************************/
#hdrftr {
	color: #FFF;
	font-weight: bold;
	background-color: #CC0000;
	}
			
#search { 
	float: right;
	padding: 26px 20px 0px 0px;
	font-size: 9px;
	color: #FFF;
	}

#search a { 
	color: #FFF;
	}

#searchnav {
	position:absolute;
	left: 635px;
	top: 52px;
	z-index: 8001;
	}
		
input {
	border: solid 1px #999;
	}
			
input.submit {
	border: none;
	position: relative;
	top: 4px;
	left: 5px;
	}

.redtext {
	color: #CC0000;
	}
	

/********************** Footer ***************************/
#updated {
	color: #555;
	font-size: 10px; 
	line-height: 13px; 
	height: 12px;
	border-top: #FFFFFF 20px solid;
	clear: both;
	}

#footerline {
	clear: both;
	background-color: #CC0000;
	height: 9px;
	border-top: #FFFFFF 30px solid;
	}
	
#footer {
	color: #FFFFFF;
	background-color: #424242;
	height: 30px;
	}
		
#footerleft {
	font-size: 9px;
	float: left;
	padding: 6px 0px 0px 15px;
	}

#footerdivider {
	color: #FFFFFF;
	float: left;
	padding: 0px 0px 0px 15px;
	}

#footerright {
	font-size: 9px;
	text-align: right;
	line-height: 28px;
	float: right;
	width: 240px;
	padding: 0px 20px 0px 0px;
	}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#footerinfo {
	font-size: 10px;
	line-height: 13px; 
	color: #555;
	margin: auto;
	width: 796px;
	}
		
#address {
	text-align: left;
	padding: 15px 15px 15px 15px;
	}
		
#address a {
	color: #555;
	}

#princeton {
	float: right;
	padding: 15px 10px 0px 15px;
	}

