*{
margin:0;
padding:0;
}
body
{
	position: relative;/*Fixes a problem with IE7 and the qtip plugin version 1.0 rev 54*/	
}



#mainBody
{
	background-color: #999999;
	text-align: center;
	color: #000000;
	width: 100%;

	margin-left:  auto;
	margin-right: auto;

	font: 80% Arial,sans-serif
}



#body
{
	border-top:2px solid #637995;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 8;
	position: relative;

}

#header
{
	background-image: url('../../images/header/header3.jpg');
	background-repeat: no-repeat;
	border-bottom:3px solid #002F6D;
	/*background-color:#8B1120;*/
	height:65px;
	position:relative;
	width:920px;
	z-index:1;

}
#breadCrumBar
{
	background-color:#869DBC;
	border-top:3px solid #002F6D;
	height:35px;
	line-height:37px;
	text-align:left;
}
#breadCrumContainer /*This is a container that will push the searchForm all the way to the right*/
{
	float:left;
	height:37px;
	overflow:hidden;/*avoids problems when the breadcrum gets too large*/
	width:675px;
}
#directory_link
{
	margin-right: 5px;
	color: #FFFFFF;
}
#directory_link a:link, #directory_link a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
#directory_link a:hover
{
	text-decoration: underline;
}
#titlebar
{
	background-color: #e9e9e9;
	float: left;
	height:100%;
	font-size:large;
	padding:0 10px;
}
#titlebarRight
{
	/*defined in styles.php because of transparent png*/	
}
#titlebarText
{
	color: #8E1622;
	/*font-size:148%;/*decided that this makes the text way too big for what we need*/
	font-variant:small-caps;
	font-weight:bold;
}
#searchForm
{
	display:inline;
}
#search
{
	width: 82px;
}
#searchButton
{

}
#leftNav /*modified in 2col.css and 3col.css*/
{
	width: 0px;
	display: none;
}
#welcome
{
	background-image: url('../../images/template_4/left_b.jpg');
	background-repeat: no-repeat;
	background-position:left bottom;
	height: 32px;
}
#welcome span
{
	color:#8A101F;
	font-weight:bold;
	line-height:30px;
	margin-left:89px;
	text-transform:uppercase;
}
#rightNav
{
	
	float:right;
	width: 0px;
	display: none;
	
}

#content
{
	width: 880px;
	float: right;
	text-align:left;
	/*background-color: #456372;/*debugging*/
	padding: 10px;
	display: inline;
	position: relative;
	/*overflow:auto;/*just a thought, maybe we could do this just in case something is over the bounds*/
	/*overflow: hidden;*/
/*	

	
	font-size:110%;


	
	font-size:120%;
*/
}
#content p
{
	margin: 5px 0;
}
#bottom_print_link
{

}

#topNav
{
	float: right;
	color: #FFFFFF;
	margin-right:10px;
	margin-top: 7px;
	font-weight: bold;
}
/*
#headerLinks
{
	float:right;
	height: 20px;
	margin-right: 20px;
	margin-top: 10px;
	color: #ffffff;
	font-size: 120%;
	word-spacing: 10px;
	
}*//*Obsolete code*/




#titleBarLoc
{
	color:#FFFFFF;
	font-size:80%;
	font-weight:bold;
}

#whiteLine
{
	background-color:#ffffff; 
	height:1px; 
	width:95%;
	margin:auto;
}
#date
{
	color:#FFFFFF;
	float:right;
	font-size:10px;
	height:20px;
	margin-right:10px;
	position:relative;
	/*top:20px;*/
	word-spacing:0;
}
#contact, #contact a:link,#contact a:visited
{
	color:#FFFFFF;
	margin:0 auto;
	text-decoration:none;
	width:50%;
	font-weight:bold;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:93%;
}
#contact a:hover
{
	text-decoration: underline;
}
#footer
{
	background-color:#003070;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
.small_text_white
{
	color:#FFFFFF;
	font-size:10px;
}
#footer a:link, #footer a:visited
{
	color: #FFFFFF;
}

#phpCode
{
/*	margin-left: 20px;
	margin-bottom: 20px;*/
}
#content ul
{
	margin-left:20px;
}
#content ol
{
	margin:5px 0 5px 30px;
}

/*make all links look the same in the content section*/
#content a:link
{
	color:#003070;
	font-weight:bolder;
	text-decoration:underline;
}
#content a:visited
{
	color:#4E688B;
	text-decoration:underline;
}
#content a:hover
{
	color:#808080;
	text-decoration:none;
}
#content a:active
{
	color:#aaaaaa;
}
#auth_logout_button
{
	float: right;
}


/*------------------------------Calendar Menu styles------------------------*/
#calendar_list_menu /*this is the div that contains the list of year calendars*/
{
	margin: 30px 0;
}
ul.calendar_menu_list/*this is the ul list of individual semesters*/
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin-left: 10px;
	
}
ul.calendar_menu_list li
{
	font-weight: normal;
	font-size: .8em;
}
.calendar_menu_link
{
	color: #003070;
	font-weight:bolder;
	font-size: 90%;
	text-decoration:none;
	/*cursor: pointer;*/
}
.calendar_menu_link a
{
	color:#003070;
	font-weight:bolder;
	text-decoration:none;
}
.calendar_menu_link a:visited
{
	color:#4E688B;
	text-decoration:none;
}
.calendar_menu_link a:hover
{
	color:#808080;
	text-decoration:underline;
}
.calendar_menu_item
{
	margin-bottom: 10px;
}
#legend_control
{
	padding-right:12px;
	font-weight:bold;
	width: 155px;
}
