/* CSS Document */

body
{
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #99CC99;
}

#container
{
	position: relative;
	left: 50%;
	top: 0;
	margin-left: -390px;
	margin-right: 0px;
	width: 780px;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background-color: #ffffff;
	padding: 0 0 0 0;
	background-image: url(../Images/container-bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

#content
{
	position: relative;
	width: 778px;
	padding: 0 0 0 0;
	background-image: url(../images/);
	background-position: bottom right;
	background-repeat: no-repeat;
	
}

#content-text
{
	/* border: solid 1px #000000; */
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 10px 0 10px;
	width: 100%;
} 

#content-text h3
{
	text-align: right;
	color: #007F61;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content-text h4
{
	color: #004B85;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #000000;
}

#content-text h5
{
	color: #91AEC5;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #000000;
}


#content-text .table-header
{
	font-size: 12px;
	background-color: #C1CDD7;
	color: #004B85;
	font-weight: bold;
}

#content-text table
{
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #91AEC5;
	padding: 0 0 0 0;
}

#content-text td
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #91AEC5;
}

#content-text a
{
	color: #007F61;
}

#content-text a:hover
{
	color: #91AEC5;
}


#header
{
	position: relative;
	height: 80px;
	background-image: url(../images/header.gif);
	background-color: #004B85;
}

#navbar
{
	position: relative;
	border-bottom: 1px solid #91AEC5;
	height: 22px;
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
	
}

#navbar label
{
	font-size: 12px;
	color: #91AEC5;
	font-weight: bold;
	padding-right: 15px;
	text-align: left;
}

#navbar-links a
{
	font-size: 12px;
	color: #004B85;
	text-decoration: none; 
	font-weight: bold;
	padding-right: 15px;
	text-align: left;
}

#navbar-links a:hover
{
	color: #007F61;
	text-decoration: underline; 
}

#menu
{
	position: relative;
	width: 130px;
	height: 100%;
	padding: 5px 0 400px 10px;
	margin: 0 0 0 0;
	float: left;
	border-right: 1px solid #91AEC5;
}

#menu label
{
	border-bottom: 1px solid #004B85;
	color: #007F61;
	font-weight: bold;
	font-size: 12px;
}

#menu-linklist-1 ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-linklist-1 li
{
	padding: 16px 0 0 0;
}

#menu-linklist-1 a
{
	color: #004B85;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

#menu-linklist-1 a:hover
{
	color: #007F61;
	text-decoration: underline;
}

#menu-linklist-2
{
	display: none;
}

#menu-linklist-2 ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu-linklist-2 li
{
	padding: 16px 0 0 0;
}

#menu-linklist-2 a
{
	color: #004B85;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

#menu-linklist-2 a:hover
{
	color: #007F61;
	text-decoration: underline;
}

#footer
{
	position: relative;
	font-size: 10px;
	color: #004B85;
	text-align: center;
	border-top: 1px solid #91AEC5;
	padding-left: 160px;
	padding-top: 4px;
	height: 25px;
}

#footer a
{
	font-size: 10px;
	color: #004B85;
	text-decoration: none;
}

#footer a:hover
{
	color: #007F61;
	text-decoration: underline;
}

/* Class Definitions */
.ListIcon
{
	margin: 0 8px 0 0;
}

.announcement
{
	color: #990000;
}
