	/***** globals *****/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #cbcedc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sideFX {
	width: 804px;
	margin: 0 auto;
	background: url(../image_main/bg.jpg) repeat-y;
}
#container {
	width: 790px;
	margin: 0 auto;
}
img{
	border: none;
}

	/***** topbar *****/
#topbar {
	width: 790px;
	height: 86px;
	background: url(../image_main/topbar_bg.jpg) repeat-x;
	border-bottom: 3px solid #ffffff;
}
#topbar img {
	float: left;
}
#printTopbar {
	display: none;
}

	/***** nav *****/
#nav {
	float: right;
	margin: 52px 20px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav a {
	display: block;
	margin: 0 0 0 1px;
	padding: 7px 0 7px 0;
	background: url(../image_main/nav_bg.jpg) repeat-x bottom;
	border-top: 5px solid #7188B3;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}
#nav a:hover {
	border-top: 5px solid #F1F3F8;
	color: #ffffff; 
}
#nav li {
	float: left;
	width: 7em;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	border-top: 1px solid #fff;
}
#nav li:hover ul {
	left: auto;
}
#nav ul li ul li a {
	width: 10em;
	background: #8DA0C2;
	font-weight: normal;
	border-top: none;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
#nav ul li ul li a:hover {
	border-top: none;
	background: #B9C5DA;
}
.topLink {
	border-top: 1px solid #fff;
}
		/*** ie fixes ***/
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li:hover, #menu li.hover {
    position: static;
}
#nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

	/***** copy wrapper *****/
#copyWrapper {
	width: 790px;
}
#copyWrapper:after {
	content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}

	/***** copy sections *****/
#pic {
	float: left;
}
#copy {
	float: right;
	margin: 25px 0 25px 0;
	padding: 0 10px 0 10px;
}
#copy p {
	margin: 10px 0 0 0;
	line-height: 1.5em;
}
#copy p img {
	float: left;
	margin: 0 10px 0 0;
}
#copy ul {
	list-style-position: inside;
	margin: 10px 0 10px 0;
}
#copy li {
	font-size: 11px;
	padding: 0 10px 5px 0;
}

	/***** footer *****/
#footer {
	clear: both;
	width: 100%;
	padding: 10px 0 10px 0;
	background: #3B4D6F;
	border-top: 3px solid #ffffff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
}
#footer p {
	padding: 10px 0 0 0;
}
#footer a {
	color: #cccccc;
}
#footer a:hover {
	color: #ffffff
}
#footer .author {
	color: #bbbbbb;
}
#footer .author a {
	color: #bbbbbb;
	text-decoration: none;
}

/***** errors *****/
.errorMsg {
	margin: 20px 0 0 0;
	padding: 5px;
	background: #ffffff;
	border: 1px solid #FF0000;
	color: #FF0000;
}
.errorField {
	border: 1px solid #ff0000;
}