	body {
	margin: 0px;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background:#f4f4f4;
	
}
	#wrap {
		width:960px;
		padding: 0;
		position: relative;
		margin:0 auto;
		background:#E7F1FE;
	}
	#header {
	padding:0;
		background:#5CACEE;
	}
p.content {
	font-family: geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
	line-height: 1.6;
	}
p.contentsb {
	font-family: geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #424242;
	line-height: 1.4;
	}
p.contentsbn {
	font-family: geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
	line-height: 1.4;
	}	
p.content2 {
	font-family: geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #424242;
	line-height: 1.3;
}
p.contentb {
	font-family: geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
	line-height: 10px;
	margin:0;
}
p.contenti {
	font-family: geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #424242;
	line-height: 1.2;
}
p.contenth {
	font-family: geneva, arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	color: #104E8B;
	line-height: 1.5;
	margin:0;
}
p.contentsh {
	font-family: geneva, arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	color: #104E8B;
	line-height: 10px;
	margin:0;
	}
p.contentsh2 {
	font-family: geneva, arial, helvetica, sans-serif;
	font-size: 13px;
	font-style: bold;
	color: #104E8B;
	line-height: 1.3;
	margin:0;
	}
p.contentsh3 {
	font-family: geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	color: #104E8B;
	line-height: 10px;
	margin:0;
	}
p.contentsh3a {
	font-family: geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	color: #104E8B;
	line-height: 1.3;
	margin:0;
	}
p.contentsh4 {
	font-family: geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	color: #104E8B;
	line-height: 10px;
	margin:0;
	float: left;
	}
p.contentc {
	font-family: geneva, arial, helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #424242;
	line-height: 1.5;
	margin:0;
}
li.content {
	font-family: geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
	line-height: 1.8;
}



.menu {
width:960px;
height:22px;
background:#5CACEE;
position:relative;
z-index:100;

font-family:arial, sans-serif;
}

* html .menu {

width:959px; 
w\idth:959px;}

.menu ul {
padding:0;
margin:0;
list-style-type:none;}

.menu ul ul {
width:93px;}


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {
float:left;
font-size:12px;
text-decoration:none;
color:#fff; 
width:93px;
position:relative;  }
/* style the links for the top level */

.menu li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	background-color: #5CACEE;
	color: #fff;
	text-decoration: none; }


.menu a, .menu a:visited {
display:block;
font-size:12px;
text-decoration:none;
color:#fff; 
width:150px; 
height:22px; 

padding-left:10px;
line-height:20px; font-weight: normal;}

/* a hack so that IE5.5 faulty box model is corrected */

* html .menu a, * html .menu a:visited {
width:93px; 
w\idth:93px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#5CACEE no-repeat 100px center;}

/* style the second level hover */
.menu ul ul a.drop:hover{
background:#0061B2 no-repeat 100px center;}

.menu ul ul :hover > a.drop {
background:#0061B2 no-repeat 100px center;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#5CACEE;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#5CACEE;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:22px;left:0; width:149px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:10px;t\op:11px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#5CACEE; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:158px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#4a4a4a; background:#dcdcdc;}
.menu :hover > a, .menu ul ul :hover > a {color:#4a4a4a; background:#dcdcdc;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



#main {
		float:right;
		width:621px;
		padding:27px;
		background:#FFFFFF;
}

h2 {
margin:0 0 1em;
}
		
#sidebar {
		float:left;
		width:231px;
		padding:27px;
		background:#E7F1FE;
		}
#sidebar2 {
		float:left;
		width:525px;
		padding:27px;
		background:#E7F1FE;
		}
A:link {text-decoration: none; color:#104E8B;}

A:visited {text-decoration: none; color: #104E8B;}

A:active {text-decoration: none}

A:hover {text-decoration: underline; color: #333333;}

.tb6 {
	border: 3px double #CCCCCC;
	height: 15px;
	width: 220px;
	margin-top: 6px;
}
	
	ul.buttonbar {	
	float: left;
	border: solid;
	border-width: 1px;
	color: #104E8B;

	background-color: #f8f8f8;

	font-weight: normal;
	text-align: left;
	Padding: 2px 18px 8px 18px;
	Margin: 2px;
	list-style-type: none;
}

li.buttonitem {
	border: 0;
	height: 20px;
	width: 162px;

	margin: 8px;
	padding: 4px;
	text-align: left;
}

li.buttonitem2 {
	border: 0;
	height: 20px;
	width: 216px;

	margin: 0px;
	padding: 4px;
	text-align: left;
}

li.buttonitem3 {
	border: 0;
	height: 20px;
	width: 140px;

	margin: 8px;
	padding: 4px;
	text-align: left;
}

li.buttonitem4 {
	border: 0;
	height: 20px;
	width: 140px;

	margin: 8px;
	padding: 4px;
	text-align: left;
}
li.buttonitem5 {
	border: 0;
	height: 20px;
	width: 160px;

	margin: 8px;
	padding: 4px;
	text-align: left;
}

a.buttonlink {
	display: block;

	border: outset;
	background: #5CACEE;
	color: #ffffff;
      font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	
	padding: 2px; 
	padding-top: 3px;
	padding-bottom: 3px;

}
a.buttonlink2 {
	display: block;

	border: outset;
	background: #0061B2;
	color: #ffffff;
      font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	
	padding: 2px; 
	padding-top: 3px;
	padding-bottom: 3px;

}

a.buttonlink:hover {
	background: #E7F1FE;
	color: #4a4a4a;	}
	

ul.indbutton {	
	float: right;
	border: 0;
	

	padding: 0px;
	margin: 0px;
	margin-right: 100px;
	
	font-weight: none;
	text-align: center;
	list-style-type: none;}
	
ul.indbutton2 {	
	float: left;
	border: 0;
	
	padding: 0px;
	margin: 0px;
	
	font-weight: none;
	text-align: center;
	list-style-type: none;
}
ul.indbutton3 {	
	float: left;
	border: 0;
	
	margin: -8px;
	
	font-weight: none;
	text-align: center;
	list-style-type: none;
}
	#footer {
		clear:both;
		padding:1px 2px;
		
		background:#dcdcdc;
	}
	p.copyright {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: bold;
	color: #000000;
	text-indent: 10px;
	margin-top: 5px;
}
	#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: bold;
	color: #000000;
	text-indent: 34px;
    }
	* html #footer {
		height:1px;
	}
