body  {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	background: #355c51;/*#666666;*/
	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;
}
img{
	border:0;
}
#container { 
	width: 1000px;
	background:#558c71;/* #eeeeee;*/
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin:auto;
	border:1px #000 solid;
	height:1000%;
	position:relative;
		background-color:#FFFFCC;

}  
 #header {
	position:relative;
	height:200px;
	width:980px;
	background:#558c71 url('images/headerTransition.png');
	background-repeat:repeat-x;
	background-position:bottom;
	padding: 10px 10px 0px 10px;  /* 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. */
} 

#mainContent {
	position:relative;
/*	top:200px;*/
	min-height:50px;
	height:100%

	background-color:#FFFFCC;
	width:960px;
	padding:20px 20px 0px 20px;
	

	
	
}
#mainarea{
	float:right;
	display:inline;
	position:relative;
	background-color:#FFFFCC;
	width:960px;
	margin-top:-20px;
}
#mainarealeft{
	float:left;
	display:inline;
	position:relative;
	background-color:#FFFFCC;
	width:760px;
	margin-top:20px;
	
	
}
#sidebar2{
	position:relative;
	display:inline;
	width:200px;
	float:right;
	left:0px;
	margin-right:-20px;
	margin-left:20px;
	margin-top:-60px;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0 25px 0; /* top and bottom padding create visual space within this div */
	height:100%;	
}
#sidebar1{
	position:relative;
	display:inline;
	width:200px;
	float:left;
	left:0px;
	margin-right:20px;
	margin-left:-20px;
	margin-top:-20px;
	background:#222;

	
	/*
	position:relative;
	*/
}
#footer {
	clear:both;
	position:relative;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#dddddd;
	background-image:url(images/footer_bg.png);
	font-size:.7em;
	
/*	background:#DDDDDD url(images/footer_bg.png);*/
} 
#menu{
	position:relative;
	color:#000000;
	font-size:13px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top:0px;
	padding-right:0px;
	padding-left:20px;
	
	height:43px;
	background:#558c71 url('images/menu_bg.png');
	background-repeat:repeat-x;
	vertical-align:top;
} 

#menu a{
	color:#000000;
/*	font-size:13px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.thrColHybHdr  #menu a:hover{
	color:#ebe301;
/*	font-size:13px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


td#menu_search{
	background:#000000;
	width:43px;
	height:43px;
	color:#ffffff;
	padding-left:5px;
	padding-right:5px;
}

/* --------------------------- End Structure --------------------------- */


/* +++++++++++++++++++  Navigation +++++++++++++++++++++++++++ */
/* borrowed from http://www.kriesi.at/archives/create-a-multilevel-dropdown-menu-with-css-and-improve-it-via-jquery*/
.navigation{
	width:100%;
}

#navcontainer{
	padding:0px 0px 0px 10px;
	margin:5px 0 0 0;
	width:750px;
	text-align:left;
	font-size:14px; /*15px as of 1-5-09*/
	font-weight:bold;
	
	display:inline; width:700px; float:left
	
/*	border:1px #000 solid;*/
}


#mainnavigation{
/*	margin:0px;*/

	/*border-bottom-color:#355c51;/*#781826;
	border-bottom-style:solid;
	border-bottom-width:2px;
	text-align:justify;
	*/
	z-index:900;
	width:100%;
	/*border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#355c51;/*#781826
	*/
}
#mainnavigation ul{
	margin:0px;
	padding-left:5px;
	min-width:200px;
	min-width:100%;
	text-align:left;
	/*display:block;*/
	
}

#mainnavigation, #mainnavigation ul{
	color:#355c51;/*#781826*/;
	position:relative;
	height:20px;

	padding:0px;
	padding-left:0px;
	margin-left:0px;
	list-style-type:none;
	list-style-position:inside;

	color: #355c51;/*#781826*/;
	vertical-align:middle;

	line-height:18px;/* use line height to center vertically*/
	cursor:pointer;
	
	
}

#mainnavigation a:link, 
#mainnavigation a:active, 
#mainnavigation a:visited{
	display:block;
	padding:0px 5px;
	/*border:1px solid  #FC9;*/
	text-decoration:none;
		/*background-color:#333;*/
}

#mainnavigation a:hover{
/*	background-color:#fff;
	
*/
	color:#000;
	text-decoration:underline;

}
#mainnavigation a:hover,
#mainnavigation a:link, 
#mainnavigation a:active, 
#mainnavigation a:visited{
		cursor:crosshair;
		cursor:default;
}

#mainnavigation ul a:link, 
#mainnavigation ul a:active, 
#mainnavigation ul a:visited{
	display:block;
	padding:0px 5px;
	border:1px solid #355c51;/*#781826*/;
	color: #fff;
	text-decoration:none;
	background-color:#355c51;/*#781826*/;
	opacity:0.75;
	filter:alpha(opacity=75);
	cursor:pointer;
		

}
#mainnavigation li ul li a:hover,
#mainnavigation ul li a:hover,
#mainnavigation ul a:hover{
	background-color:#052c21;
	/*color:#355c51;/*#781826*/;
	text-decoration:none;
}

#mainnavigation li{
	float:left;
	position:relative;
	/*min-width:85px;*/
	/*padding:0px 10px;*/
