*{ margin:0; padding:0; }
body{
	background:#99C9E7 url(../images/bg.png) repeat-x left top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
}
img.floatLeft{
	float:left;
	padding:5px;
	margin:5px 10px 0 0;
	border:#99C9E7 2px solid;
}
img.floatRight{
	float:right;
	padding:5px;
	margin:5px 0 0 10px;
	border:#99C9E7 2px solid;
}
#Cont{
	width:800px;
	height:inherit;
}
#logo{
	width:367px;
	height:100px;
	float:left;
}
#topRight{
	width:433px;
	height:70px;
	float:right;
	text-align:right;
}
#topRight img{
	padding-top:10px;
}
#topRight h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
	font-style:italic;
	color:#67879C;
}
#menu{
	width:433px;
	height:30px;
	float:right;
}
#menu ul{
	width:390px;
	float:right;
}
#menu li{
	float:left;
	list-style-type:none;
	padding-right:5px;
}
#menu a{
	width:125px;
	height:30px;
	display:block;
	background:url(../images/button.png) no-repeat center top;
	color:#FAFAFA;
	text-decoration:none;
	font-weight:bold;
	line-height:200%;
}
#menu a:hover{
	width:125px;
	height:30px;
	display:block;
	background:url(../images/buttonHover.png) no-repeat center top;
	color:#FAFAFA;
	text-decoration:underline;
}
#separator{
	width:800px;
	height:50px;
	clear:both;
}
#content{
	width:800px;
	height:inherit;
	background:#EBEBEB url(../images/contentBg.png) no-repeat left top;
	text-align:left;
}
#content h1{
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	padding:5px 20px;
	color:#67879C;
}
#content p{
	padding:5px 20px;
	line-height:150%;
}
#content ul{
	margin:10px 0 10px 50px;
}
#content li{
	list-style-image:url(../images/round.gif);
	line-height:150%;
}
#bgBottom{
	width:800px;
	height:70px;
	background:url(../images/contentBgBottom.png) no-repeat left top;
}
#footer{
	width:100%;
	height:inherit;
	background-color:#FFFFFF;
}
#footer p{
	padding:10px 0;
	color:#666;
}
#footer a{
	color:#666;
	text-decoration:none;
}
#footer a:hover{
	color:#3091CB;
	text-decoration:underline;
}
