@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #560082 url(../Images/menu_bg.jpg) top center no-repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	text-align: left;
	width: 964px;
	padding: 0;
	margin: 0 auto;
}
#main_nav {
	height: 30px;
	padding: 0 50px 0 50px;
}
/* remove all the bullets, borders and padding from the default list styling */
#main_nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 30px;
	background: #FFFFFF;
}
/* style the sub-level lists */
#main_nav ul ul {
	width: 150px;
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#main_nav ul li {
	float: left;
	height: 30px;
	line-height: 30px;
}
/* style the sub level list items */
#main_nav ul ul li {
	display: block;
	width: 150px;
	height: auto;
	line-height: 26px;
	border: 1px solid #999999;
	border-top: 0;
}
/* style the links for the top level */
#main_nav a, #main_nav a:visited {
	display: block;
	float: left;
	height: 100%;
	font-size: 13px;
	text-decoration: none;
	color: #560082;
	background: #FFFFFF;
	padding: 0 10px 0 10px;
}
/* style the sub level links */
#main_nav ul ul a, #main_nav ul ul a:visited {
	display: block;
	background: #311B50;
	color: #FFFFFF;
	width: 130px;
	line-height: 26px;
	padding: 0 10px;
}
}
/* style the table so that it takes no part in the layout - required for IE to work */
#main_nav table {
	position: absolute;
	left: 1px;
	top: 0;
	width: 0;
	height :0;
	font-size: 12px;
	z-index: -1;
}
/* style the third level background */
#main_nav ul ul ul a, #main_nav ul ul ul a:visited {
	background: #311B50;
}
/* style the fourth level background */
#main_nav ul ul ul ul a, #main_nav ul ul ul ul a:visited {
	background: #311B50;
}
/* style the sub level 1 background */
#main_nav ul :hover a.sub1 {
	background: #311B50;
}
/* style the sub level 2 background */
#main_nav ul ul :hover a.sub2 {
	background: #311B50;
}
/* style the level hovers */
/* first */
* html #main_nav a:hover {
	color: #311B50;
	background: #FFFFFF;
	position: relative;
	z-index: 100;
}
#main_nav li:hover {
	position: relative;
}
#main_nav :hover > a {
	color: #311B50;
	background: #FFFFFF;
}
/* second */
* html #main_nav ul ul a:hover{
	color: #FFFFFF;
	background: #560082;
	position: relative;
	z-index: 110;
}
#main_nav ul ul li:hover {
	position: relative;
}
#main_nav ul ul :hover > a {
	color: #FFFFFF;
	background: #560082;
}
/* third */
* html #main_nav ul ul ul a:hover {
	background: #560082;
	position: relative;
	z-index: 120;
}
#main_nav ul ul ul :hover > a {
	background: #560082;
}
/* fourth */
#main_nav ul ul ul ul a:hover {
	background: #560082;
	position: relative;
	z-index: 130;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#main_nav ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 26px;
	left: 0;
	width: 150px;
}
/* position the third level flyout menu */
#main_nav ul ul ul {
	left: 130px;
	top: 0;
	width: 150px;
}
/* make the second level visible when hover on first level list OR link */
#main_nav ul :hover ul {
	visibility: visible;
	height: auto;
	padding-bottom: 3em;
	background: transparent url(images/trans.gif);
}
/* keep the third level hidden when you hover on first level list OR link */
#main_nav ul :hover ul ul {
	visibility: hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#main_nav ul :hover ul :hover ul ul {
	visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
#main_nav ul :hover ul :hover ul {
	visibility: visible;
}
/* make the fourth level visible when you hover over third level list OR link */
#main_nav ul :hover ul :hover ul :hover ul {
	visibility: visible;
}

#flash_header {
	height: 190px;
}
#content {
	background: #FFFFFF url(../Images/body_bg.jpg) bottom no-repeat;
	height: 420px;
	margin: 0 50px 0 50px;
	padding: 24px 24px 48px 24px;
}
#footer {
	text-align: center;
	color: #FFFFFF;
}
#footer a, #footer a:visited {
	color: #FFFFFF;
	font-weight: bold;
}
#footer a:hover {
	color: #DDDDDD;
}


h1,h2,h3 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5f8c3d;
	font-weight: normal;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 17px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
}
strong { 
	color:#560082;
}

sub {
	vertical-align:baseline;
}
ul {
	font-size: 12px;
}

.twocol_l {
	width: 48%;
	float: left;
}
.twocol_r {
	width: 48%;
	float: right;
}
.clearer {
	clear: both;
}

#main_nav div.moduletools {
	display: none;
	width: 0;
	overflow: hidden;
}
.languageswitcher ul {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	width: 100px;
}
.languageswitcher ul li {
	display: inline;
	float: left;
	padding: 0 10px;
}