@charset "utf-8";
/* CSS Document */


body
{
	FONT-FAMILY: Arial, Georgia, "Times New Roman", Times, serif;
	COLOR: #000;
	FONT-SIZE: 14px;
	FONT-WEIGHT: normal;
	BACKGROUND-COLOR: white;
}

h1{
	font-size:18px;
	font-weight:bold;
	}


h2{
	font-size:16px;
	font-weight:bold;
	color: #1c787b;
	}

hr{ color:#00F;
   }

th {
	font-size:14px;
	background-color:#0066FF;
	color:#FFFFFF;
	font-weight:bold;
	}

a:link
{
    COLOR: blue;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
}
a:visited
{
    COLOR: blue;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
}
a:hover
{
    COLOR: maroon;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
}


.highlight {
	color:#c02228;
	font-weight:bold;
}

.highlight-large {
	color:#c02228;
	font-weight:bold;
	font-size: 35px;
}

/** Top Menu Items **/
/** unordered list top menu **/
ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;

}

/** unordered list item for top menu **/
ul#mainlevel-nav li
{
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	width: auto !important;
	font-size: 11px;
	line-height: 23px;
	white-space: nowrap;
}

/** unordered list item link for top menu **/
ul#mainlevel-nav li a
{
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #FFFFFF;
	background: #1c787b;
	font-weight:bold;
}
/** unordered list item link for top menu for firefox only **/
#topmenu>ul#mainlevel-nav li a {
	width: auto;
}

/** unordered list item for top menu for firefox only **/
ul#mainlevel-nav li a:hover {
	background:#c02228;
	text-decoration:none;
}

/** News Items Formating **/
.newsflashheader {
	font-size:14px;
	background-color:#c02228;
	color:#FFFFFF;
	font-weight:bold;
	}

.contentheading,
.contentpagetitle,
a.contentpagetitle:link,
a.contentpagetitle:active,
a.contentpagetitle:visited {
	font-size:14px;
	color:#000000;
	font-weight: bold;
	padding-top: 25px;
	background-color:inherit;
	display:block;
}

.contentpaneopen {
	width:100%;
	border:medium;
	bordercolor:#990000;
}
.newsitemheader {
	font-size: 12px;
	color: #009;
	text-align: center;
	font-weight: bold;
	bordercolor:#990000;
}

.newsitembody {
	font-size: 12px;
	text-align: center;
}

