.subnav
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #3b52a2;
}

.header
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #84C442;
	background-color: white;
}

.main
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
}
.HomeBox
{
	font-family:Arial;
	font-size: 8.5pt;
	color: #333333;
	margin: 3px;
	line-height: 11pt;
}

.maincell
{
	background-image: url('images/text_box.gif');
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	background-color: white;
}

.newsheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #3b52a2;
	font-weight: bold;
}

.newstitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
}

.newscontent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

.bottomtext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}
.bottomtext a 
{
	color: #fff;
	text-decoration: none;
}
.bottomtext a:hover
{
	color: #fff;
	text-decoration: underline;
}
.trail
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #FFFFFF;
}

.trail a {
	color: #fff;
	text-decoration: none;
}
.trail a:hover {
	text-decoration: underline;
}

/* Side Navigation --------------------------------------------------------- */

#SideNavigation a
{
	text-decoration:none;
}

#SideNavigation a:hover
{
	text-decoration:underline;
}

#SideNavigation div.Level_One
{
	padding:2px 0 2px 14px;
	background-image:url(/Controls/SideNavigation/gray_arrow.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	color:Black;
}

#SideNavigation div.Level_One a
{
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	color:Black;
}

#SideNavigation div.Level_One_Selected
{
	padding:2px 0 2px 14px;
	background-image:url(/Controls/SideNavigation/blue_arrow.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	color:#3b52a2;
}

#SideNavigation div.Level_One_Selected a
{
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	color:#3b52a2;
}

#SideNavigation div.Level_One_Selected a.Underline
{
	text-decoration:underline;
}

#SideNavigation div.Level_One_Selected span.Underline
{
	text-decoration:underline;
}

#SideNavigation div.Level_Two
{
	margin-left:10px;
}

#SideNavigation div.Level_Two a
{
	font-weight:normal;
	color:#000000;
}

#SideNavigation div.Level_Two a.Selected
{
	font-weight:normal;
	color:#3b52a2;
}

#SideNavigation div.Level_Two a.Underline
{
	font-weight:normal;
	color:#3b52a2;
	text-decoration:underline;
}

#SideNavigation div.Level_Three
{
	margin-left:10px;
}

#SideNavigation div.Level_Three a
{
	font-weight:normal;
	color:#333333;
}

#SideNavigation div.Level_Three a.Selected
{
	font-weight:normal;
	color:#3b52a2;
	text-decoration:underline;
}

/* Site Index -------------------------------------------------------------- */

#SiteIndex ul li.level1
{
	list-style-type:none;
	border-top-style:solid;
	border-top-width:1px;
	margin-bottom:5px;
}

#SiteIndex a
{
	color:#344993;
}

#SiteIndex a.level1
{
	font-weight:bold;
}

#SiteIndex ul li.level2
{
	list-style-image:url(/images/side_nav/level1_bullet.gif);
}

#SiteIndex ul li.level3
{
	list-style-image:url(/images/side_nav/level2_bullet.gif);
}

#SiteIndex ul li.level4
{
	list-style-image:url(/images/side_nav/level3_bullet.gif);
}

.SideBar
{
	background-color:White;
	font-size:8pt;
	vertical-align:top;
}

.Form
{
	border: #ffcc33 0px solid;
	background-color: #ffffff;
	FONT-SIZE: 9pt;
	COLOR: black;
	FONT-FAMILY: Verdana;
	padding:0px;
	width:500px;
}

.FormBase
{
	background-color: #ffffff;
	FONT-SIZE: 9pt;
	COLOR: black;
	FONT-FAMILY: Verdana;
}

.FormTitle
{
	font-size:9pt;
}

.FormInvalid
{
	border-style:solid;
	border-width:2px;
	border-color:Red;
}

.CheckBoxSaveLogin
{
	border-color: Red;
}
/* NewsBox */
.NewsBoxStyle .news_header
{
	background-repeat: no-repeat;
	background-position: bottom;
	height: 36px;
}

.NewsBoxStyle .news_box_body
{
	overflow: auto;
}

.NewsBoxStyle ul
{
	margin: 0 0 0 0;
	padding: 0;
}

.NewsBoxStyle li
{
	margin-left: 5px;
	margin-right: 10px;
	font-family: Arial;
	font-size: 11px;
}



