body {
	margin: 0px;
	position: absolute;
	background: #39394D url('../images/bg_body.jpg') repeat-x top left;
}

h3 {
	font: bold 12px/12px verdana;
	color: #fff;
}

#corner {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('../images/img_corner.jpg');
	width: 74px;
	height: 100px;
}

#bg_header {
	position: absolute;
	top: 0px;
	left: 74px;
	background-image: url('../images/bg_header_A.jpg');
	width: 928px;
	height: 100px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 33px;
}

#navBorder {
	position: absolute;
	top: 0px;
	left: 416px;
	background-color: #D3A11F;
	width: 512px;
	height: 12px;
	line-height: 1px;
	font-size: 1px;
}

#bg_main {
	position: absolute;
	top: 100px;
	left: 74px;
	background-image: url('../images/bg_main_A.jpg');
	width: 652px;
	height: 345px;
}

#nav {
	position: absolute;
	top: 47px;
	left: 490px;
	width: 512px;
	height: 85px;
}

#nav img {
	border: 0px;
}

#nav a:link {
	margin-right: 38px;
}

#header {
	margin: 20px 0px 0px 12px;
}

#subNav {
	position: absolute;
	top: 132px;
	left: 22px;
	background-image: url('../images/bg_subNav.jpg');
	width: 248px;
	height: 479px;
	opacity: .80;
	filter: alpha(opacity=80);
}

#subNavFlash {
	position: absolute;
	top: 132px;
	left: 22px;
	width: 248px;
	height: 479px;
	z-index: 50;
}


#content_topLeft, #content_formBackground {
	position: absolute;
	top: 166px;
	left: 490px;
	background-color: #D3A11F;
	width: 146px;
	height: 146px;
	opacity: .25;
	filter: alpha(opacity=25);
}

#content_botRight {
	position: absolute;
	top: 371px;
	left: 701px;
	background-image: url('../images/content_botRight_A.jpg');
	width: 300px;
	height: 300px;
	opacity: .35;
	filter: alpha(opacity=35);
}

#content_formBackground {
	top: 166px;
	left: 490px;
	width: 511px;
	height: 511px;
	
}

#footer {
	position: absolute;
	top: 680px;
	left: 701px;
	width: 300px;
	height: auto;
	font: 10px/13px verdana;
	color: #67677A;
	text-align: right;
}

#footer a:link, #footer a:visited, #footer a:hover {
	font: bold 10px/4px verdana;
	color: #67677A;
	text-decoration: none;
	letter-spacing: 0.5px;
}

#footer a:hover {
	text-decoration: underline;
}
	
#outer p {
	font: 11px/21px verdana;
	color: #fff;
}

#outer a:link, #outer a:visited, #outer a:hover, .nolink {
	font: bold 10px/6px verdana;
	color: #CECEE0;
	text-decoration: none;
}

#outer a:hover {
	text-decoration: underline;
}

.inputField {
	font: 10px/15px verdana;
	height: 16px;
	background-color: #e2e5ed;
	opacity: .8;
	filter: alpha(opacity=80);
	color: #000;
	border: 0px;
	width: 107px;
	padding: 2px 2px;
	margin-bottom: 2px;
	margin-top: 0px;
}		
	
