@charset "utf-8";

* {
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Begin CSS Popout Menu */

	#menu{
	background: #0066B9; 
	color: #FFFFFF;
	background-image:url(../images/topmenubevel.jpg);
	height:20px;
	margin:0 auto;
	padding-left: 20px;
	padding-top: 5px;
	}

	#menu h3{
		font:bold 12px/14px arial,helvetica,sans-serif;
		color: #ffffff;
	}

	#menu a, #menu h2{
	font: 10px/16px arial,helvetica,sans-serif;
	display:block;
	white-space:nowrap;
	margin:0;
	padding:1px 0 1px 3px;
	}

	#menu h2{
	color:#ffffff;
	background:#de7a7a url(images/expand3.gif) no-repeat 100% 100%;
	text-transform:uppercase
	}

	#menu a{
	background:#F2F9FE;
	text-decoration:none;
	}

	#menu a, #menu a:visited{
	color:#000;
	}

	#menu a:hover{
	color:#FFFFFF;
	background:#000080;
	}

	#menu a:active{
	color:#000000;
	background:#de7a7a;
	}

	#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:6em;
	}

	#menu li{
	position:relative;
	width: 108px;
	}
	
	#menu ul li ul li{
	border-left: solid 1px #bbb;
	border-top: solid 2px #D3DFED;
	border-right: solid 1px #888;
	border-bottom: solid 1px #555;
	z-index:500;	
	}

	#menu ul ul{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	}

	#menu ul ul ul{
	top:0;
	left:100%;
	}
	
	/* Begin non-anchor hover selectors */

div#menu h2:hover{
background:#000 url(images/expand3.gif) no-repeat -999px -9999px;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:bold;
color:#000000;
background:#de7a7a url(images/expand3.gif) no-repeat 100% 100%;
}

#menu a.x:hover{
color:#ffffff;
background:#800000;
}

#menu a.x:active{
color:#000000;
background:#de7a7a;
}
 
/* End CSS Popout Menu */


/**************** menu coding *****************/
#sidemenu {
width: 160px;
background: #F2F9FE;
margin: 20px 0 0 0;
}

#sidemenu ul {
list-style: none;
margin: 0;
padding: 0;
}

#sidemenu a, #sidemenu h3 {
font: 10px/16px arial,helvetica,sans-serif;
display: block;
font-weight: bold;
/*border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;*/
margin: 0;
padding: 2px 2px;
}

#sidemenu h3 {
color: #000000;
}

#sidemenu a {
color: #000;
background: #F2F9FE;
text-decoration: none;
}

#sidemenu a:hover {
color: #a00;
background: #fff;
font-weight: bold;
}

#sidemenu li {
position: relative;
}

#sidemenu ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#sidemenu ul ul,
div#sidemenu ul li:hover ul 
{display: none;}

div#sidemenu ul li:hover ul,
div#sidemenu ul ul li:hover ul
{display: block;}



a {
	color: #CC0033; 
}

a:hover {
	color: #333366;
	text-decoration: none;
}

body  {
	background: #003E7E;
	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;
	font-family: sans-serif;
	font-size: 100%;
	line-height: 18px;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	padding: 0 0 0px 0;  /* 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. */
} 

.twoColFixLtHdr #topmenu { 
	background: #0066B9; 
	color: #FFFFFF;
	background-image:url(../images/topmenubevel.jpg);
	padding: 3px 0 3px 0;  /* 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. */
} 

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

.twoColFixLtHdr #mainContent { 
	margin: 0 160px 0 165px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12px;
} 

.twoColFixLtHdr #mainContent h1{
	font-size: 16px;
} 

.twoColFixLtHdr #mainContent h2{
	font-size: 14px;
} 

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#EEEEEE; 
} 
.twoColFixLtHdr #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 */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding: 10px 0;
	text-align: center;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 470px;
	background: #F2F9FE; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	margin: 0;
}


.twoColFixLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 470px;
	background: #F2F9FE; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px; /* padding keeps the content of the div away from the edges */
	font-size: 11px;
	margin: 0;
}

.twoColFixLtHdr #sidebar2 ul {
	padding: 0px 0px 0px 20px;
	list-style-image: url(../images/bullet.png)
}

.twoColFixLtHdr #sidebar2 ul li {
	padding: 0px 0px 10px 0px;
}

/*BLOCKS*/
.cblock { border: solid #800000 1px}
.cblock .header h4 {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align: center;
}
.block { margin: 0;}
.block .header { background:url(../images/topmenubevel.jpg);padding:0px 0px 0px 0px; }
.block .wrap { margin:0;}
.block .top, .block .bottom { font-size:2px;}

.block .header h4 {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align: left;
}
.block .header h5  { color:#FFFFFF; font-size:12px; font-weight:bold; }
.block.left ul, .block.right ul { list-style-type:none;}
.block.left li, .block.right li { padding:0 0 0 0px; margin:0px 0; background:url(images/bullet.gif) left no-repeat;}

.block.left {margin: 10px 0 0 0;width:160px; border-left: 1px solid #003E7E; border-right: 1px solid #003E7E; border-bottom: 1px solid #003E7E; border-top: 1px solid #003E7E;}
.block.left .top { height:4px;}
.block.left .content { padding:3px 5px;background-color:#FFFFFF;}
.block.left .bottom { height:auto; font-size: 12px; background-color:#0066B9; color: #FFFFFF}

.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;
}
