/*scrollbars - ie only*/
html {
	scrollbar-face-color: #F0E8F4;
	scrollbar-shadow-color: #333366;
	scrollbar-arrow-color: #333366;
	scrollbar-darkshadow-color: #333366;
}
/*basic styles*/
body {font-family: Verdana, Trebuchet MS, Arial, sans-serif; font-size: 11px; color: #fff; background-color: #333366;}
body {margin-top:45px;}
h1, h2, h3, h4, h5, p, ul, li, form {margin: 0px; padding: 0px;}
img {border:none;}
input, textarea, select {font-size: 12px; background-color:#ccc;}
a:link, a:visited {color: #333366; text-decoration: underline;}
a:hover {color: #fff; text-decoration: none;}
a:active {color: #333366; text-decoration: underline;}

h1 {font-size:11px; padding-bottom:5px;}
.hnobold {font-weight:bold; font-size:10px;}
p {padding-bottom:15px;}

/*forms*/
input, textarea {margin-top:4px; margin-bottom:4px;}
.quickform {margin-left:15px; width:240px; }
.quickform p {}
.button {font-weight:bold; border: 2px solid #fff; padding:3px 1px 3px 1px;}


/*page divs*/
#entireContainer {
	width:848px;
	margin: 0 auto;
	background-image: url(../images/shadow_rt.gif);
	background-repeat: repeat-y;
	background-position: right;
}
	#mainContainer {
	background-color: #b3afd2;
	border: 2px solid #fff;
	width: 834px;
	height: 570px;
	position: relative;
	text-align: left;
	}

		#content {
		width: 834px;
		position: absolute;
		top: 215px;
		color:#000000
		}	
			
		#content ul {margin-left:10px; padding-bottom:15px;}
		#content li {list-style-type: none; padding-bottom:5px; padding-left:10px; font-size:11px;
			background-image: url(../images/bullet1.gif);
			background-repeat: no-repeat;
			background-position: left 5px;
	
}
		#content ul li ul {padding-top:5px; padding-bottom:0; margin-left:5px;}	
		#content ul li ul li {padding-left:10px; margin-left:10px;
			background-image: url(../images/bullet.gif);
			background-repeat: no-repeat;
			background-position: left 5px;
			display:inline;
		}			
			
			#leftContent2 {float:left; padding: 10px 30px 10px 30px; width:420px;}
			#rightContent2 {
			float:right;
			margin-top:13px;
			margin-right:7px;
			padding:10px;
			width:280px;
			background-color:#2d2d2d;
			color:#fff;
			border: 1px solid #fff;
			}
			#rightContent2 a:link, #rightContent2 a:visited {color: #fff;}
			#rightContent2 a:hover {color:#ccc;}
			#rightContent2 a:active {color: #fff;}
					
		#header {
		height:85px;
		width: 824px;
		position: absolute;
		top: 0px;
		display: inline;
		background-image: url(../images/bg_header.gif);
		background-repeat: no-repeat;
		background-position: 2px 2px;
		padding-top: 8px;
		background-color:#2d2d2d;
		padding-left:10px;
		}
		#header img.logotitle {padding-bottom:5px; padding-left:5px;}
		#header img.contact {padding-bottom:7px; padding-left:305px;}

		#navigaton {
		height:23px;
		width: 834px;
		background-color:#b8afd2;
		border-top-width: 2px;
		border-bottom-width: 2px;
		border-top-style: solid;
		border-bottom-style: solid;
		border-top-color: #FFFFFF;
		border-bottom-color: #FFFFFF;
		position: absolute;
		top: 86px;
		text-align: center;
		padding-top: 7px;
		clear:both;
		}
#navigaton li {list-style-type: none; display: inline; padding-right:10px; padding-left:10px; font-size:14px; font-weight: bold;}
#navigaton a:link, #navigaton a:visited {color: #fff; text-decoration: none;}
#navigaton a:hover {color: #333366; text-decoration: none;}
#navigaton a:active {color: #fff; text-decoration: none;}

#imagebar2 {height:80px; position: absolute; top: 118px; background-color:#FFFFFF; width: 834px;
border-top-style: solid; border-top-color: #FFFFFF; border-top-width: 2px;
border-bottom-style: solid; border-bottom-color: #FFFFFF; border-bottom-width: 2px; z-index:5;}

#footer {
	margin: 0 auto;
	width: 848px;
	height:60px;
	clear:both;
	background-image: url(../images/shadow_btm.gif);
	background-repeat: repeat-x;
	background-position: 6px top;
}
#footer p {padding-top:17px; text-align:center;}
#footer a:hover {color: #ccc; text-decoration: underline;}

/*misc styles */
.center {text-align:center;}
.indent {margin-left:15px;}
/*float styles*/
.left {float:left}
.left2 {float:left; margin-left:2px;}
.left10 {float:left; margin-left:10px;}

.right {float:right}
.right15 {float:right; margin-right:15px;}