/* FOR ALL WEB PAGES */

/*****  General Page Formatting ***************************************/
body {
	background: #03244D url(images/bkgrnd.gif) repeat-y center top;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%; 
	margin: 0;
	padding: 0;
}
table {
	font-size: 1em;
}
.yellowbar {
	background-color: #FFFF00;
	height: 2px;
	font-size: 1px;
}
.yellowbar1 {
	background-color: #FFFF00;
	height: 12px;
	font-size: 1px;
}
/***** Page Footer ***************************************/
#footer {
	background: url(http://www.auburn.edu/includes/ddBottomGradient.gif) top left repeat-x #03244D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #ffffff;
	padding: 15px;
	padding-bottom: 25px;
	text-align: center;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #03244D;
	display: block;
	padding: 5px;
	width: 175px;
	font-stretch: normal;
	text-transform: none;
	font-variant: normal;
	text-decoration: underline;
}
