@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #000000;
	font-size: 14px;
	color: #CCCCCC;
	text-align: justify;
	line-height: 24px;
	background-image: url(images/site_bg.jpg);
}
#pagewrapper {
	width:960px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	background-color:#300003;
	border: 1px solid #000000;
	}
#contentwrapper {
	width:930px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	background-color:#300003;
	}
#headerwrapper {
	width:960px;
	margin:0px auto;
	text-align:center;
	padding:0px;
	background-color:#300003;
	}
.nnstd {
	font-family: Arial, Helvetica, sans-serif;
}
.photo {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: left;
}
.h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: left;
	color: #999567;
}
.formcontent {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	font-size:14px;
	color:#CC9900;
	text-decoration:none;
}
a:visited {
	font-size:14px;
	color:#CC9900;
	text-decoration:none;
}
a:hover {
	font-size:14px;
	color:#CC9900;
	text-decoration:underline;
}
.formcontent a:link {
	font-size:10px;
	color:#CC9900;
	text-decoration:none;
}
.formcontent a:visited {
	font-size:10px;
	color:#CC9900;
	text-decoration:none;
}
.formcontent a:hover {
	font-size:10px;
	color:#CC9900;
	text-decoration:underline;
}
img, div { behavior: url(iepngfix/iepngfix.htc) }