/* CSS Document */
* {margin:0;padding:0}
body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #F0EFEE;
}
.img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* centre for ie5.+ */
#outer{
	position:relative;/* stacking context for further positioned elements*/
	text-align:center;
	z-index:2;
	width: 666px;
		margin-right: auto;
		margin-left: auto;

}
h1 {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}
h2 {
	color: #515153;
	font-size: 18px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:link, a:active, a:visited {
	color: #DE8511;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a.nav:link, a.nav:active, a.nav:visited {
	color: #E8E8E8;
	text-decoration: none;
	font-size: 10px;
}
a.nav:hover {
	color: #E8E8E8;
	text-decoration: none;
}
a.blank:link, a.blank:active, a.blank:visited {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}
a.blank:hover {
color: #666666;
	text-decoration: underline;
}
#logo {
	float: right;
	padding-top: 10px;
	padding-right: 8px;
}
.clearer{
	height:1px;
	overflow:hidden;
	clear:both;
	margin-top: -1px;
	background-image: url(images/header.jpg);
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 114px;
	width: 666px;
}
#nav {
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 159px;
	padding-top: 28px;
	line-height: 22px;
	text-align: right;
	float: left;
}
ul.nav3  {
	margin: 0;
	display: inline;
	text-align: right;
}
ul.nav3 li {
	list-style: none;
	float: left;
	height: 28px;
}
ul.nav3 li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
	width: 134px;
	padding-right: 20px;
}
ul.nav3 li a:hover {
	display: block;
	text-decoration: none;
	color: #000000;
	background-color: #CCCCCC;
}
#content {
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 466px;
	text-align: left;
	padding-left: 200px;
	padding-top: 20px;
}
#picture {
	background-image: url(images/picture.jpg);
	background-repeat: no-repeat;
	height: 198px;
	width: 507px;
	float: right;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 104px;
	width: 666px;
}
#download {
	float: left;
	text-align: left;
	padding-left: 30px;
}
ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
li {
list-style-position:inside;	
	list-style-image: url(images/arrow.jpg);

}
#right {
	float: right;
	clear: left;
	text-align: left;
	padding-right: 60px;
}
#newwindow {
	border: 1px solid #333333;
	text-align: left;
	padding: 10px;
	background-color: #E6E3D2;
	margin-top: 2em;
	width: 518px;
			margin-right: auto;
		margin-left: auto;
}
#right2 {
	float: right;
	clear: left;
	text-align: left;
	font-weight: bold;
}
#contactFormA {
	margin: 0px;
	padding: 0px;
}
#contactFormA label {
	display: block;
	float: left;
	width: 100px;
	clear: left;
	font-weight: bold;
	padding-top: 2px;
}
#contactFormA input {
	float: left;
	width: 200px;
}
#contactFormA .clearer {
	clear: both;
	height: 10px;
	background-image: url(none);
	margin-top: 0px;
}
#contactFormA #pay {
	width: auto;
}

.errorMsg {
	float:left;
	background-color:#990000;
	color:#fff;
}

.reqField {
color:#900;
}

