/* background grays */
.c0 { background-color: #FFFFFF; }

/* white */
.c1 { background-color: #CCCCCC; }

/* 20% gray */
.c2 { background-color: #999999; }

/* 50% gray */
.c3 { background-color: #666666; }

/* 75% dark-gray */
.c4 { background-color: #333333; }

/* 90% gray */
.c5 { background-color: #000000; }

/* black */
.cpop { background-color: #D6D6D6; }

/* black */
/* body colors */
.c6 { background-color: #330033; }

/* light blue */
/* padding */
body
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Trebuchet MS, Arial, Verdana, San-Serif;
	font-size: 11px;
	text-align: left;
}

#pop { padding: 15px 10px 10px 10px; }

#pop p
{
	color: #003366;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	margin: 0px;
	padding: 10px;
	font-weight: bold;
}

#pop .description
{
	float: left;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 20px 0 0 10px;
	width: 175px;
}

.links a
{
	border-color: #003366;
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
}

.links a:hover
{
	border-color: #003366;
	border-width: 1px;
	border-style: solid;
	background-color: #BFD7EC;
}

.links a.active
{
	border-color: #003366;
	border-width: 1px;
	border-style: solid;
	background-color: #BFD7EC;
}

#pop td.links { padding: 2px 4px 8px 4px; }

.images
{
	background-color: #FFFFFF;
	padding: 10px;
	text-align: left;
	text-decoration: none;
	border-color: #003366;
	border-width: 1px;
	border-style: solid;
}

#copyright
{
	text-align: left;
	padding: 10px 0px 20px 0px;
	color: #003366;
	font-family: Arial, Trebuchet MS, San-Serif;
	font-size: 9px;
	line-height: 12px;
}

/* Catagories  ---------------------------------------- */
#cat
{
	float: left;
	margin: 0 0 0 2px;
	padding: 0;
	line-height: 24px;
	font-size: 11px;
	width: 200px;
	text-align: left;
}

#cat li
{
	margin: 0;
	padding: 0;
	float: left;
}

#cat a
{
	float: left;
	padding: 0;
	margin: 0;
	text-indent: 8px;
	text-decoration: none;
}

/* student ---------------------------------------- */
#student { background-color: #EEF5FB; }
#cat .s1 { list-style-type: none; }

.s1 a
{
	width: 200px;
	color: #003366;
	text-decoration: none;
	background-color: #EEF5FB;
	border-bottom: #FFFFFF;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

.s1 a:hover, .s1 a.active
{
	background-color: #BFD7EC;
	color: #003366;
}

/* land ---------------------------------------- */
#cat .land
{
	width: 242px;
	height: 27px;
	list-style-type: none;
	background-image: url(../i/land/header.gif);
	background-repeat: no-repeat;
}

#cat .l1 { list-style-type: none; }

.l1 a
{
	width: 242px;
	color: #763C00;
	text-decoration: none;
	background-color: #F1ECE7;
	background-image: url(../i/land/b1.gif);
	background-repeat: no-repeat;
	background-position: 210px top;
	border-bottom: #FFFFFF;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

.l1 a:hover
{
	background-color: #E3D2BA;
	color: #763C00;
}

/* health  ---------------------------------------- */
#cat .health
{
	width: 242px;
	height: 27px;
	list-style-type: none;
	background-image: url(../i/health/header.gif);
	background-repeat: no-repeat;
}

#cat .h1 { list-style-type: none; }

.h1 a
{
	width: 242px;
	color: #003333;
	text-decoration: none;
	background-color: #D7EDEB;
	background-image: url(../i/health/b1.gif);
	background-repeat: no-repeat;
	background-position: 210px top;
	border-bottom: #FFFFFF;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

.h1 a:hover
{
	background-color: #B4DDD9;
	color: #003366;
}
