.horbar {
	color: black;
	background-color: #FFFFE4;
	/*border: 2px outset #cecac1;*/
}
.horbaritem {
	float: left;
	white-space: nowrap;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.horbaritem a {
	display: block;
	text-decoration: none;
}
.horbaritem a:link {
	color: #000000;
	text-decoration: none;
}
.horbaritem a:visited {
	color: #000000;
	text-decoration: none;
}
.horbaritem a:hover {
	color: #ffffff;
	background-color: #4b6983;
	text-decoration: none;
}
.horbaritem a:active {
	color: #ff0000;
	text-decoration: none;
}

.verbar	{
	color: black;
	background-color: #EDF2F5;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #EDF2F5;
	border: 1px solid #64879d;
}

.item	{
	padding: 3px;
	text-align: left;
	white-space: nowrap;
}

.separator	{
	background-color: #ff0000;
	border-top: 1px solid #9e9a91;
	border-bottom: 1px solid #ffffff;
	margin: 2px 1px 2px 1px;    /* top right bottom left */
	height: 0;
	font-size: 1px;
	line-height: 0
}

.item a	{
	position: relative;
	display: block;
	text-decoration: none;
}

.item a:link	{
	color: #000000;
	text-decoration: none;
}

.item a:visited	{
	color: #000000;
	text-decoration: none;
}

.item a:hover	{
	color: #ffffff;
	background-color: #4b6983;
	text-decoration: none;
}

.item a:active	{
	color: #ff0000;
	text-decoration: none;
}

.item .fwdarr	{
	position: absolute;
	top: 5px;
	right: 7px;
}

/*----- Tree Menu Section  ---------------------- */
.treemenudiv	{
	display: block;
	white-space: nowrap;
}

.phplmnormal	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

a.phplmnormal:hover	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #fff0c0;
	text-decoration: none;
}

a.phplm:link	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #003300;
	text-decoration: none;
}

a.phplm:visited	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #726461;
	text-decoration: none;
}

a.phplm:hover	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #841212;
	background-color: #fff0c0;
	text-decoration: none;
}

a.phplm:active	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #ff0000;
	text-decoration: none;
}

a.phplmselected:link	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #dd0000;
	background-color: #ffdd76;
	text-decoration: none;
}

a.phplmselected:visited	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #dd0000;
	background-color: #ffdd76;
	text-decoration: none;
}

a.phplmselected:hover	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #841212;
	background-color: #fff0c0;
	text-decoration: none;
}

a.phplmselected:active	{
	font-family: bitstream vera sans, luxi sans, verdana, geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #ff0000;
	text-decoration: none;
}

/*
Use relative length units such as percent or (better) em, or, even better, set a base font-size for the document and use absolute size ([ xx-small | x-small | small | medium | large | x-large | xx-large ]) or relative size ([ larger | smaller ]) when defining the font size for a particular element within the document. W3C on font-sizing.
*/

body {
/*	text-align: center; */
        margin:0px;
	padding:0px;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color:#333;
	background: url(images/bckstrip01.gif) fixed #027ABB; no-repeat;
	}
	
h1 {
    text-align: left;
	font-family: Trebuchet, "Gill Sans" Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size: 160%;
	line-height: 120%;
	font-weight:900;
	color:#165829;
	}
	
	
h2 { 
    text-align: left;
    font-family: Trebuchet, "Gill Sans" Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 20px 20px;
	font-size: 140%;
	line-height: 120%;
	font-weight: 700;
	color: #165829;
	}
	
	
h4 { 
    text-align: left;
    font-family: Trebuchet, "Gill Sans" Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 2px 20px;
	padding-left: 0px;
	font-size: 100%;
	line-height: 120%;
	font-weight: 700;
	color: #165829;
	}
	
	
	
a {
	font-size:.9em;
	text-decoration: underline;
	font-weight:600;
	font-family: Trebuchet, "Gill Sans" Verdana, Arial, Helvetica, sans-serif;
	}
	
