html {
	font-size: small;
	overflow-y: scroll;
}

BODY
{
	font-size: 92.3%; /* 12px */
    COLOR: #333333;
    FONT-FAMILY: Arial, Verdana, Helvetica;
}

.ConfirmationMessage
{
	font-weight: bold;
	font-size: 10pt;
	color: #66cc33;
	font-family: Arial, Verdana, Helvetica;
	text-decoration: none;
}

.BorderYellow
{
	background-color: #ffcc00;
}
.BorderGreen
{
	background-color: #66cc33;
}
A
{
	font-weight: normal;
	color: #1C8BDD;
	font-family: Arial, Verdana, Helvetica;
}
A:active
{
	font-weight: normal;
	color: #1C8BDD;
	font-family: Arial, Verdana, Helvetica;
}
A:hover
{
	font-weight: normal;
	color: #1C8BDD;
	font-family: Arial, Verdana, Helvetica;
	text-decoration: underline;
}
A:link
{
	font-weight: normal;
	color: #1C8BDD;
	font-family: Arial, Verdana, Helvetica;
}
A:visited
{
	font-weight: normal;
	color: #1C8BDD;
	font-family: Arial, Verdana, Helvetica;
}

.feature
{
	margin: 0px;
}

.feature a,
#content a
{
	font-size: 97%;
}

.link
{
	color: #0066cc;
}

h1, .H1
{
	font-weight: normal !important;
	font-size: 200%;
	color: #767A7B;
	font-family: Arial, Verdana, Helvetica;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.homepage h1,
.homepage .H1
{
	margin: 0px 0px 11px 0px;
}

h2
{
	font-weight: normal !important;
	font-size: 160%;
	color: #80BE1B;
	font-family: Arial, Verdana, Helvetica;
	margin: 14px 0px 0px 0px;
}
h3
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Verdana, Helvetica;
}

.H3
{
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Arial, Verdana, Helvetica;
}

/* Nav */

.navprimary
{
	background-color: #ffffff;
}

.navprimaryselected
{
	background-color: #ffffcc;
}

.navsecondary a
{
	background-color: #ffffff;
	border: #ffffff 1px solid;
}

.navsecondaryselected a
{
	border: #ffcc00 1px solid;
}

.navsecondary a:hover
{
	border: #ffcc00 1px solid;
}

