/* These styles are Global and are common to All pages in the site */

#logoHeader {
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	height: 155px;
	width: 260px;
	border: thin none #000000;
	margin: 2px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	/* background-color: #9999FF; */
} /* Contains the logo */

#tagAndPhone {
	background-repeat: no-repeat;
	float: right;
	height: 155px;
	border: thin none #000000;
	margin: 5px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	/* background-color: #FF9966; */
} /* Contains the tag line and phone numbers in the header of the page */

.tagLine{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-align: right;
}

.mainPhone{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	font-style: normal;
}

.otherPhone{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	font-style: normal;
}

#container {
	padding: 0px;
	background-color: #FFFFFF;	
}
/* master div container for all other div tags  */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
	color: #000000;	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #000000;	
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00599C;
	width: 165px;
	text-align: center;
}/* Header for the departmental sub-menu  */

#mainMenu {
	background-repeat: no-repeat;
	float: left;
	height: 8px;
	width: 100%;
	line-height: 20px;
	text-align: justify;
	clear: none;
	border-bottom-style: none;
	border-bottom-color: #A6BADA;
	border-bottom-width: 5px;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;



} /* contains the main menu just below the logo, tag line and phone numbers  */

#mainMenu A:link {
	FONT-WEIGHT: bold;
	COLOR: #00599C;
	width: 150px;
	text-decoration: none;
}/* This option allows you to have different link colors within a given div such as leftcol  */

#mainMenu A:visited {
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
	width: 150px;
	color: #00599C;
}
#mainMenu A:hover {
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	background-color: #00599C;
	width: 150px;
}
#mainMenu A:active {
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	background-color: #00599C;
	width: 150px;
}

#footer {
	clear: both;
	margin: 10px;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	padding: 3px;
	border-top: 1px solid #333;
	color: #000;
	float: none;
	/* background-color: #99FF00; */
	}	

#header {
	clear: both;
	margin: 0px;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	border-top: 1px none #333;
	color: #000;
	float: left;
	/* background-color: #99FF00; */
	height: 160px;
	width: 100%;
	z-index: 1;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;


	}

/* Keep in mind that these anchor tag behaviors can be redifined in specific div tags in other css files such as deptpage.css #leftcol A:link  */
	
A:link {
	FONT-WEIGHT: bold; COLOR: #00599C; TEXT-DECORATION: none
}
A:visited {
	FONT-WEIGHT: bold;
	COLOR: #00599C;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #330099; TEXT-DECORATION: underline
}
A:active {
	COLOR: #FF0000;
	TEXT-DECORATION: underline
}	

A:link img {
	border: thin solid #FFFFFF;
}

A:visited img {
	border: thin solid #FFFFFF;
}

A:hover img {
	border: thin solid #CCCCCC;
}

A:active img {
	border: thin solid #FFFFFF;
}

