body {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;	
	color: #000;
	background: #FFF url('/images/layout/body-bg.gif') top center repeat-y;
	margin: 0;
	padding: 0;
	height: 100%;
}

form {
	margin: 0;
	padding: 0;
}

#container {
	width: 784px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

#layout {	
	width: 785px;	
	/*border: 1px solid #000;
	border-top: 0;*/
}

#header {
	background: #FFF url('/images/layout/header-bg.gif') top right repeat-y;
}

#header img {
	border: 0;
	margin: 10px 0 10px 5px;
}

#top-menu {
	background-color: #863db2;
	height: 20px;
	border: 1px solid #000;
	border-left: 0;
	border-right: 0;
	font-size: 11px;
	padding: 5px 5px 0 0;
}

#top-menu a.contact {
	float: right;
	font-weight: bold;
}

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

#top-menu ul li {
	float: left;
	padding: 0 5px 0 5px;
	height: 20px;
}

#top-menu ul li span.bull {
	color: #FFF;
	padding-left: 10px;
}

#top-menu a {
	text-decoration: none;
	color: #FFF;
}

#top-menu a:hover {
	text-decoration: underline;
	color: #cb75ff;
}

#top-submenu {
	float: left;
}

#top-submenu img {
	border: 0;
}

#top-submenu img:hover {
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

#top-submenu img.current {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

#content {
	padding: 0 10px 0 10px;
	font-size: 13px;
}

#content #left {
	float: left;
	width: 165px;
	height: 100%;
}

#content #right {
	width: 590px;
	float: left;
	padding-left: 10px;
}

#left-menu {
	float: left;
	background: #e2c9f1 url('/images/layout/leftmenu-bg.jpg') top left no-repeat;
	width: 165px;
	height: 377px;
	margin: 0 10px 10px 0;
}

#left-menu h2 {
	color: #6e0fa1;
	text-transform: uppercase;
	font-size: 12px;
	margin: 20px 0px 15px 15px;
}

#left-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 20px;
}

#left-menu ul li {
	background: url('/images/layout/leftmenu-arrow.gif') 0px 6px no-repeat;
	padding: 0 0 0 10px;
	margin-bottom: 5px;
}

#left-menu ul li.margin {
	margin-top: 15px;
}

#left-menu ul li a {
	display: block;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#left-menu ul li a.current {
	font-weight: normal;
}

#left-menu ul li a:hover {
	color: #6e0fa1;
	text-decoration: underline;
}

#content .breadcrumb {
	float: left;
	position: relative;
	top: 2px;
	font-size: 12px;
}

#content .breadcrumb a {
	color: #7c7c7c;
	text-decoration: none;
}

#content .breadcrumb a:hover {
	text-decoration: underline;
}

#content .map-section {
	border-bottom: 1px solid #ccc;
}

#content .map-section h2 {
	color: #6e0f9f;
	font-size: 14px;
}

#content h1 {
	margin: 0 0 15px 0;
	padding: 5px 0 0 0;
	font-size: 15px;
	border-bottom: 1px solid #000;
}

#content p {
	line-height: 18px;
	text-align: justify;
}

#content a {
	color: #863db2;
}

#content a:hover {
	text-decoration: none;
}

#content a.video {
	background: transparent url('/images/layout/film.png') no-repeat;
	padding-left: 20px;
}

#content .required {
	color: #FF0000;
	font-weight: bold;
}

fieldset {
	border: 1px solid #9f9f9f;
}

fieldset legend {
	padding: 0 10px 0 10px;
	font-size: 14px;
	color: #434343;
}

fieldset p {
	border-bottom: 1px dotted #9f9f9f;
	padding-bottom: 15px;
}

fieldset p.nb {
	border: 0;
	padding-bottom: 0;
}

fieldset label {
	font-weight: bold;
}

#errors {
	border: 1px solid #FF0000;
	padding: 10px;
	margin-bottom: 15px;
}

#errors h2 {
	margin: 0;
	color: #FF0000;
	font-size: 14px;
}

#errors ul {
	color: #FF0000;	
}

#footer {
	clear: left;
	text-align: center;
	background-color: #9863b5;
	padding: 5px;
	color: #FFF;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 30px;
}

#footer-links {
	float: left;
	margin-bottom: 10px;
}

#footer-links ul {
	list-style-type: none;
	margin: 5px 0 0 10px;
	padding: 0;
}

#footer-links ul li a {
	color: #000;
}

#footer-links ul li a:hover {
	text-decoration: none;
}

#pageby {
	float: right;
	margin: 5px 10px 0 0;
	padding: 0;
	color: #bfbfbf;
}

#pageby a {
	color: #bfbfbf;
}

#pageby a:hover {
	text-decoration: none;
}