a:link {color:#fff; text-align: left;}
a:visited {color:#fff; text-align: left;}
a:hover {color:#660000; text-align: left;}

	
blockquote { font-size: .75em; font-weight: 800; }


	
/* BEGIN List Menu classes */


.bullet_sectionheader  {
    list-style: none;
	font-variant: small-caps;
    font-size: .85em;
    line-height: 100%;
    color: #fff;
    background-color: #088ED1;
    display: block;
    font-weight: bold;
    padding: 4px 0px 4px 3px;
/*
    border-top: 1px solid #fff;
*/   	}


.bulletmenu ul {
	margin-left: 0px;
	padding-left: 24px;
}

.bulletmenu ul li {
   font-size: .92em;
    line-height: 90%;
   list-style: url(images/V2_graphics/menu_point.png);
   margin-bottom: 5px;
   	padding-bottom: 4px;
    }

.bulletmenu ul li a {
   font-weight: bold;
   }

.bulletmenu ul li a:link {
   text-decoration: none;
    }

.bulletmenu ul li a:hover {
   text-decoration: none;
   color: #DEF0FA;
    }

.bulletmenu ul li a:visited {
   text-decoration: none;
   color: #B7E5FB;
    }
    
.bulletmenu ul li ul li {
    list-style: none;
    font-size: .8em;
    margin-top: 4px;
    }

 
/* News Classes */


#content .cms-module-news {
       text-align: left;
       font-size: 100%; 
       margin-left: 20px;
       padding: 0px 0px 20px 0px;
       }
#content .cms-module-news-header { text-align: left; }


#content .cms-news-date {
        text-align: left;
	font-size: 75%; 
	font-weight: bold; 
	color: #C98D51;
	padding-top: 15px;}

#content .cms-news-title {
	font-size: 95%; 
	font-weight: bold;
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 20px 0px;
	}

#content .cms-news-content {
        font-size: 80%;
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 20px 0px;
        }

#content ul {
	padding-left: 20px; }

/* end news styles */

#perform p { padding:0px 2px 0px 0px;}

#content p {
	font-size: 80%;
	line-height: 120%;
	text-align: left;
	margin:0px 10px 0px 0px;
	padding:0px 2px 0px 20px;
	}

#content ul {
	margin: 0px 20px 20px 20px;
	line-height: 130%;
	text-align: left;
	list-style: outside disc;
	}


#content ul li {
	font-size: 80%;
	}

#content a:link {
	font-size: 95%;
    color: #00f;
    
	}


#content a:visited {
	font-size: 95%;
    color: #660000;
	}


/* Div Positionals */


#container {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 800px;
	background: url(images/V2_graphics/bckstrip02.gif) repeat-y #DEF0FA;
	border-left-style: solid;
	border-left-color: #249E9C;
	border-left-width: 2px;
	border-right-style: solid;
	border-right-color: #249E9C;
	border-right-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #249E9C;
	border-bottom-width: 2px;
	}


#logorow {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 800px;
	height: 76px;
	background-color: #DAF3FF;
	border-left-style: solid;
	border-left-color: #249E9C;
	border-left-width: 2px;
	border-right-style: solid;
	border-right-color: #249E9C;
	border-right-width: 2px;
	border-top-style: solid;
	border-top-color: #249E9C;
	border-top-width: 2px;
	}


#banner {
	margin-left: auto;
	margin-right: auto;
	background-color: #DEF0FA;
	top: 77px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	width: 800px;
	height: 118px;
	border-left-style: solid;
	border-left-color: #249E9C;
	border-left-width: 2px;
	border-right-style: solid;
	border-right-color: #249E9C;
	border-right-width: 2px;
}


#menu {
	float: left;
	padding-top: 0px;
	width: 175px;
	margin: 10px 20px 0px 0px;
	}



#content {
	float: left;
	margin: 0px 0px 0px 0px;
	padding-top: 20px;
	width: 605px;
	}
	

#right {
	float: right;
	width: 170px;
	}
	
	
#footer {
	clear: left;
	text-align: left;
    margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding-top: 1px;
	height: 17px;
	color: #fff;
	}

#perform { padding: 2px 2px 0px 20px;}

