@charset "utf-8";
/* CSS Document */

html {
height:100%; 
max-height:100%; 
padding:0;
margin:0; 
border:0; 
font-size:76%; 
font-family:georgia, palatino linotype, times new roman, serif;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ 
}

body {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	overflow:hidden;
	background-image: none;
	background-color: #FFF;
}
#outer_c {
	position: absolute;
	z-index: 10;
	height: 100%;
	width: 100%;
	top:0px;
	left:0px;
	overflow: auto;
		background-color: transparent;

}

#content {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top:180px;
	bottom:50px;
	left:280px;
	right:10%;
	position: absolute;
	overflow:auto;
	background-color: transparent;

}
* html #content {
}
#inner_c {
	background-color: #F5F8F3;
	padding: 10px;
}


br.clear_both {
	clear: both;
	height: 0px;
	width: 0px;
}

#Top {position:absolute; left:50px; top:180px; bottom:50px; width:200px; font-size:1.2em; z-index:10;   }


#content p {
	padding:5px;
	color:#173a00;
	margin: 0px;
}
.bold {font-size:1.2em; font-weight:bold;}

dd {display:none;}
a.nav, a.nav:visited {
	margin-left:50px;
	display:block;
	width:100px;
	height:25px;
	color:#eee;
	border:1px solid #000;
	text-decoration:none;
	text-align:center;
	line-height:25px;
	background-color: #A2B99B;
}
a.nav:hover {
	color:#fff;
	background-color: #343F2C;
}
a {
	color: #433753;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
	color: #224228;
}
a:active{outline:none}

a:focus{-moz-outline-style:none}

#FlashConatiner {
	height: 344px;
	width: 785px;
	position: relative;
	top: -10px;
}

#FlashBackground {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#Loader {
	position: absolute;
	left: 35%;
	top: 70px;
	z-index: 1;
	height: 42px;
	width: 226px;
}

h1 {
	font-size: 155%;
}

h2 {
	font-size: 105%;
}
h1,h2,h3 {
	color: #770a73;
	cursor: default;
}
.purple {
	color: #770a73;
	font-weight: bold;
}

.light {
	color: #FDE3FC;
}
.light:hover {
	color: #D6E4CB;
}

ul ,li {
	list-style-type: none;
}
.required, .red {
	color: #A21A1A;
}


#address {
	display: block;
	padding: 2px;
	text-align: center;
	color: #24281E;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}