* {
	margin: 0;
	padding: 0;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	background-color: #FFFFFF;
}
#container {
	width:900px;
	background:#FFFFFF;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#layoutHeader h1 {
	color:#EEE0C4;
	font-size:48px;
	font-weight:bold;
	padding:20px 20px 0 20px;
}
#layoutHeader h2 {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:0 20px 0 20px;
}
#layoutHeader h1 a {
	color:#EEE0C4;
	font-size:48px;
	font-weight:bold;
	text-decoration:none;
}
#layoutHeader h2 a {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#layoutCenterBody {
	background-color: #FFFFFF;
}
#layoutNavigation {
	width:200px;
	float:left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
}
#layoutNavigation .navTitle h3 {
	color:#67604C;
	font-size:24px;
	padding:6px 10px;
}
#layoutBodyContent {
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}
#layoutBodyContent a {
	color:#A1A1A1;
	font-size:12px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	color (hover):#FF0000;
	
	}
	
	#layoutBodyContent a a:hover {
	color:#FF0000;
	text-decoration:none;
}
	
	
	
#layoutBodyContent h1{
	color:#67604C;
	font-weight:bold;
	font-size:24px;
}
#layoutBodyContent h2{
	color:#67604C;
	font-weight:bold;
	font-size:14px;
	margin-top:10px;
}
#layoutBodyContent p {
	margin-top:10px;
}
.clearer {
	clear:both;
}
#layoutFooter {
	height:56px;
	background:url(images/menuBackground.gif) repeat-x;
	text-align:center;
}
#layoutFooter p {
	padding-top:15px;
	color:#666666;
}
#layoutFooter a {
	color:#FF0000;
	text-decoration:underline;
}
#layoutFooter a:hover {
	color:#FF0000;
	text-decoration:none;
}

#layoutMenu ul {
	padding-left: 0;
	margin-left: 0;
	color: White;
	float: left;
	font-size:18px;
}
#layoutMenu ul li { 
	display: inline; 
}
#layoutMenu ul li a {
	color: #333333;
	text-decoration: none;
	float: left;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 16px;
	padding-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#layoutMenu ul li a:hover {
	color: #0099FF;
}
#layoutMenu .active {
	color: #0099FF;
}

#layoutNavigation ul {
	list-style-type: none;
	margin:10px 0;

}
#layoutNavigation ul li a:hover {
	background-color: #FFFFFF;
	color: #0099FF;

}
#layoutNavigation ul li .active {
	background-color: #FFFFFF;
	color: #0099FF;


}
#layoutMenu3 ul {
	padding-left: 0;
	margin-left: 0;
	color: White;
	float: left;
	font-size:16px;
	text-decoration: blink;
}
#layoutMenu3 ul li { 
	display: inline; 
}
#layoutMenu3 ul li a {
	background-color: #FFFFFF;
	color: #A0A0A0;
	text-decoration: none;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#layoutMenu3 ul li a:hover {
	background-color: #FFFFFF;
	color: #0099FF;
}
#layoutMenu3 .active {
	background-color: #FFFFFF;
	color: #0099FF;
}

#layoutNavigation3 ul {
	list-style-type: none;
	margin:8px 0;

