/* General Settings */

body 
{
	background:#03244D url(http://www.eng.auburn.edu/organizations/SGT/images/ddBackground.gif) repeat-y scroll center top;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:100%;
	margin:0pt;
	padding:0pt;
}

img
{
	border-style: none;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}

td
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}

a
{
	font-weight: normal;
 	text-decoration: none;
}

a:visited
{
	font-weight: normal;
	text-decoration: none;
}

a:hover
{
 	text-decoration: underline;
}

.orangeDecorBar 
{
	background-color: #F9903F;
	height: 2px;
	font-size: 1px;
}


/************* MENU ************/

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #F9903F;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #FBAB4F;
}

/********Main************/
#main table
{
	background-color: #FFFFFF;
}

/***** Page Footer ***************************************/
#footer {
	background: url(http://www.eng.auburn.edu/organizations/SGT/images/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;
}
#footer a {
	border: none;
	text-decoration: none;
	color: #ECEBEB;
}
#footer a:hover {
	text-decoration: underline;
	color: #ffffff;
}
#footer a:visited {
	color: #ECEBEB;
}
#footer a:visited:hover {
	text-decoration: underline;
	color: #ffffff;
}



