/* ### Main Layout ### */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align:justify;
	color: #000000;
	background-color:#c9c4e3;
}
a:link, a:hover, a:active, a:visited {
	color: #000;
}
a:hover, a:visited {
	color: #5a4099;
}
h1, h2, h3, h4, h5, h6 {
	color: #00a48b;
	font-size: 18px;
	font-weight: bold;
}
h2, h3, h4, h5, h6 {
	font-size: 12px;
}
h1 {
	margin: 55px 0 10px 0;
}	
h2 {
	color: #5a4099;
}
#header, #main, #footer {
	width: 800px;	
	background-color: #ffffff;
	margin: 0 auto;
}
#header {
	background: url(images/header.jpg) no-repeat;
	height: 185px;
	width: 800px;
}
#main_menu {
	height: 20px;
	padding-top: 138px;
}
#main {
	clear: both;
	margin: 0 auto;
	width: 800px;
	padding-bottom: 12px;
	background:url(images/bodyTopLine.gif) repeat-x top #FFFFFF;
}
#content {
	width: 520px;
	float: right;
	margin-right: 20px;
}
#leftColumn {
	width: 225px;
	float: left;
	clear:both;
}
#leftColumn img {
	border:#c9c4e3 1px solid;
	margin-left: 15px;
}
#rightColumn {
	float:left;
	padding: 15px 0;
}
#footer {
	clear: both;
	background: #5a4099;
	text-align:center;
	height: 32px;
	
}
#footer a, #footer a:visited {
	color: #919293;
	margin: 0 10px;
	text-decoration:none;
}
#footer a:hover {
	color: #9cccf3;
}

/* ### Main Navigation ### 
/*Credits: CSSplay */

.preload2 {}
.menu2 {padding:0 4px 0 4px; margin:0; list-style:none; height:40px; position:relative; z-index: 1400;}
.menu2 li.top {display:block; float:left; position:relative; }
.menu2 li a.top_link {display:block; float:left; height:40px; line-height:38px; color:#fff; text-decoration:none; font-size:14px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;}
.menu2 li a.top_link span {float:left; display:block; padding:0 7px 0 7px; height:40px;}
.menu2 li a.top_link span.down {float:left; display:block; padding:0 7px 0 7px; height:40px;}
.menu2 li a.top_link:hover {color:#fff;}
.menu2 li a.top_link:hover span {}
.menu2 li a.top_link:hover span.down {}

.menu2 li:hover > a.top_link {color:#fff;}
.menu2 li:hover > a.top_link span {}
.menu2 li:hover > a.top_link span.down {}

.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {visibility:visible;}
.menu2 li:hover {position:relative; z-index:1401;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu2 :hover ul.sub {left:25px; top:37px; background: #64cebb; padding:1px 0; border:0px solid #9cccf3; border-top: 0; white-space:nowrap; width:200px; height:auto; z-index: 1401;}
.menu2 :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:200px;}
.menu2 :hover ul.sub li a {display:block; font-size:12px; height:20px; width:200px; line-height:20px; text-indent:5px; color:#fff; text-decoration:none; border:1px solid #fff; border-width:0; font-weight: bold;}
.menu2 :hover ul.sub li a.fly {background:#1a7a90;  font-weight: bold;}
.menu2 :hover ul.sub li a:hover {background:#a097ca; color:#fff; font-weight: bold;}
.menu2 :hover ul.sub li a.fly:hover {background:#a097ca; color:#fff; font-weight: bold;}
.menu2 :hover ul li:hover > a.fly {background:#1a7a90; color:#fff; font-weight: bold;} 

.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:177px; top:-3px; background: #1a7a90; padding:2px 0; white-space:nowrap; width:180px; z-index:200; height:auto; z-index: 1401;}

.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 12px;
	font-weight: bold;
}
.element {
	margin: 5px 0 0 5px;
}
#footerDC {
	padding-top: 0px;
	text-align:center;
	line-height: 32px;
}
#footerDC a:link, #footerDC a:hover, #footerDC a:active, #footerDC a:visited {
	text-decoration:none;
	font-size:10px;
	color:#fff;
}
#qws {
	margin: 0 auto;
	width: 800px;
	font-size: 10px;
	color:#666666;
	text-align:right;
}
sup {
		font-size: 6px;
}
#disc { margin: 50px 0 20px 0; font-style:italic;
	float: left;
	padding: 0;
}