body {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 101%;
	background-image: url(../interface/bg-body.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	background-color: #b4b4b4;
}
a {
	color: #000000;
}
a:active,
a:focus,
a:link,
a:visited,
a:active,
a:active img,
a:focus img,
a:link img,
a:visited img,
a:active img {
      outline: 0;
	  border: none;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #4e4e4e;
}
p.small {
	font-size: 0.6em;
}
h1 {
	font-size: 0.9em;
	margin: 0 0 10px 0;
	padding: 0;
	color: #000000;
}
h1.header {
	text-transform: uppercase;
	letter-spacing: 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADADAD;
	color: #737373;
	line-height: 0.9em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
h2 {
	font-size: 0.8em;
	margin: 0 0 10px 0;
	padding: 0;
	color: #4e4e4e;
}
h3 {
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	color: #4e4e4e;
}
.pad {
	padding-left: 15px;
}
.orange {
	color: #C67700;
}
.black {
	color: #000000;
}
.grey {
	color: #868686;
}
#topnav ul {
	height: 36px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-image: url(../interface/navCapR.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
}
#topnav li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 36px;
}

#topnav a {
	float: left;
	height: 26px;
	padding: 10px 15px 0px 15px;
	display: block;
	font-size: .75em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(../interface/nav-div.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}
#topnav a:hover {
	color: #ffffff;
	background-color: #000000;
	opacity: 0.25;
	filter: alpha(Opacity=25);

}
.content ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.content li {
	color: #b18e09;
	background-image: url(../interface/bullet.gif);
	background-repeat: no-repeat;
	padding: 0 0 5px 20px;
}
.content li {
	background-position: left .5em;
}
html>body .content li {
	background-position: left .2em;
}
.content li a {
	color: #868686;
}
.content li a:hover {
	color: #000000;
}
.content ul ul {
	list-style-type: square;
	background-image: none;
	margin-left: 15px;
}
.content ul ul li {
	list-style-type: square;
	background-image: none;
	padding-left: 5px;
}
#footnav {
	margin: 0;
	padding: 0 0 6px 0;
	font-size: .6em;
	color: #a3a3a3;
}
#footnav a {
	text-decoration: none;
	color: #515151;
}
#footnav a:hover {
	text-decoration: none;
	color: #ffffff;
}
#footag {
	font-size: 0.6em;
	color: #797979;
	border-top: 1px solid #a3a3a3;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
}
#footag a {
	color: #797979;
}
#footag a:hover {
	color: #ffffff;
}
.bottpad {
	padding-bottom: 10px;
}
.gallery {
	margin-bottom: 20px;
}
.gallery a:link,
.gallery a:visited,
.gallery a:active {
	border: 2px solid #D8D8D8;
	display: block;
	width: 120px;
}
.gallery a:hover {
	border: 2px solid #C67700;
	display: block;
}
.gallery div {
	padding: 3px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #666666;
	width: 120px;
}
.gallery td {
	padding-right: 5px;
}

/* -------------LAYOUT POSITIONING----------------*/
#container-main {
	width: 774px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
#topnav {
	height: 36px;
	background-image: url(../interface/bg-nav.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#container-bg1 {
	margin: 0;
	padding: 0;
	background-image: url(../interface/bg-cnt-tile.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#container-bg2 {
	margin: 0;
	padding: 0;
	background-image: url(../interface/bg-cnt-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	overflow: hidden;
	float: none;
}
#page {
	margin: 0;
	padding: 0 8px 0 8px;
	clear: both;
	display: block;
	overflow: hidden;
	min-height: 400px;
}
* html #page { /*IE hack for min-height*/
	height: 400px;
	overflow: visible;
}
.content {
	margin: 0;
	padding: 20px;
	clear: both;
	display: block;
}

#twocol {
	width: 718px;
	display: block;
	overflow: hidden;
	clear: both;
	background-image: url(../interface/2colbdr.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-bottom: 15px;
}
#leftcol {
	width: 448px;
	float: left;
	padding: 0 20px 0 0;
}
#rightcol {
	width: 225px;
	float: right;
	padding: 0 0 0 15px;
}
#footer {
	padding: 15px 8px 0px 8px;
	background-image: url(../interface/bg-footer.gif);
	background-repeat: no-repeat;
	background-position: top;	
	margin: 0 0 15px 0;
	background-color: #b4b4b4;
	clear: both;
}

/* -----------------------------*/
