	/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color:#555555;
	background-color: #ffffff;
	text-align:left;
	margin: 0px;
	padding: 0px;
	}


.twoColHybLtHdr #container { 
	width: 800PX;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColHybLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 0px; 
} 

.twoColHybLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}




/* Miscellaneous classes for reuse */
.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;
}




/* Modify Tags for Form */
/****************************/

input {
	background-color:#CCCCCC;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border:1px solid #728c40;
	background-color:#CCCCCC;
	margin-bottom:2px;
	
	}

textarea {
	background-color:#FFFFFF;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	border:1px solid #728c40;
	background-color:#6674B3;
	margin-bottom:2px;
	}

input[type=submit] {
	background-image:url(../images/search.jpg)
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	border:1px solid #728c40;
	margin-bottom:3px;
	}




a {
	color: #FF6666;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {
	color: #1E90FF;
	}

hr{
	background-color : transparent;
	color : #eeeeee;
	border : 1px solid #999999;
	height : 1px;
	}

.search_box {
	float: right;
	clear: right;
	width: 200px;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 12px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 11px;
	vertical-align: middle;
}



#topmenu {
	text-align: right;
	background-color: #000000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	}

#navlist a {
	color: #fff;font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	padding: 0.2em  1em;
	text-decoration: none;
	border-right: 0px solid #fff;
	
	}

#navlist a:hover {
	background-color: #CCCCCC;
	color: #333333;
	}

/**********************************
Side Menu Classes
**********************************/


#sidebar{
width:155px;
float:left;
margin-top:20px;
font-size:0.7em;
line-height:1.3em;
}

#sidebar p{
font-size:0.7em;
}

.sidelink{
	display:block;
	width:140px;
	margin:3px 10px 2px 0;
	padding:5px 0 5px 8px;
	font-size:1.1em;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
	background-color: #355482;
	background-image: url(../images/gradient1.jpg);
}


.sidelink:hover{
	color:#00FF00;
	text-decoration:none;
	background-color: #fff;
	border-top:1px solid #ddd;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	border-left:1px solid #ddd;
	background-image: url(../images/gradient1.jpg);
}


/*.sidelink:hover,.menuheader{
	color:#222;
	text-decoration:none;
	background-color: #fff;
	background-image: url(../images/gradient2.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ddd;
	border-right-color: #888;
	border-bottom-color: #888;
	border-left-color: #ddd;
}*/

.sidelink  li ul a {
border-top:1px solid #ddd;
border-right: 4px solid #bbb;
border-bottom: 1px solid Blue;
border-left: 4px solid #FF3300;
}



#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 15px;
	padding-top: 5px;
}
	
#footer a {
	color:#FFFFFF;
	font-weight : normal;
	}
#footer a:hover {
	color: #1E90FF;
	}

/*end footer classes 
**********************************/


/* start workarea classes 
***************************************/

#workarea {       /* set the margin Left or Right to 200px depending on which side the menu is to appear on */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 25px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 170px; /* change side for border to match the side the menu appear */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #999999;
	border-left-color: #999999;
}

#workarea h1 {
	font-size: 130%;
	color: #000066;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 5px;
	margin-right: 250px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: bold;


#workarea h2 {
	font-size:24px;
	font-weight:normal;
	color:#333333;
	letter-spacing:-1px;

	}
#workarea h3 {
	font-size:14px;
	font-weight:normal;
	color:#333333;
	letter-spacing:-1px;

	}
#workarea p {
	line-height:1.5em;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	}
#workarea ul {
	margin: 10px 10px 10px 30px;
	}
#workarea li {
	list-style:none;
	background-image: url(../images/li.gif);
	background-position: left;
	background-repeat:no-repeat;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin:15px 0 15px 0;
	}

