@charset "utf-8";
* {padding: 0; margin: 0; }
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	background-image: url(images/bkgrnd.jpg);
	background-repeat: repeat-x;
}
#dropshadow {
	background-image: url(images/dropshadow.png);
	background-repeat: repeat-y;
	background-position: center;
}
.thrColFixHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
} 
.thrColFixHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 461px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#welcome {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 115px;
	width: 950px;
	position: relative;
}
#welcome li {
	margin: 0px;
	padding: 0px;
	top: 30px;
	list-style-type: none;
	position: absolute;
}
#welcome li, #welcome li a {
	display: block;
	height: 54px;
}
#visitorbutton {
	width: 233px;
	left: 654px;
}
#visitorbutton a:hover {
	background-color: #transparent;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: -654px -160px;
}
#flash {
	background-color: #9bc3a0;
}
#navbar {
	height: 39px;
}
#navdropshadow {
	background-image: url(images/nav-dropshadow.jpg);
	background-repeat: no-repeat;
	height: 15px;
}

#lowerbg {
	background-image: url(images/lowerbg.jpg);
	background-repeat: repeat-y;
}




.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15;
	padding-left: 15px;
}
#sidebar1 h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: 0b4b14;
}
#sidebar1 h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #02558b;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#sidebar1 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #0b4b14;
	padding-left: 20px;
	padding-top: 5px;
}
#sidebar1 a {
	color: #02558d;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#sidebar2 h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #2c2f31;
}
#sidebar2 h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #2c2f31;
	padding-left: 8px;
	padding-bottom: 3px;
}
#sidebar2 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #2c2f31;
	padding-left: 17px;
}
#sidebar2 .text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #2c2f31;
	padding-left: 0px;
	padding-right: 10px;
	font-style: italic;
}
#sidebar2 .title {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #2c2f31;
	padding-left: 0px;
}
#sidebar2 .regulartext {
	font-size: 12px;
	font-style: normal;
	color: #2c2f31;
	padding-left: 0px;
}
#sidebar2 a {
	color: #02558d;
}
#sidebar2 a:hover {
	color: #FAFAFB;
}
#sidebar2 ul {
	padding-left: 20px;
}
#sidebar2 ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 3px;
}




.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 230px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 25px;
} 
#mainContent a {
	color: #0389e3;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #FFF;
}

.bluetitles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #02558d;
}

#mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #02558d;
}
#mainContent h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #02558D;
	padding-top: 15px;
}
#sidebar1 h3 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #02558D;

}
#sidebar1 h3 a:hover {
	text-decoration: none;
	background-color: #10741E;
	color: #FFF;
}


#mainContent h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #02558d;
	padding-top: 15px;
}


#mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #02558d;
	padding-top: 20px;
}
#mainContent ul {
	padding-left: 40px;
	padding-top: 20px;
}
#mainContent li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-bottom: 5px;
}
#mainContent td a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#mainContent table tr td {
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #02558D;
	padding-left: 10px;
}

.bluetext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #02558d;
}




.thrColFixHdr #footer {
	padding: 0;
	background-color: #158f25;
} 
#footer p {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.thrColFixHdr #footer p a{
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #c7f4cd;
	text-align: center;
	text-decoration: none;
}
#footer p a:hover {
	color: #0b4b14;
	text-decoration: underline;
}

.formbkgrnd {
	color: #b5cede;
	background-color: #1d88cc;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 24px;
	margin-bottom: 3px;
}

.formbkgrndcomments {
	color: #b5cede;
	background-color: #1d88cc;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 80px;
}
.spacer {
}
.rightalign {
	text-align: right;
}
.italics {
	font-style: italic;
}

.boldtext {
	font-weight: bold;
}
.centered {
	text-align: center;
}




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*Navigation*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}.qmmc {position:relative;}.qmmc a {float:left;display:block;white-space:nowrap;}.qmmc div a {float:none;}.qmmc div {visibility:hidden;position:absolute;}
	/*"""""""" (MAIN) Container """"""""*/
	#qm0
	{
	background-color:#ffffff;
	background-image:url(images/nav-bar.png);
	background-repeat: repeat-x;
	height: 39px;
	width: 950px;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
	color:#ffffff;
	background-color:transparent;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	padding-top: 11px;
	padding-right: 23px;
	padding-bottom: 12px;
	padding-left: 23px;
	font-weight: normal;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{
	/*border-color:#333333;*/

		color:#ffffff;
	background-color:#138221;
	background-image: url(images/nav-bar-over.png);
	background-repeat: repeat-x;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover
	{
	color:#FFF;
	background-color:#def1e1;
	background-image:url(images/nav-bar-over.png);
	background-repeat: repeat-x;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
	cursor:default;
	}

	


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
	background-color:#def1e1;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#333333;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{
	font-size:12px;
	color:#333333;
	border-width:0px 1px 0px 1px;
	border-color:#c5f2cb;
	border-style:solid;
	padding:3px 30px 3px 5px;
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
	border-color:#c5f2cb;
	background-color:#def1e1;
	color:#000000;
	text-decoration:none;
	background-image: url(images/nav-bar-over.png);
	}

	#qm0 div div
	{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	}

	/*""""""""[SUB] Active State """"""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover
	{
	border-color:#c5f2cb;
	background-color:#def1e1;
	color:#000000;
	text-decoration:none;
	background-image:url(images/nav-bar-over.png);
	background-repeat: repeat-x;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{

		background-image:url(images/template1_black_arrow_right.gif);

	}
