/* CSS Document */

body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
	text-align:left;
}

#menu {
	width:100%;
	margin-bottom:30px;
	color:#FFFFFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	background-image:url(../images/backgrounds/menu.jpg);
	height: 60px;
	line-height: 48px;
	font-weight: bold;
}

#header {
	width:720px;
	margin:0 auto 0 auto;
	margin-bottom:40px;
}
#header h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0;
	padding:0;
	padding-top:5px;
	color:#000000;
	margin-bottom:10px;
}
#header h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#000000;
	margin-bottom: 10px;
}
.clearer {
	clear:both;
}
.smallText {
	font-size: 9px;
}
#footer {
	width:100%;
	background-color:#003399;
	border-bottom:5px solid #000033;
	padding-top:5px;
	padding-bottom:5px;
	color:#FFFFFF;
	padding-left: 20px;
}
#footer a {
	color:#006600;
}
#footer a:hover {
	color:#009900;
}
.indent {
	margin-left: 159px;
	margin-top: 0px;
	margin-bottom: 10px;
}
a:link {
	color: #2E70C7;
	text-decoration: underline;
}
a:visited {
	color: #2E70C7;
	text-decoration: underline;
}
a:hover {
	color: #000066;
	text-decoration: none;
}
a:active {
	color: 32E70C7;
	text-decoration: underline;
}

#tabOff
{
	color: #ffffff;
	font-size: 9pt;
	font-weight: normal;
	height: 30px;
	text-align: center;
	width: 100px;
	float: left;
	background-image: url(../images/DARK_TAB.GIF);
	background-repeat: no-repeat;
	line-height: 30px;
}

#tabOff a {
	display:block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#tabOff:hover {
	color: #003399;
	text-decoration: none;
	background-image: url(../images/LIGHT_TAB.GIF);
	background-repeat: no-repeat;
}

#tabOn
{
	color: #003399;
	font-size: 9pt;
	font-weight: normal;
	height: 30px;
	text-align: center;
	width: 100px;
	float: left;
	background-image: url(../images/LIGHT_TAB.GIF);
	background-repeat: no-repeat;
	line-height: 30px;
}

#AdmintabOff
{
	color: #000;
	font-size: 9pt;
	font-weight: normal;
	height: 30px;
	text-align: center;
	width: 100px;
	float: left;
	background-color: #ccc;
	background-image: url(../images/DARK_TAB.GIF);
	background-repeat: no-repeat;
	line-height: 30px;
}

#AdmintabOff a {
	display:block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#AdmintabOff:hover {
	color: #003399;
	text-decoration: none;
	background-image: url(../images/LIGHT_TAB.GIF);
	background-repeat: no-repeat;
}
#userDirectory {
	float: left;
	width: 225px;
	height: 75px;
	margin-bottom: 20px;
}
