body  {
	background-color: #e0ddce; 
	background-image: url(http://www.csustan.edu/images/UniversalBkgrnd-6c6963.png); 
	background-repeat: repeat-x;
	background-attachment: fixed;
	}

body, td {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-style: normal;
	color: #424241;
	margin: 0 0 0 0;
	}
	
a			{ text-decoration: none; }
a:link		{ color: #A72D08; text-decoration: none; }
a:visited	{ color: #A72D08; text-decoration: none; }
a:hover		{ color: #C00; text-decoration: underline; }
a:active	{ color: #C00; text-decoration: underline; }


#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 24px;
    }

#main_dark {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	bottom: 5px;
	padding-bottom: 10px;
    }	

#header {
	width: 800px;
	height: 41px;
	background-color: #CC090F;
	margin-right: auto;
	margin-left: auto;
    }
	
#introImage {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
    }
	
#sticker {
	position:absolute;
	width:200px;
	height:125px;
	float: left;
	z-index: auto;
	clear: both;
	visibility: inherit;
	top: 250px;
}

#sticker2 {
	position:absolute;
	width:200px;
	height:125px;
	float: none;
	z-index: auto;
	clear: both;
	visibility: inherit;
	top: 160px;
	margin-right: auto;
	margin-left: auto;
}


#content {
	width: 796px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../landing/css/images/bg.jpg);
	padding: 2px;
    }
	
#title {
	width: 800px;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/title_bg2.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 62px;
	color: #FFFFFF;
	font-weight: bold;
    }

#title2 {
	width: 800px;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/title_bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 62px;
	color: #FFFFFF;
	font-weight: bold;
	clear: both;
    }


#title3 {
	width: 800px;
	height: 75px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/title_bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 62px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 2px;
	clear: both;
    }
	
#breadcrumb {
	width: 510px;
	margin: 10px 10px 15px 0px;
	font-size: 10px; 
	}

#left {
	width: 250px;
	margin-top: 5px;
	clear: none;
	float: left;
	margin-bottom: 10px;
    }

#left_bar {
	width: 250px;
	margin-top: 5px;
	background-color: #646568;
	height: 25px;
    }
	
#left_bar2 {
	width: 240px;
	margin-top: 5px;
	background-color: #646568;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
	padding: 5px 0px 5px 10px;
    }
	
#left_text {
	width: 235px;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 5px;
    }
	
#right {
	width: 520px;
	margin-top: 10px;
	visibility: inherit;
	margin-left: 265px;
	margin-bottom: 10px;
	margin-right: 10px;
    }
#right_bar {
	width: 510px;
	margin-top: 5px;
	background-color: #B92025;
	height: 25px;
	padding-left: 5px;
    }
#contactleft {
	width: 250px;
	margin-top: 10px;
	padding-bottom: 10px;
    }
	
#contactright {
	width: 250px;
	margin-top: 10px;
	margin-right:5px;
	padding-bottom: 10px;
	text-align: right;
	float: right;
    }
	
#course_spotlight {
	width: 255px;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #FFE389;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	border: 1px solid #999;
	text-align:center;
    }
	
/* ----- tool tip specific styles ----- */
#theToolTip{
position: absolute;
left: -300px;
width: 200px;
border: 2px solid #C0C09F;
padding: 6px 0px 0px 10px;
background-color: #FFFFCC;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);
}

#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#theToolTip p{
	font-size: 11px;
	color: #333333;
	line-height:15px;
	margin-right:10px;
	margin-top:0;
	font-family: Arial, Helvetica, sans-serif;
}

#ToolTipTextWrap {
	font-weight:bold;
	font-size: 12px;
	color: #592C16;
	margin-right:10px;
}


/* FONTS */
.font15 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 25px;
	text-indent: 10px;
}

.font12{
	font-size: 12px;
}

.font10{
	font-size: 10px;
	line-height: 11px;
}

.A-PgTopic-Georgia		{
	font-size: 16px;
	line-height: 25px;
	font-family: "Georgia", "Times New Roman", Times, Serif;
	font-weight: bold;
	color: #FFFFFF;
}
.A-PgTopic-Georgia_smaller		{
	font-size: 22px;
	line-height: 62px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.h1		{ 
font-size: 16px; 
line-height: 18px; 
font-family: "Georgia", Times New Roman, Times, Serif; 
font-weight: normal;
}

.h2		{ font-size: 16px; line-height: 18px; font-family: "Georgia", Times New Roman, Times, Serif; font-weight: bold; }
.h3	{ font-size: 14px; line-height: 18px; font-family: "Georgia", Times New Roman, Times, Serif; font-weight: bold; }
/* LINKS */

.smalltitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	line-height: 62px;
	color: #FFFFFF;
	font-weight: bold;
}

/* BULLETS */

ul {
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 12px;
	list-style-image: none;
	list-style-type: square;
	padding-top: 5px;
	}
	
li{
	margin-left:2px;
	padding-bottom: 5px;
} 

