body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-attachment: fixed;
	background-color: #cccccc;
	margin-top: 0px;
}
#pagecell1{
	position:absolute;
	top: 62px;
	left: 0px;
	right: 0%;
	width:100%;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}
.section_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	text-transform: none;
	color: #3F5472;
	text-decoration: none;
	padding-left: 10px;
}
.page_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #091B59;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 10px;
	padding-bottom: 10px;

}
#logo {
	height: 41px;
	width: 500px;
	float: left;
	background-image: url(/coalinga/images/navigation/mainHeaderText.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#logo a:link, logo a:visited, logo a:hover{
	text-decoration: none;
}

#search {
	height: 20px;
	width: 250px;
	float: right;
	margin: 0px;
	top: 1px;
	font-size: 9px;
	color: #FFFFFF;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 3px;
	padding-left: 0em;
}
#search a:link, #search a:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-transform: capitalize;
	text-decoration: none;
}
#search a:hover{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-transform: capitalize;
	text-decoration: none;
}
#navbar {
	color: #FFFFFF;
	width: 100%;
	background-color: #C40000;
	height: 20px;
	float: left;
}

#menu1Container {
	height: 298px;
	width: 150px;
	border-top: none;
	border-right: 1px solid #626C8A;
	border-bottom: 1px solid #626C8A;
	border-left: 1px solid #626C8A;
	clear: both;
	float: left;
}
#menu2Container {
	height: 253px;
	width: 160px;
	border-top: none;
	border-right: 1px solid #626C8A;
	border-bottom: 1px solid #626C8A;
	border-left: 1px solid #626C8A;
	clear: both;
	float: left;
}
#menu3Container {
	height: 183px;
	width: 190px;
	border-top: none;
	border-right: 1px solid #626C8A;
	border-bottom: 1px solid #626C8A;
	border-left: 1px solid #626C8A;
	clear: both;
	float: left;
	background-color: #F0F1F4;
}

#menu4Container {
	height: 160px;
	width: 100px;
	border-top: none;
	border-right: 1px solid #626C8A;
	border-bottom: 1px solid #626C8A;
	border-left: 1px solid #626C8A;
	clear: both;
	float: left;
}
#menu5Container {
	height: 188px;
	width: 146px;
	border-top: none;
	border-right: 1px solid #626C8A;
	border-bottom: 1px solid #626C8A;
	border-left: 1px solid #626C8A;
	clear: both;
	float: left;
}
#menu6Container {
	height: 253px;
	width: 146px;
	border-top: none;
	border-right: 1px solid #626C8A;
	border-bottom: 1px solid #626C8A;
	border-left: 1px solid #626C8A;
	clear: both;
	float: left;
}
#menu7Container {
	height: 18px;
	width: 146px;
	border-top: none;
	border-right: 1px solid #626C8A;
	border-bottom: 1px solid #626C8A;
	border-left: 1px solid #626C8A;
	clear: both;
	float: left;
}

.search {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #4b4b4b;
	vertical-align: top;
	text-align: center;
}
.smallwhitefont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}
/* Converts an anchor tag to a button look alike */
			a.button
			{
	display: block;
	float: left;
	padding: 5px 5px 5px 10px;
	color: #000066;
	background-color: #FFFFFF;
	text-decoration: none;
	font: bolder normal 10px/12px verdana;
	text-align: left;
	text-transform: lowercase;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: 0 50%;
	width: 180px;
	clear: both;
	border-bottom-width: 1px;
	}
		/*Creates a look for the hover state of the button */
			a.button:hover
			{
	padding: 5px 5px 5px 10px;
	border: none #ffffee;
	background-color: #004DAA;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
			}
			/*Creates a look for the active state of the button */
			a.button:active
			{
	padding: 5px 5px 5px 10px;
	border: none;
	color: #339999;
	text-decoration: blink;
	background-color: #D7D7D7;
	background-image:  url(../../css/district/images/navigation/arrow1.gif);
	clear: both;
	float: left;
	font-weight: bolder;
			}
.xsmall_white_text{
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.white:link {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	text-transform: capitalize;
	text-decoration: none; 
}
a.white:active{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	text-transform: capitalize;
	text-decoration: none; 
	}

a.white:visited{
color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	text-transform: capitalize;
	text-decoration: none; 
	}
	
a.white:hover {	
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	text-transform: capitalize;
	text-decoration: underline;}
a:link, a:visited{
	color:  #0000CC;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 16px Verdana, Arial, Helvetica, sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
	list-style-type: square;
	font-size: 12px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

#masthead{
	position: absolute;
	top: 0px;
	width:100%;
	height: 60px;
	background-color: #0E2B8D;
	
}

#pageNav{
	float: left;
	width:179px;
	padding: 0px;
	font: small Verdana,sans-serif;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccd2d2;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	margin-top: 0px;
}

