body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

/*---------------------Dropdown Menus----------------------*/

/* DIV that holds the navigation list */
#navHolder	{
	z-index: 90;
}

/* Global nav stuff */
#nav {
	font-size: 9px;
	font-weight: bold;
}

/* Main unordered list */
ul#nav	{
	padding:0;
	margin:0;
	list-style:none;
}
#nav ul	{
	padding:0;
	margin:0;
	list-style:none;

}
/* List element */
#nav li	{
	float:left;
	position:relative;
	padding:3px 3px 3px 20px;
	width:75px;
	z-index:90;
	color:#000000;
	background-image: url(images/NavImg.gif);
	background-repeat: no-repeat;
	background-color:#06b8fe;
	text-align: left;
	border:1px solid black;
}

#nav li li {
	background-image: none;
	background-color: #71d5f5;
	padding:3px 0px 3px 0px;
	width:100px;
	text-align: center;
}
	
/* Sub-menu */
li ul	{
	display:none;
	position:absolute;
	top:18px;
	left:0;
	width:100px; 
	padding-left:0;
}


/* Fix so that non IE browsers don't display submenus at the top left corner of the screen 
li > ul	{
	top:auto;
	left:auto;
}*/
/* To show the submenu */
li:hover ul, li.over ul	{
	display:block;
}
/* Link styles that apply to this menu */
#nav a:link, #nav a:visited	{
	text-decoration: none;
	/*display: block;*/
	color: #000000;
}
#nav a:hover	{
	color: #ffffff;
	text-decoration: none;
}
#nav a:active	{
	color: #ffffff;
	text-decoration: none;
}



/*---------------------Body----------------------*/
#banner {
	background-image: url(/images/layout/BannerBackground.png);
	background-repeat: repeat-x;
}
#content {
	float: left;
	width: 65%;
	position: relative;
	padding-left: 2%;
}
#news {
	/*font-size: x-small;*/
	/*float: left;
	position: relative;
	width: 225px;
	padding-right: 5px;
	margin-right: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	z-index: 10;*/
}
#sidebar {
	float: right;
	width: 25%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #43A8F9;
	border-right-color: #43A8F9;
	border-bottom-color: #43A8F9;
	border-left-color: #43A8F9;
	position: relative;
	padding-right: 2%;
	padding-left: 2%;
	background-color: #FED701;
}
h1 {
	font-size: 120%;
	background-image: url(images/TableHeader.gif);
	background-repeat: no-repeat;
	background-color: #fed701;
	background-position: left;
	height: 26px;
	padding-left: 35px;
}
h2 {
	font-size: 100%;
}
h3 {
	font-size: 80%;
}
p {
	font-size: 80%;
	padding-left: 15px;
}
.normalText	{
	font-size: 80%;
}
.formElement {
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
	border: 1px solid #43A8F9;
}
.formButton {
	background-color: #43A8F9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
hr {
	color: #FED701;
	height: 2px;
}
h6 {
	text-align: center;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
a:link.nav {
	color: #000000;
	text-decoration: none;
}
a:visited.nav {
	color: #000000;
	text-decoration: none;
}
a:hover.nav {
	color: #FF0000;
	text-decoration: none;
}
a:active.nav {
	color: #FF0000;
	text-decoration: none;
}
.banner {
	background-image: url(/images/layout/BannerBackground.png);
	background-repeat: repeat-x;
}
a:visited.menuActuator{
	text-decoration: none;
	color: #000000;
}

.menu {
	font-family:verdana;
	color:#000000;
	font-size:10px;
	background-color:#ffffff;
	layer-background-color:#ffffff;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.detailTable {
	font-size: 80%;
	border: 1px solid #0066FF;
}
th {
	background-color: #CCCCCC;
}
.clearRight {
	clear: right;
}
.newsheadline {
	font-size: 80%;
	/*background-color: #FED701;*/
	background-color:#FFFFFF;
	margin: 0px 0px 0px;
	padding: 5px 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.newstext {
	font-size: x-small;
}
