/* CSS Document */

/* Main Elements
-------------------------------*/

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 13px;
	color: #FAFAFA;
	text-align: left;
	font-family: Arial;
	background: #ededed;
}

/* Top Nav
-------------------------------*/
#tabs{
	background:#d5db95;
	color:#FFFFFF;
	width:800px;
	float:left;
	position:relative;
	border-top: #FFFFFF dotted 0px;
	border-bottom: #FFFFFF dotted 0px;
}
#tabs a,#tabs a:visited{color:#330099;text-decoration:none;display:block;padding:12px 12px;float:left;font-size: 12px}
#tabs a:active,#tabs a:hover{background:#c5ca8a;}
#tabs ul{width:775px;padding:0 0 0 25px;margin:0;list-style:none;background:#d5db95;font-weight:bold;font-size:12px}
#tabs li{
	float:left;
	background:#d5db95;
	border-right: #FFFFFF dotted 2px;
	list-style-image:none;
	}
#tabs li:first-child {
	border-left: #FFFFFF dotted 2px;
	}

	
/* Containers
-------------------------------*/

#container {
	width: 800px;
	margin: 0;
	background: #FFFFFF;
	text-align: left;
	padding: 0;

}

#head { 
	width: 800px;
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
}

#headBanner { 
	background:#FFFFFF url(../images/homePageImage.jpg);
	width: 800px;
	height: 267px;
	padding: 0;
	margin: 0;
}

#main {
	position: relative;
	float: left;
	min-width: 800px;
	background: #FFFFFF;
}

#footer {
	clear: both;
	position: relative;
	bottom: 0px;
	background: #CCCCCC;
	width: 100%;
	height: 80px;
	padding: 10px 0 0 0;
	margin: 0;
}


/* Content Containers
-------------------------------*/

#content {
	position: relative;
	min-width: 800px;
	min-height: 400px;
}

#content .contentLeft {
	position: relative;
	float: left;
	width: 255px;
	padding: 5px 0 0 5px;
	min-height: 400px;
}

#content .contentRight {
	position: relative;
	border-left: #CCCCCC 2px dotted;
	float: left;
	width: 500px;
	padding: 10px 10px 10px 10px;
	margin: 0;
	background: #FFFFFF;
	min-height: 400px;
}

#contentTitle {
	position: relative;
	min-width: 800px;
	
}

#contentTitle .titleLeft {
	position: relative;
	border-bottom: #CCCCCC 2px dotted;
	float: left;
	width: 255px;
	padding: 13px 0 14px 5px;
	margin: 0;
}

#contentTitle .titleRight {
	position: relative;
	border-left: #CCCCCC 2px dotted;
	border-bottom: #CCCCCC 2px dotted;
	float: left;
	width: 533px;
	padding: 13px 0 13px 5px;
	margin: 0 0 0 0 0;
	background: #FFFFFF;
}

/* Left Navbar
-------------------------------*/
#leftNav ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#leftNav li {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	width: 100%;
	list-style: none;
}
#leftNav li a {
	font-family: tahoma, arial;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 2px 7px;
	text-decoration: none;
	color: #666666;
}
#leftNav li a:hover {
	background-color:#F3F3F3;
	text-decoration: none;
}


.announcementDate
{
	font-family: Trebuchet MS, Arial; 
	color: #666666; 
	font-size: 11px;
	line-height: 12pt;
	font-weight:bold
}

.type
{
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 12px;
	line-height: 13pt;
}

p
{
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 12px;
	line-height: 13pt;
}

a:link
{
	color:#0202d0; 
	text-decoration:none;
}

a:active
{
	color:#0202d0; 
	text-decoration:none;
}

a:visited
{
	color:#0202d0; 
	text-decoration:none;
}

a:hover
{
	color:#660000;
	text-decoration:none;
}

h2 { 
	font-size: 14px;
	color:#006600;
	font-weight: bold;
	}

.headerText { 
	font-size: 16px;
	color:#006600;
	font-weight: bold;
	font-family: Trebuchet MS, Arial;
}

.subHeaderText { 
	font-size: 12px;
	color:#000000;
	font-weight: bold;
	text-decoration: underline;
}

.dottedBorder {
	border-right: #CCCCCC dotted 2px;
}

.dottedBottom {
	border-bottom: #CCCCCC dotted 2px;
}

.dottedBottomRight {
	border-right: #CCCCCC dotted 2px;
	border-bottom: #CCCCCC dotted 2px;
}