padding-right:5px;

	
}
#mainnavigation ul{
	position:absolute;
	top:18px;
	display:none;
}

#mainnavigation li ul a{
	width:12em;
	float:left;
}

#mainnavigation ul ul {
	top:auto;
	width:12em; /*need a width to display vertically again*/
}

#mainnavigation li ul ul{
	left:12em;
	margin 0px 0 0 10px;
}
#mainnavigation li:hover ul ul,
#mainnavigation li:hover ul ul ul,
#mainnavigation li:hover ul ul ul ul{
	display:none;
}

#mainnavigation li:hover ul, 
#mainnavigation li li:hover ul,
#mainnavigation li li li:hover ul,
#mainnavigation li li li li:hover ul{
	display:block;
}




/* ---------------------------  End Navigation --------------------------- **/


/* ++++++++++++++++++++++++++++ some general stuff ++++++++++++++++++++++++++++++++ */


#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	/*font-size:.8em;*/
}




.footerTitle a:link, .footerTitle a:visited {
	font-style:italic;
	color:#2e3192;
}
#footer a:link, #footer a:visited {
	color:#FFFFCC;
}
#footer  a:hover,
#footer a:active {
	color:#0099FF;
}


/* 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;
}









#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 */
}


.alignleft{
	float:left;
}
.alignright{
	float:right;
}

a:visited,
a:link{
	color:#3f43a3;
}

a:active, a:hover{
	color: #0c1070;
	text-decoration:none;
	font-style:italic;
}

h1, h2, h3, h4 {
/*	color:#2e3192;*/
color:#2e3192;
}
#Comments__,
#AdditionalInstructions{
	display:none;
}
.warning{
	color:#FF0000;
}
/* ----------------------------- End General Stuff -------------------------- */

/** ++++++++++++++++++   For the slide show in the header ++++++++++++++++++++++++ **/
/*#restofcontent{
	position:absolute;
	margin-top:210px;
	width:1000px;
}*/
#slideshow,
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:150px; /* reduce by 20 pixels to avoid horizontal scroll */
  height:120px;
  position:relative;
	overflow:hidden;
	float:right;
}
#slideshow{
	margin-right:10px;
}

	#slidesContainer .caption {
		color:ffffff;
		z-index:600; 
		/*background-color:#063; */
		height:150px; 
		width:50px; 
		position:absolute;
		top:5px;
		right:10px;
		font-size:14px;
	}
/*------------------- end slide show in the header ---------------- */


/**++++++++++++++++++ Sidebar 1 +++++++++++++++++++++++++++ */


.sidebar1block{
		background:#000000;
		background:url(images/sidebar1_ul_bg.png) repeat-x top;
		padding:2px;
		margin:0px;

}
#sidebar1 h2 {

	color:#FFFF33;/*   ::#FFFF00;/*:#8dc63f;*/
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	/*background:url(images/ul_top.png) no-repeat top;*/
	/*height:20px;*/
	margin:3px auto 6px auto;
	text-align:center;
}

#sidebar1 ul{
	padding:0px;
	margin:0px;
/*	background:url(images/sidebar1_ul_bg.png) repeat-x top;*/
}
#sidebar1 li{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#sidebar1 p{
	margin:0px;
	padding:5px;
	
}
#sidebar1 ul li h2 {

	margin:0px;
	padding-left:10px;
	padding-right:0px;
	padding-top:5px;
	padding-bottom:0px;

}
#sidebar1 ul li {
	color:#bdbdbd;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0px;
	margin:0px;
	text-indent:-10px;


	padding-left:10px;
	padding-top:6px;
	padding-bottom:3px;
}

#sidebar1 li a{
	color:#bdbdbd;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
/*	line-height:23px;*/
}
#sidebar1 li a:active,
#sidebar1 li a:hover{
	text-decoration:underline;
	color:#FFC;
}


#sidebar1 ul li ul li{
	padding-left:15px;
}




/* ------------------------ End Sidebar 1 ------------------------------ */


/**++++++++++++++++++ Sidebar 2 +++++++++++++++++++++++++++ */
#sidebar2 ul{
	padding:0px;
	margin:0px;
}
.sidebar2block{
		background:url(images/sidebar2_ul_bg.png) repeat-x top ;
		padding:0px;
		margin:0px;

}
#sidebar2 li{
	padding:0px;
	margin:0px;
/*	margin-left:10px;*/
	list-style-type:none;
/*	text-indent:10px;	*/
list-style-position:outside;
	
}
#sidebar2 ul li{
	color:#000000;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
		padding:0px;
	margin:0px 2px 6px 12px;

	text-indent:-10px;

	
}
#sidebar2 h2,
#sidebar2 ul li h2{
	color:#000000;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	padding-bottom:0px;
	/*background:url(images/ul_top.png) no-repeat top;*/
/*	height:20px;*/
/*	text-align:center;*/
		text-align:left;
	margin:0px auto 9px auto;
	text-indent:0px;
}

#sidebar2 li a{
	color:#3f43a3;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-weight:normal;
/*	line-height:23px;*/
}
#sidebar2 li a:active,
#sidebar2 li a:hover{
	color: #6f73d3;
	text-decoration:none;
}
/* ------------------------ End Sidebar 2 ------------------------------ */


