/* CSS Styles Only */

body {
	background: #ffffff; /*added to be sure nothing is "showing through" the main areas while testing... can be changed back to white if you'd like */
	color: #ffffff;
	}

#csuf_nav {
border-bottom: 6px solid #ffbd43;
}

	
#container { 
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	background-color: #FFF;
	}
#primary_nav {
	background-color: #fff;
	padding: 0; /* may need to adjust to accommodate background image */
	margin-bottom: 10px;
	}
	
#primary_nav p {
	font-family:"Times New Roman", Times, serif;
	font-size: 70%;
	padding: 15px 15px;
	margin: 0;
	color: #4660a3;
	background-image: url(../images/nav_back.jpg);
	background-repeat: no-repeat;
	
	}
	
#primary_nav a {color: #4660a3; text-decoration: none; font-size:15px; letter-spacing:-.5px;}
#primary_nav a:link {color: #4660a3; }
#primary_nav a:visited {color: #4660a3;}
#primary_nav a:hover {color: #000; text-decoration:none;}
#primary_nav a:active {color: #000;}

#my_header  { 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #a50507; 
	text-decoration: none;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -.5px;
	background-color: #ffffff;
	margin-top: 5px;
	margin-bottom: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* end primary links */


/* Start wrapper and page_body. Wrapper and page_body are for everything after the top navigation area and before the footer. These contain the graphics to create the column backgrounds. Modify graphics as needed. */
#wrapper {
	background: #FFF url(../images/background780.gif) repeat-y; /* the background color must be put on here for the overall main area color -- along with the image for the left column */
	border-top: 0px solid #002157;
	}
.fixed1B #wrapper, .fixed3B #wrapper { /* This removes (overwrites) first column when there is no leftbar_holder*/
	background: #FFF url(../images/background780_1B.gif) repeat-y;
	}
#page_body {
	padding: 0; /* may need to adjust top padding to accommodate background design */
	font-family:Arial, Helvetica, sans-serif;
	color: #445ea3;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	margin-top: -9px;
	margin-bottom: 5px;
	/*background: #fff;  can add a background image here */
	}
/* end wrapper and page_body */



#content {
	padding: 5px 20px; /*Modify the second value to increase or decrease gutter space.*/
	font-family:Arial, Helvetica, sans-serif;
	color: 445ea3;
	padding-left: 55px;
	} 

#content a {color: #445ea3; text-decoration: none;}
#content a:link {color: #445ea3;}
#content a:visited {color: #445ea3;}
#content a:hover {color: #000000; text-decoration:underline; }
#content a:active {color: #445ea3;}


	
#content img { 
	float: right;
	border: 0px solid #fff; 
	margin: 0 10px 0 0;
	}

	/* end content */



/* start footer ------------------------------------------------------ */
#footer {
	background-color: #ffffff;
	color: #4660a3;
	font-size: 70%;
	margin-left: 0px;
	margin-right: 0px;
	padding-top:3px;
	padding-bottom:3px;	
	background-image: url(../images/footer.gif);
	}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 2px;
	padding: 20px 10px;
	text-align:center;
	}
	
#footer a {color: #4660a3; text-decoration: none;}
#footer a:link, #footer a:visited {color: #4660a3;}

#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration:underline;
	color: #4660a3;
	}
/* end footer */


/* Table styles --------------------------------------------------------- */


	
	#events_container {
	background: #445ea3;
	padding: 1px;
	}
	#events_header {
	background: #c5ccdf;
	padding: 5px;
	font-size: 15px;
	}
	#events_item {
	margin-left: 10px;
	}
	#my_divider {
	font-family:Arial, Helvetica;
	color: 445ea3;
	font-size: 9px;
	line-height: 15px;
	text-decoration: none;

	}
	#my_divider_2 {
	font-family:Arial, Helvetica;
	color: 445ea3;
	font-size: 11px;
	letter-spacing:1px;
	line-height: 20px;
	text-decoration: none;
	}
	
/* End Table styles  */

