@charset "UTF-8";
/* CSS Document */

html{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	border:none;
   }
   
body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	overflow:auto;
	}

html>body {
	   overflow:auto;
}

#backdrop1 {
		position:absolute;
		top:0px;
		z-index:5;
		left:0px;
		width:100%;
		height:100%;
		padding:0px; 
		margin:0px;
		overflow:hidden;
}

/* for moz/opera and others*/
html>body #backdrop1{position:fixed}

#backdrop1-inner {
		height: 100%;
}

#backdrop2 {
	position:absolute;
	z-index:6;
	top:0px;
	left:0px;
	overflow:hidden;
}
#bgImage {
	position:relative;
	overflow:hidden;
}

input {
	position:relative;
	
}

#loading {
	position:absolute;
	z-index:300;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	vertical-align:middle;
}

a.navLink {
	font-weight:normal;
	position:relative;
	font-size:11px;
	line-height:16px;
	text-decoration:none;
	
}
a.navLink:link { 
	color:#000000;
}
a.navLink:visited {	
	color:#000000;
}
a.navLink:hover {
	color:#666666;
}

a.topNav {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size: 12px; 
	line-height:normal;
	font-weight:bold;
	text-decoration:none;
	verticle-align:bottom;
}
a.topNav:link {
	color:#a39118;
	text-decoration:none;
}
a.topNav:visited {
	color:#a39118;
	text-decoration:none;
}
a.topNav:active {
	color:#80710a;
	text-decoration:none;
}
a.topNav:hover {
	color:#80710a;
	text-decoration:none;
}
a.topNavHover {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size: 12px; 
	line-height:normal;
	font-weight:bold;
	color:#80710a;
	text-decoration:none;
	verticle-align:bottom;
}
a.topNavHover:link { text-decoration:none; }
a.topNavHover:visited { text-decoration:none; }
a.topNavHover:hover { text-decoration:none; }

a.dropDownLink {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size: 11px; 
	line-height:16px;
	color: #5A5A50;
	text-decoration:none;
	white-space:nowrap;
}
a.dropdownLink:active { text-decoration:none; }
a.dropdownLink:link { text-decoration:none; }
a.dropDownLink:visited { text-decoration:none; }
a.dropDownLink:hover { text-decoration:none; }


a.dropDownLinkSep {
	font-family: Arial, Helvetica, sans-serif, Tahoma, Verdana;
	font-size: 11px; 
	line-height:16px;
	color: #5A5A50;
	text-decoration:none;
}
a.dropdownLinkSep:active { text-decoration:none; }
a.dropdownLinkSep:link { text-decoration:none; }
a.dropDownLinkSep:visited { text-decoration:none; }
a.dropDownLinkSep:hover { text-decoration:none; }


a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	text-decoration:underline;
	position:relative;
	
}
a:active { color: #a110dd; }
a:link { color: #a110dd; }
a:visited { color: #a110dd; }
a:hover { color: #8008b2; }

.dropDown {
	margin:0px;
	padding:1px 0px 0px 0px;
	white-space:nowrap;
}
.dropDownSep {
	position:relative;
	width:100%;
	margin:0px;
	padding:1px 0px 1px 0px;
	border-bottom:1px solid #ffffff;	
	white-space:nowrap;
}

.dropDownContent {
	background-color:#E6E6DC; 
}


.h1 {
	position:relative;
	background-position:top;
	background-repeat:no-repeat;
	vertical-align:top;
	width:840px;
	height:26px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:normal;
	margin:0px;
	padding:5px;
	text-indent:15px;
	color:#f3eb54;
	text-transform:uppercase;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:normal;
	color:#8008b2;
	padding-left:10px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:normal;
	margin-top:0px;
	color:#8008b2;
	padding-left:10px;
	padding-top:0px;
	text-transform:uppercase;
}

.h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:normal;
	margin-top:0px;
	color:#8008b2;
	text-transform:uppercase;
}

p,div,td,ul,ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
}
p {
	margin-left:12px;
	margin-right:12px;
}
ul,ol { text-align:left; }

#mainDiv {
	position:relative;
	z-index:450;
}

.zTop {
	position:relative;
	
}

.button {
	position:relative;
	
	padding:2px 6px 2px 6px;
	background-color:#9333bf;
	border:1px solid #b7b7b7;
	color:#ffffff;
	cursor:pointer;
	text-decoration:none;
}
.button:hover {
	background-color:#ae55d6;
}