
.img-left{

	float:left;

	margin-right:5px;

	margin-bottom:5px;

}



.img-right{

	float:right;

	margin-left:5px;

	margin-bottom:5px;

}





body.mceContentBody {

   background: #FFFFFF;

   text-align:left;

   margin:0px;

   color:black;

   font-size:80%;

}



.mceContentBody a {

	color: black !important; /* FF requires a important here */

	text-decoration:underline;

}

/*div{ border:solid 1px orange; }*/
body{
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#d9dadb;
}
#container{
	background-color:#ffffff;
	text-align:left;
	font-size:68.75%;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	width:800px;
	margin:0px auto;
}
.logo{
	float:left;
	padding:12px 22px;
}
#menu{
	float:left;
	text-align:right;
	width:564px;
	padding:64px 0px 0px 0px;
}
#menu ul{
	margin:0px;
	list-style-type:none;
	float:right;
}
#menu li{
	float:left;
	margin:0px 30px 0px 10px;
}
#menu a{
	text-decoration:none;
	color:#000000;
}
#menu a:hover{
	text-decoration:underline;
}
#menu li.selected{
	font-weight:bold;
}
#header-image{
	float:left;
	height:167px;
	width:600px;
}
#header-text{
	float:left;
	margin-left:2px;
	color:#ffffff;
	font-size:110%;
	line-height:150%;
	font-weight:bold;
	padding:50px 15px 0px 15px;
	background-image:url(../images/header-text-bg.jpg);
	background-repeat:no-repeat;
	width:168px;
	height:117px;
}
#content{
	margin:22px 0px 12px 0px;
	width:800px;
	background-image:url(../images/divider.gif);
	background-position:left;
	background-repeat:repeat-y;
}
#content a{
	color:#2195ce;
	text-decoration:underline;
}
#content a:hover{
	text-decoration:none;
}
#content-left{
	line-height:150%;
	width:560px;
	padding:0px 20px;
	float:left;
}
#content-left td{
	padding:10px 20px 10px 0px;
	line-height:120%;
}
#content-left td.right{
	padding:10px 0px;
}
#content-left h1{
	font-size:163%;
	font-weight:bold;
}
#content-left h2{
	font-size:127%;
	font-weight:bold;
	margin:0px 0px 6px 0px;
}
#content-left ul{
	margin:0px 0px 12px 0px;
}
#content-left li{
	margin:0px 0px 0px 30px;
}
#content-right{
	padding:0px 0px 0px 16px;
	float:left;
	width:168px;
}
#content-right h3{
	font-size:100%;
	font-weight:bold;
	margin:0px 0px 4px 0px;
}
#content-left p, #content-right p{
	margin:0px 0px 12px 0px;
}
#content-right ul{
	margin:6px 0px 0px 0px;
	padding:0px;
}
#content-right li{
	margin-left:16px;
}
#footer{
	background-color:#b1b3b4;
	color:#ffffff;
	font-size:82%;
	padding:6px 6px;
}
.clear{
	clear:both;
	height:0px;
	overflow:hidden;
}