#content1{
	vertical-align: top;
	margin-left: 179px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCD2D2;
	padding-top: 0px;
	margin-top: 0px;
}


/************** pageName styles ****************/

#pageName{
	padding-top: 30px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px 0px 0px 10px;
}

#CafepageName{
	padding-top: 60px;
	background-image: url(/coalinga/students/student_services/food_services/images/cafe_falcon.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#CafePreviousPage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 3px;
	width: 120px;
	clear: both;
}
#CafePreviousPage a:link, #CafePreviousPage a:visited {
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	font-size: 10px;
	color: #C40000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#CafePreviousPage a:hover{
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	padding: 3px 0px 3px 10px;
	color: #0F2C8E;
}


/*************** story styles ******************/

.content {
	font-size: 12px;
	line-height: 1.4em;
	color: #000000;
	padding-top: 10px;
	padding-right: 5em;
	padding-bottom: 5px;
	padding-left: 10px;
}
.content2 {
	font-size: 12px;
	line-height: 1.4em;
	color: #000000;
	padding-top: 10px;
	padding-right: 5em;
	padding-bottom: 5px;
	padding-left: 10px;
	height: 400px;
}

.content p {
	padding: 0px 25px 10px 0px;
}

. a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #E5E5E5;
	margin-top: -1px;

}
#siteInfo a:link, #siteInfo a:visited {
	display: inline;
	border-top: 1px none #ffffff;
	border-bottom: 1px none #cccccc;
	font-weight: bold;
	padding: 0px;
	color: #21536A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 0px;
	line-height: 14px;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}
#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 15px;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E9EAEE;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #B2CAE7;
	background-image: url(../images/navigation/arrow_btn2.gif);
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	background-repeat: no-repeat;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px none #cccccc;
	font-size: 13px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/********************* end **********************/
#SectionLinksHeader {
	background-color: #0F2C8E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 5px;
	vertical-align: middle;
	text-align: left;
	padding-bottom: 3px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #FFFFFF;
	border-left: none;
}
#contactHeader {
	background-color: #0F2C8E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 5px;
	vertical-align: middle;
	text-align: left;
	padding-bottom: 3px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #FFFFFF;
	border-left: none;
}
#subSectionLinkHeader {
	background-color: #0F2C8E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 5px;
	vertical-align: middle;
	text-align: left;
	padding-bottom: 3px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #FFFFFF;
	border-left: none;
}


#PreviousPage {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-left: 5px;
	width: 120px;
	clear: both;
}
#PreviousPage a:link, #PreviousPage a:visited {
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	font-size: 10px;
	background-image: url(../images/navigation/arrow_pp1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#PreviousPage a:hover{
	background-color: #BDC0CC;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	background-image: url(../images/navigation/arrow_pp2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 0px 3px 10px;
}
#QuickLinksHolder {
	height: 20px;
	width: 170px;
	padding-left: 0px;
	float: right;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	top: 27px;
	right: 8px;
	margin-right: 15px;
	position: absolute;
}
#body{
	position:absolute;
	top: 67px;
	left: -2px;
	right: 0%;
	width:1020px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#body_container {
	border: none;
	height: 1px;
	width: 765px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-top: 25px;
	text-decoration: none;
}

#marketing {
	padding: 0em;
	height: 160px;
	width: 503px;
	background-color: #FFFFFF;
	float: left;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	border: 1px solid #FFFFFF;
}
#quicklinks {
	background-color: #FFFFFF;
	float: left;
	height: 160px;
	width: 240px;
	background-repeat: no-repeat;
	display: block;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px none;
	background-position: center bottom;
	
}
#quicklinksheader {
	border: none;
	height: 15px;
	width: 100%;
	float: left;
	margin: 0px;
	color: #FFFFFF;
	letter-spacing: normal;
	text-align: left;
	word-spacing: .05em;
}


