body {
	font-family:Verdana, Helvetica, Arial, sans;
	font-size:10pt;
	padding:0;
	margin:0;
	background:url(../img/contentbg.png);
	text-align:center;
}

a {
    text-decoration:none;
    color:#CC9933;
}

a:hover {
    text-decoration:underline;
}

h1, h2, h3, h4, strong {
    color:#CC9933;
}

h1 {
   font-size:14pt;
}

h2 {
   font-size:12pt;
}

h3 {
   font-size:11pt;
}

h4 {
   font-size:10pt;
}

hr {
    border:1px #CC9933;
    border-style:none none solid;
}

#content ul li {
	list-style-image:url(../img/list.gif);
}

#lcol img {
    -moz-border-radius:5px;
    border:2px solid #CC9933;
    padding:2px;
    margin:4px;
}

#mainMenu a {
    color:#FFFFFF;
}

#nav li ul a {
    color:#CC9933;
}

#nav li ul a:hover, #mainMenu a:hover {
    text-decoration:none;
    color:#000000;
}

#headerWrapper {
	width:100%;
	background:url(../img/headerbg.png) repeat-x;
	height:265px;
}

#header {
	text-align:left;
	margin:auto;
	width:1268px;
	height:265px;
	background:url(../img/header.png);
}

#headerBottom {
	width:314px;
	height:123px;
	background:url(../img/header.png) 0px -265px no-repeat;
	position:absolute;
}

#contentWrapper  {
	width:100%;
	background:url(../img/contentbg.png);
}

#content {
	text-align:left;
	margin:auto;
	width:1268px;
	background:url(../img/content.png);
}

#footerTop {
	width:314px;
	height:350px;
	margin-top:-350px;
	background:url(../img/footer.png) no-repeat;
	position:absolute;
	clear:both;
}

#footerWrapper {
	width:100%;
	background:url(../img/footerbg.png) 0px -350px repeat-x;
	height:76px;
}

#footer {
	text-align:left;
	margin:auto;
	width:1268px;
	height:76px;
	overflow:hidden;
	background:url(../img/footer.png) 0px -350px;
}

#main {
	min-height:500px;
	padding:10px 0 0 335px;
	margin:0;
	overflow:hidden;
}

#lcol {
	float:left;
	width:600px;
	padding-right:10px;
	border-right:1px dashed #D79D32;
}

#rcol {
	float:left;
	width:200px;
	padding-left:10px;
}

#mainMenu {
    position:absolute;
    margin:245px 0 0 320px;
}

img.border {
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  border:3px solid #C0A063;
  padding:1px;
}

input, textarea {
    background:#FFFFFF;
    border:1px solid #C0A063;
    margin:1px;
}

#error {
    border:1px solid #C0A063;
    padding:3px;
}

#error h2 {
    margin-top:0;
}
