body {
	background-color: #E0DDCE;
	background-image: url(http://www.csustan.edu/images/UniversalBkgrnd-6c6963.png); 
	background-repeat: repeat-x; 
	background-attachment: fixed;
	color: #FFF;
	/*color: #606060;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 24px 0px 0px 24px;
	}

p {
	margin: 10px 0px 15px 0px;
	}

a {
	color: #e69e68;
	}

a:link, a:visited { 
	text-decoration: none;
	}
		
a:hover, a:active {
	text-decoration: underline;
	}

#container {
	background-color: #FFF;
	margin: auto;
	text-align: left;
	width: 800px;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat;
	}

/********************** Header ***************************/
#header { 
	width: 800px; 
	height: 114px; 
	}

#frame1 { 
	height: 30px;
	}

#frame2 { 
	height: 82px;
	}

#imagecontain {
	padding: 20px 0px 0px 0px;
	width: 800px; 
	height: 385px;
/*	background-image: url(../images/backgrounds/1.jpg);
	background-color:#424242;*/
	background-repeat:no-repeat;
	border-bottom:#424242 20px solid;
	}

#imagecontain .right {
	padding: 10px 20px 10px 20px;
	float:right;
	background-color:#424242;
	}

#leftcol {
	width: 190px;
	padding: 0px 10px 0px 0px;
	float: left;
	}

#leftcol .leftitems {
	width:182px;
	height: 28px;
	background-color:#FFF;
	padding-top:8px;
	margin-bottom:8px;
	padding-left:10px;
	}

.leftitems p {
	margin-top:3px;
	}
	
.leftitems a {
	font-size: 12px;
	color: #424242;
	text-decoration: none; 
	font-weight: bold; 
	font-style: normal; 
	line-height: 16px;
	}

.leftitems a:hover {
	color: #A72D08;
	text-decoration: underline;
	}

/********************** Content ***************************/
.links {
	background-color:#424242;
	font-weight:bold;
	width:60px;
	padding: 0px 0px 2px 10px;
	}

#contentcontain {
	width: 800px;
	padding: 0px 0px 0px 0px;
	}

#menu {
	width:800px;
	height: 100px;
	margin-bottom:10px;
	}

#menu .menuitems {
	width:205px;
	height: 100px;
	float:right;
	border-left:#DDD 1px solid;
	}

#menu .menuitems2 {
	width:177px;
	height: 100px;
	float:left;
	padding-left:5px;
	background-color:#525252;
	}

#menu2 {
	width:800px;
	}

#menu2 .menuitems2 {
	width:177px;
	height: 100px;
	float:left;
	padding-left:5px;
	background-color:#525252;
	}

#menu2 .rightcontent {
	width:587px;
	float:right;
	border-left:#DDD 1px solid;
	padding: 5px 15px 0 15px;
	}

#column1 {
	width:152px;
	padding: 0px 15px 0px 15px;
	float:left;
	}

#column2 {
	width: 200px;
	padding: 0px 0px 0px 5px;
	float:left;
	border-left:#DDD 1px solid;
	}

#column3 {
	width: 200px;
	padding: 0px 0px 0px 5px;
	float:left;
	border-left:#DDD 1px solid;
	}

#column4 {
	width: 200px;
	padding: 0px 0px 0px 5px;
	float:left;
	border-left:#DDD 1px solid;
	}

.namearea {height:60px;}

div#form {
	width:180px;
	color:#FFF;
	padding: 10px 20px 15px 20px;
	margin: 0px 0px 0px 20px;
	background-color:#C00;
	float:left;
	}

/***************** Headings *****************/
h1 {
	font-size: 40px; 
	line-height: 40px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	letter-spacing:3px;
	color: #FFF;
	margin: 0px 0px 15px 0px;
	}
			
h2 {
	font-size: 20px;
	line-height: 22px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	margin: 20px 0px 10px 0px;
	}
			
h3{
	font-size: 18px;
	line-height: 20px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	}
	
h4{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	}

h5{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	}

h6{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	}


/***************** Misc *****************/
.redtext {
	color: #C00;
	}

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: #C00 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: 0px 30px 10px 20px;
	}

#parking {
	float: right;
	width: 275px;
	position:relative;
	z-index: 4001;
	margin-top:-4px;
	margin-left:10px
	}

.hidden {
	display : none;
}

/********************** FORMS ***************************/
#hdrftr {
	color: #FFF;
	font-weight: bold;
	background-color: #C00;
	}
			
#subhdrftr {
	color: #FFF;
	font-weight: bold;
	background-color: #666;
	}
			
#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;
	}
			

/********************** Footer ***************************/
#updated {
	color: #EEE;
	font-size: 10px; 
	line-height: 13px; 
	padding: 40px 0 30px 182px;
	clear: both;
	}

#footerline {
	clear: both;
	background-color: #C00;
	height: 9px;
	}
	
#footer {
	color: #FFF;
	background-color: #424242;
	height: 30px;
	}
		
#footerleft {
	font-size: 9px;
	float: left;
	padding: 6px 0px 0px 15px;
	}

#footerdivider {
	color: #FFF;
	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: #FFF;
	text-decoration: none;
	}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
	}

#footerinfo {
	font-size: 10px;
	line-height: 13px; 
	color: #555;
	margin: auto;
	width: 800px;
	}
		
#address {
	text-align: left;
	padding: 15px 15px 15px 15px;
	}
		
#address a {
	color: #555;
	}

#princeton {
	float: right;
	padding: 15px 10px 0px 15px;
	}