#currentevents {
	padding: 0em;
	height: 126px;
	width: 200px;
	background-color: #FFFFFF;
	float: left;
	clip:    rect(auto,auto,auto,auto);
	margin-top: 0px;
	margin-right: 0px;
	border-top: 1px none #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#schedule {
	height: 126px;
	width: 293px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 0px;
	border-top: 1px none #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px none #CCCCCC;
}
#schedule {
	height: 126px;
	width: 293px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 0px;
	border-top: 1px none #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px none #CCCCCC;
}
#scheduleCatalog {
	height: 126px;
	width: 293px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 0px;
	border-top: 1px none #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px none #CCCCCC;
}
#nas {
	height: 110px;
	width: 245px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 0px;
	display: block;
	border-top: 1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px none #CCCCCC;
}
#nasheader {
	border: none;
	height: 15px;
	width: 240px;
	float: left;
	margin: 0px;
	text-align: left;
	display: block;
}
#nasholder {
	border: none;
	height: 100px;
	width: 100%;
	float: left;
	margin: 0px;
	display: block;
	clear: both;
	padding: 0px;
}
#currenteventsheader {
	padding: 0.2em;
	height: 15px;
	width: 100%;
	float: left;
	margin: 0px;
	color: #FFFFFF;
	border: thin none;
}
#scheduleheader {
	padding: 0.2em;
	border: none;
	height: 15px;
	width: 100%;
	float: left;
	margin: 0px;
	color: #FFFFFF;
}
#announcements {
	float: left;
	height: 130px;
	width: 497px;
	background-color: #FFFFFF;
	margin-right: 0px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #FFFFFF;
	margin-top: 0px;
}

#announcementsheader {
	height: 15px;
	width: 498px;
	float: left;
	color: #FFFFFF;
	clip: rect(auto,auto,auto,auto);
	text-align: left;
	clear: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px none #999999;
	}
	#announcement1 {
	height: 110px;
	width: 140px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#missionvision {
	padding: 0px;
	height: 130px;
	width: 245px;
	float: left;
	margin: 0px;
	background-image:  url(../images/mission.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#missionheader {

	padding: 0.2em;
	border: 1px none #999999;
	height: 15px;
	width: 242px;
	float: left;
	margin: 0px;
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
	word-spacing: normal;
}
#missionholder {
	border: none;
	height: 109px;
	width: 100%;
	float: left;
	margin: 0px;
	display: block;
	clear: both;
}

/* Converts an anchor tag to a button look alike */
			a.quicklinks
			{
	display: block;
	color: #000066;
	text-decoration: none;
	font: normal 11px/14px verdana;
	text-align: left;
	width: 190px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	background-image:  url(../images/navigation/arrows.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	margin-left: 9px;
	border-bottom-width: 1px;
	}
/*Creates a look for the hover state of the button */
			a.quicklinks:hover
			{
	display: block;
	color: #000066;
	text-decoration: none;
	font: normal 11px/14px verdana;
	text-align: left;
	width: 190px;
	background-color: #B2CAE7;
	background-repeat: no-repeat;
	background-position: 0 -22px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	margin-left: 9px;
	border-bottom-width: 1px;
	background-image: url(../images/navigation/arrows.gif);
			}
a.currentevents
			{
	display: block;
	color: #000066;
	text-decoration: none;
	text-align: left;
	width: 175px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	background-image:  url(../images/navigation/arrows.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin-left: 9px;
	border-bottom-width: 1px;
	font-family: verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	}
/*Creates a look for the hover state of the button */
			a.currentevents:hover
			{
	display: block;
	color: #000066;
	text-decoration: none;
	font: bold normal 10px/15px verdana;
	text-align: left;
	width: 175px;
	background-color: #B2CAE7;
	background-repeat: no-repeat;
	background-position: 0 -22px;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin-left: 9px;
	border-bottom-width: 1px;
	background-image: url(../images/navigation/arrows.gif);
			}
			a.schedule
			{
	display: block;
	color: #000066;
	text-decoration: none;
	font: normal 10px/15px verdana;
	text-align: left;
	width: 250px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	background-image:  url(../images/navigation/arrows.gif);
	background-repeat: no-repeat;
	padding-bottom: 2px;
	padding-left: 12px;
	margin-left: 0px;
	border-bottom-width: 1px;
	background-position: 0px -4px;
	}
/*Creates a look for the hover state of the button */
			a.schedule:hover
			{
	display: block;
	color: #000066;
	text-decoration: none;
	font: normal 10px/15px verdana;
	text-align: left;
	width: 250px;
	background-color: #B2CAE7;
	background-repeat: no-repeat;
	background-position: 0 -24px;
	padding-bottom: 2px;
	padding-left: 12px;
	margin-left: 0px;
	border-bottom-width: 1px;
	background-image: url(../images/navigation/arrows.gif);
			}
#footer{
	border-top: 1px none #cccccc;
	margin-top: -1px;
	width: 729px;
	float: left;
}
.footer {
	font-size: 10px;
	color: #333333;
	line-height: 18px;
}
#content2 {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	vertical-align: top;
	padding-left: 20px;
	margin-left: auto;
}

