body 
{
	font-family: Georgia,Arial,Helvetica,sans-serif;
	background-color: #000;
	text-align:center;
	margin: 0px;
}

.contact 
{
	margin-top: 5px;
	width: 723px;
	height: 184px;
	background: transparent url(images/bg_contact.gif);
	padding: 2px 5px 2px 2px;
}

#mycustomscroll
{
	/* Typical fixed height and fixed width example */
	width: 380px;
	height: 160px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin: 0.3em auto;
	padding-right: 10px;
	float:left;
}

select, input
{
	font-size: 0.6em;
	font-family: Georgia,Arial,Helvetica,sans-serif;
}
p
{
	font-size: 0.7em;
}
hr
{
	border-bottom: #000000 2px dotted;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

/* Links
-------------------------------------------------------------------------------------------------- */
a:link, a:visited
{
	color: #e1ad01;
	text-transform: none;
	text-decoration:none;
	font-family: Georgia,Arial,Helvetica,sans-serif;
	font-weight:normal;
}
a:hover,a:active {color:#fff;text-decoration:underline;}
h1 a,h1 a:link,h2 a,h2 a:link {color:#e1ad01}
h1 a:visited,h2 a:visited {color:#e1ad01}
h1 a:hover,h1 a:active,h2 a:hover,h2 a:active {color:#fff}



a.ReadMore:link, a.ReadMore:visited
{
	color: #e1ad01;
	text-transform: uppercase;
	font-size:.8em;
	text-decoration:none;
	font-family: Arial;
	font-weight:bold;
}
a.ReadMore:hover,a.ReadMore:active {color:#000}



/* Headings
-------------------------------------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {margin-top:0;font-family:Georgia,"Times New Roman",Times,serif;color:#000}
h1 {font-size:.7em;margin-top:0px;margin-bottom:0px;}
h2 {font-size:.7em;position:relative}
h3 {font:bold 1.2em Arial,Helvetica,sans-serif}
h4,.h4 {font:bold 1em Arial,Helvetica,sans-serif}
h5,.h5 {font:0.94em Arial,Helvetica,sans-serif}
h6 {font:0.76em Arial,Helvetica,sans-serif}
.h1,.h2,.h3,.h4,.h5,.h6 {font-weight:bold;color:#000}
.h3,.h5 {position:relative;background:transparent url(img/bg_dotted.gif) repeat-x bottom left;text-transform:uppercase;padding:3px 0 6px 0}
.h5 {color:#333}


/* Layout
-------------------------------------------------------------------------------------------------- */
#header{width:900px;height:214px;margin:0 auto;background: transparent url(images/bg_header.jpg) no-repeat;}
#navigation{width:900px;height:40px;margin:0 auto;background:#000 url(images/bg_navigation.jpg) repeat-x;}
#contentwrap{width:900px;margin:0 auto;text-align:left;background: transparent url(images/bg_body.jpg);background-position:top;background-attachment:fixed;background-repeat:no-repeat;}
#contentbody{padding: 0px 0px 20px 0px;color:#fff;font-size:.8em;}
#footer {height:86px;width:830px;margin:0 auto;background: transparent url(images/bg_footer.jpg) no-repeat;text-align:right;padding-top:20px;padding-right:70px;}
#pageimagerotator{width:730px;height:170px;margin-bottom:5px;margin-top:5px;}
#pagetitle{width:730px;height:25px;margin-bottom:10px;}



.navWrap {position:relative;height:29px;margin-left:-30px;padding-left:0px;}
	#nav {margin:0;height:37px;display:block;position:relative;z-index:1}
	#nav .subNav {padding-bottom:37px;margin-bottom:3px}
	#nav li {float:left;display:block;text-align:center;margin-right:1px;}
	#nav li.selected {color:#fff;}
	#nav li a {color:#f1e9d8;font-weight:bold;font-size:1.0em;padding:6px 8px;margin-right:10px;line-height:1.5;display:block}
	#nav li a.selected { background-repeat:no-repeat; color:#e1ad01;}
	#nav ul li {position:relative;display:block;clear:left}
	#nav li ul {position:absolute;display:none}
	#nav ul.over {display:block;top:23px}
	
#footer a {color:#fff;text-transform:none;font-size:1.4em;font-weight:normal;}

#contentbody #left {float:left;width:595px;margin:10px 0px 10px 20px;}
#contentbody #right {float:left;width:210px;margin:10px 0px 10px 30px;}

#contentbody h1 {color:#fff;font-size:1.6em;}
#contentbody h2 {color:#fff;font-size:1.6em;font-weight:normal;}

select {background: #000 url(images/bg_input.jpg) repeat-x;color:#fff;font-size:1.1em;}
input {background: #000 url(images/bg_input.jpg) repeat-x;color:#fff;font-size:1.1em;}