A.navfooter						{ font-weight: normal; font-size: 8pt; color: #0066cc; font-family: Arial, Verdana, Helvetica, sans-serif;}
A.navfooter:active				{ font-weight: normal; font-size: 8pt; color: #0066cc; font-family: Arial, Verdana, Helvetica, sans-serif;}
A.navfooter:hover				{ font-weight: normal; font-size: 8pt; color: #0066cc; font-family: Arial, Verdana, Helvetica, sans-serif;}
A.navfooter:link				{ font-weight: normal; font-size: 8pt; color: #0066cc; font-family: Arial, Verdana, Helvetica, sans-serif;}
A.navfooter:visited				{ font-weight: normal; font-size: 8pt; color: #0066cc; font-family: Arial, Verdana, Helvetica, sans-serif;}



/* Editmode classes - IE Only */
.editborder
{
	border-color: #336699;
}
.editconsole
{
	background-color: #FFFFFF;
	font-size: xx-small;
}
.guidetextpadding
{
	padding-top: 12;
}
.guidetextarrow
{
	font-size: x-small;
	background-color: #FFcc00;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #000000;
}
.guidetext
{
	font-size: x-small;
	background-color: #FFcc00;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	padding: 2 8 2 0;
}

/* MetaData Classes - IE Only */

table.metadata
{
	background-color: #FFCC00;
	border: solid 1pt #000000;
}
.metatitle
{
	padding: 12 20 4 20;
	font-size: xx-small;
}
.metainput
{
	padding: 0 20 0 20;
}

.date
{
	font-weight: bold;
	font-size: 80%;
	color: #66cc33;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.content
{
	font-weight: normal;
	font-size: 100%;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

div.newseditor table
{
	margin: -100 0px 0px 0px;
}


/* Re-skin styles [April 2011] */

#header
{
	background: #E7F3FF url(/Images/body_bg.png) repeat-x;
}

#headerwrapper
{
	width: 900px;
	margin: 0 auto;
	padding: 0px 0px 1px 0px;
}

#headerbar
{
	border-top: solid 8px white;
	margin: 0px 0px 6px 0px;
}

#logo
{
	display: inline;
	margin: 0px 3px 0px 0px;
}

#banner
{
	display: inline;
}

#topmenu
{
	background: url(/Images/topmenu_bg.png);
	height: 43px;
	margin: 3px 0px 12px 0px;
	position: relative;
	z-index: 99;
}

.homepage #topmenu
{
	margin: 3px 0px 22px 0px;
}

*:first-child+html #topmenu
{
	margin: 3px 0px 0px 0px;
}

*:first-child+html .homepage #topmenu
{
	margin: 3px 0px 5px 0px;
}

#content
{
	background: #ffffff;
	padding: 16px 0px 0px 0px;
}

#contentWrapper
{
	width: 900px;
	margin: 0 auto;
	padding: 0px 0px 10px 0px;
}

#footer
{
	background: url(/Images/footer_bg.png);
	height: 83px;
}

#footer a
{
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#footercontent
{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	color: #ffffff;
	font-size: 11px;
	padding: 20px 0px;
}

#footercontent strong
{
	color: #333333;
	margin: 0px 0px 0px 5px;
}

#footernav
{
	margin: 10px 0px;
}

#footernav .navitem
{
	padding: 0px 5px;
	height: 22px;
	line-height: 20px;
	float: left;
}

#footernav .separator
{
	margin: 5px 5px;
	float: left;
}

#footernav .navitem.navbutton
{
	background: #507410 url(/Images/nav_button_bg.png) no-repeat;
	padding: 0px 0px 0px 19px;
	margin: 0px 2px;
}

#footernav .navitem.navbutton a
{
	background: #507410 url(/Images/nav_button_bg.png) no-repeat 100% 100%;
	height: 22px;
	padding: 0px 19px 0px 0px;
	float: left;
}

#footernav .navitem a:hover
{
	text-decoration: none;
}

.PrimaryMenu ul {
    float: left;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
.PrimaryMenu li {
    display: inline;
    float: left;
    margin: 0;
    position: relative;
}

.PrimaryMenu li:hover {
    visibility: inherit;
}
.PrimaryMenu a:link, .PrimaryMenu a:visited {
    color: #FFFFFF;
    display: block;
    float: left;
    font-weight: bold;
    height: 43px;
    line-height: 43px;
    padding: 0 1em;
    position: relative;
    text-decoration: none;
    font-size: 13px;
}
.PrimaryMenu a:hover, .PrimaryMenu a:focus, .PrimaryMenu a:active, .PrimaryMenu li.active a {
    text-decoration: none;
}

.PrimaryMenu ul li a:hover
{
	background-color: #1565A2;
}




.PrimaryMenu ul li ul a:hover
{
	background-color: #618A14;
}

.PrimaryMenu ul ul li:hover
{
	background-color: #618A14;
}



.PrimaryMenu ul li a:hover
{
	background-color: #1565A2;
}

.PrimaryMenu ul li:hover
{
	background-color: #1565A2;
}

.PrimaryMenu ul li.firstItem a:hover,
.PrimaryMenu ul li.firstItem:hover
{
	background: transparent url(/Images/topmenu_firstitem_hover.png) top left no-repeat !important;
}


.PrimaryMenu ul ul,
.PrimaryMenu ul li:hover ul ul,
.PrimaryMenu ul ul li:hover ul ul
{
    display: none;
    position: absolute;
}

.PrimaryMenu li:hover ul{
    background-color: #83BD1B;
    display: block;
    left: 0;
    padding: 0.2em 0;
    top: 43px;
    z-index: 99;
}

.PrimaryMenu ul.level3,
.PrimaryMenu ul.level4,
.PrimaryMenu ul.level5
{
	display: none;
	border-left: solid 1px #A2D83E;
}

.PrimaryMenu ul.level2 li:hover ul.level3,
.PrimaryMenu ul.level3 li:hover ul.level4,
.PrimaryMenu ul.level4 li:hover ul.level5
{
	display: block;
	left: 100%;
	top: 0;
    z-index: 99;
}

.PrimaryMenu.jsFix ul.level2 ul
{
	visibility: hidden;
}

.showMenuItem ul
{
	visibility: visible !important;
}


.PrimaryMenu li.active li a {
    background: none repeat scroll 0 0 transparent;
}
.PrimaryMenu li:hover li a:link, .PrimaryMenu li.over li a:link, .PrimaryMenu li:hover li a:visited, .PrimaryMenu li.over li a:visited {
    border-left: 0 none;
    border-right: 0 none;
    color: #ffffff;
    height: auto;
    line-height: 1.5;
    padding: 0.4em 1em;
    text-transform: capitalize;
    width: 13em;
}

.PrimaryMenu li li
{
	border-bottom: solid 1px #93C639;
}

.PrimaryMenu li li a
{
	font-size: 12px !important;
	margin: 0px 7px 0px 10px;
	padding: 3px 7px 5px 7px !important;
}

.PrimaryMenu li li a:hover
{
	text-decoration: none !important;
}

.PrimaryMenu li.parent:hover
{
	background: none;
	background: #618A14 url(/Images/submenu_arrow_hover.png) top right no-repeat !important;
}

.PrimaryMenu ul li.parent a:hover
{
	background: none;
}

.PrimaryMenu li.parent
{
	background: url(/Images/submenu_arrow.png) top right no-repeat !important;
}



.sectionHeader
{
	background: #E6F3FC url(/Images/section_header_bg.png) top left no-repeat;
	height: 31px;
	border-bottom: solid 3px #83BD1B;
	padding: 0px 0px 0px 38px;
}

#content .sectionHeader
{
	background: #ffffff url(/Images/section_header_bg.png) top left no-repeat;
}

.sectionHeader .heading
{
	padding: 7px 0px 0px 0px;
	font-size: 110%;
	font-weight: bold;
	color: #ffffff;
	background: #E6F3FC url(/Images/section_header_bg.png) top right no-repeat;
	height: 21px;
}

.sectionHeader .heading a
{
	font-weight: bold;
	color: #ffffff;
}

#content .sectionHeader .heading
{
	background: #ffffff url(/Images/section_header_bg.png) top right no-repeat;
}

a.headerlink
{
	text-decoration: none;
}

.sectionItem
{
	display: block;
	border-bottom: solid 1px #E8E8E8;
	margin: 0px 18px;
	padding: 8px 0px;
	color: #656565;
	overflow: hidden;
}

.sectionItem .itemHeading
{
	display: block;
	margin: 0px 0px 3px 0px;
}

.sectionItem .date
{
	font-weight: bold;
	display: block;
	color: #999999;
	margin: 3px 0px 0px 0px;
	font-size: 75% !important;
}

.container.news .headline,
.container.news .date,
.container.news .readmore
{
	display: inline;
	margin: 0px 7px 0px 0px;
}

.container.news .headline
{
	color: #333333;
	font-weight: bold;
}

.containerFooter,
.containerHeader
{
	background-color: #ffffff;
	height: 11px;
	position: relative;
	z-index: 1;
}

#content .containerFooter,
#content .containerHeader
{
	background-color: #F9F9F9;
}

.containerHeader .leftCorner
{
	background: url(/Images/corners_blue.png) top left no-repeat;
	width: 11px;
	height: 11px;
}

.containerWrapper
{
	display: inline-block;
}

#content .containerHeader .leftCorner
{
	background: url(/Images/corners_white.png) top left no-repeat;
}

.containerHeader .rightCorner
{
	background: url(/Images/corners_blue.png) top right no-repeat;
	width: 11px;
	height: 11px;
	Position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}

#content .containerHeader .rightCorner
{
	background: url(/Images/corners_white.png) top right no-repeat;
}

.containerFooter .leftCorner
{
	background: url(/Images/corners_blue.png) bottom left no-repeat;
	width: 11px;
	height: 11px;
}

#content .containerFooter .leftCorner
{
	background: url(/Images/corners_white.png) bottom left no-repeat;
}

.containerFooter .rightCorner
{
	background: url(/Images/corners_blue.png) bottom right no-repeat;
	width: 11px;
	height: 11px;
	Position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
}

#content .containerFooter .rightCorner
{
	background: url(/Images/corners_white.png) bottom right no-repeat;
}

.container
{
	background-color: #ffffff;
	margin: 0px 0px 16px 0px;
}

#content .container
{
	background-color: #F9F9F9;
}

#content .sectionItem
{
	border: none;
}

.containerContent
{
	margin: 2px 18px;
}

.column1
{
	float: left;
	width: 600px;
	display: inline-block;
}

.column2
{
	float: left;
	margin: 0px 0px 0px 20px;
	width: 280px;
	display: inline-block;
}

.clear
{
	clear: both;
}

.homepageIntro
{
	display: inline-block;
	width: 340px;
	float: left;
}

.homepageIntro.noimage
{
	width: auto;
}

.homepageIntroImage
{
	width: 202px;
	padding: 2px 18px 0px 0px;
	display: inline-block;
}

.noParagraph p
{
	margin: 0px;
	padding: 0px;
}

.padImages img
{
	margin: 0px 0px 23px 0px;
}

#searchbox
{
	position: absolute;
	right: 11px;
	top: 9px;
}

#searchbox input[type=text]
{
	background: url(/Images/search_box.png) top left no-repeat;
	width: 149px;
	height: 22px;
	border: none;
	font-size: 97%;
	color: #666666;
	padding: 0px 0px 0px 30px;
}

*:first-child+html #searchbox input[type=text]
{
	padding: 3px 0px 0px 30px;
}

#searchbox input[type=submit]
{
	border: none;
	font-weight: bold;
	font-size: 90%;
	background: none;
	color: #ffffff;
	padding: 0px 0px 3px 0px;
}

#searchText
{
	position: absolute;
	top: 5px;
	left: 30px;
	color: #666666;
}

#secondarynav
{
	float: left;
	margin: 0px 15px 0px 0px;
	width: 170px;
}

#secondarynav a
{
	text-decoration: none;
	padding: 0px 5px 0px 0px;
}

#maincontent
{
	width: 715px;
	float: left;
}

#breadcrumb
{
	width: 500px;
	margin: 0px 0px 15px 0px;
}

#signout
{
	position: relative;
	left: 90%;
	bottom: 10px;
	width: 100px;
}

#content table ul
{
	padding: 0px;
	margin: 0px;
}

#content table ul li
{
	list-style-position: inside;
}

#LatestNoticesPanel .sectionHeader
{
	width: 242px;
	overflow: hidden;
	display: inline-block;
}

#LatestNoticesPanel .sectionFooter
{
	width: 280px;
	overflow: hidden;
	display: inline-block;
}

#LatestNoticesPanel .sectionItem
{
	width: 244px;
	overflow: hidden;
	display: inline-block;
}

.editContent
{
	color: Black;
}