#contentholder {
	float: none;
	width: 710px;
	padding-left: 10px;
	min-height: 500px;
	margin-top: 20px;
}
#contentholder2 {
	float: none;
	width: 860px;
	padding-left: 10px;
	min-height: 500px;
}


#contentholder #menu {
	BACKGROUND: #eee;
	FLOAT: right;
	MARGIN: 0px 0px 10px 10px;
	BORDER-LEFT: 1px solid #0F2C8E;
	WIDTH: 230px;
	BORDER-BOTTOM: 1px solid #0F2C8E;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #0F2C8E;
	border-right-color: #0F2C8E;
	padding: 5px;
	font-size: 10px;
}

a.announcements {
	display: block;
	color: #000066;
	text-decoration: none;
	font: normal 10px/11px verdana;
	text-align: left;
	width: 155px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	margin-top: 4px;
}
a.announcements:hover {
	display: block;
	color: #000066;
	text-decoration: none;
	font: normal 10px/11px verdana;
	text-align: left;
	width: 155px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	margin-top: 4px;
	background-color: #B2CAE7;
}
#message{
	BACKGROUND: #eee;
	WIDTH: 200px;
	font-size: 10px;
	border: 1px solid #84724A;
	padding: 10px;
	text-align: left;
}
#message a:link{
	BACKGROUND: #eee;
	WIDTH: 400px;
	font-size: 10px;
	border: 1px none #84724A;
}
#message a:visited{
	BACKGROUND: #eee;
	BORDER-LEFT: #0F2C8E;
	WIDTH: 300px;
	border-top-color: #0F2C8E;
	border-right-color: #0F2C8E;
	font-size: 10px;
}
a.newsEvents {
	display: block;
	color: #000066;
	text-decoration: none;
	font: normal 10px/11px verdana;
	text-align: left;
	width: 140px;
	border-bottom-style: none;
	border-bottom-color: #8FAACD;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-left: 0px;
	border-bottom-width: 1px;
	margin-top: 4px;
	border-top-style: none;
	border-top-color: #8FAACD;
	border-top-width: 1px;
	border-left-style: none;
	border-right-color: #8FAACD;
	border-right-width: thin;
	border-right-style: none;
	border-left-width: 1px;
	border-left-color: #8FAACD;
}
a.newsEvents:hover {
	display: block;
	color: #000066;
	text-decoration: none;
	font: normal 10px/11px verdana;
	text-align: left;
	width: 140px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-left: 0px;
	border-bottom-width: 1px;
	margin-top: 4px;
	background-color: #B2CAE7;
}
#ndcschedule {

	height: 126px;
	width: 190px;
	float: left;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 0px;
	border-top: 1px none #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px none #CCCCCC;
}
a.ndcschedule {

	display: block;
	color: #000066;
	text-decoration: none;
	font: normal 10px/15px verdana;
	text-align: left;
	width: 150px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	background-image:  url(../images/navigation/arrows.gif);
	background-repeat: no-repeat;
	padding-bottom: 2px;
	padding-left: 12px;
	margin-left: 0px;
	border-bottom-width: 1px;
	background-position: 0px -4px;
}
#ndccurrentevents {
	padding: 0em;
	height: 126px;
	width: 303px;
	background-color: #FFFFFF;
	float: left;
	clip:    rect(auto,auto,auto,auto);
	margin-top: 0px;
	margin-right: 0px;
	border-top: 1px none #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	margin-left: 0px;
}
.newsrelease {
	size:11px;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
}

#date {
	font-size:11px;
	width: 225px;
	padding-left:1px;
	float: left;
}

#formoreinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #BDC0CC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-transform: uppercase;
	font-size: 9px;
}
#formoreinfo a:link, #formoreinfo a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	color: #003366;
	font-size: 9px;
	text-decoration: underline;
	}
#formoreinfo a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	color: #005FA9;
	text-decoration: underline;
	font-size: 9px;
}
#banner {
	padding-top: 60px;
	background-image: url(/coalinga/students/student_services/food_services/images/cafe_falcon.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 5px;
}
#hours { }

#login {
	background-color: #E9EAEE;
	font-size: 10px;
	padding: 8px;
}
