body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	background-color: #1d1639;
	margin: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 0px;
}

a, a:link{
	color: #F9E505;
	text-decoration: none;
}
a:hover {
	color: #FFFF99;
	text-decoration: underline;
}
a:visited {
	color: #F9E505;
	text-decoration: none;
}
img {
	border: none;	
}

/*ol {
	margin-top: 0px;
	margin-left: 35px;
	margin-right: 0px;
	margin-bottom: 20px;
}*/

.whitelink {
	color: #FEFEFE;
}

.bluelink a, .bluelink a:visited, .bluelink a:hover, .bluelink a:active
{
	color: #0000FF;
}
.bluelink a:hover
{
	color: #0000FF;
	text-decoration: underline;
}
.arrowList
{
	list-style-image: url(/templates/style1/images/arrow.gif);
	list-style-position: outside;
}

#navbar a:hover {
	color: #FFFF99;
	text-decoration: underline;
}

/* Page layout divs */

#bodyframe {
	width:100%;
	background:url(images/gradient.jpg) repeat-x;
}

#centerframe {
	width:730px;
	margin-left:auto;
	margin-right:auto;
	background: url(images/body_content.jpg);
}
#centerframe1col {
	width:730px;
	margin-left:auto;
	margin-right:auto;
	background: url(images/body_content1col.jpg) repeat-y;
}

#navbar {
	width:188px;
	float: left;
	background: url(images/nav_gradient.jpg) no-repeat;

}

#bodycontent {
	width: 542px;
	float: right;
	background: url(images/body_gradient.jpg) no-repeat;
}
#bodycontent1col {
	width: 542px;
	float: right;
	background: url(images/body_content1col.jpg) no-repeat;
}

#featurebox {
	margin-left: 40px;
	margin-right: 10px;
	margin-top: 0px;
	width: 268px;
	/*height: 171px;*/
	background-color: #b36945;
	border:1px #000000 solid;
}
#featurebox p
{
	margin:0;
	padding: 10px;
	color: #FFFFFF;
}

#bodyfooter {
	width:730px;
	height:63px;
	background: url(images/body_footer.jpg);	
	position:relative;
}
#bodyfooter1col {
	width:730px;
	height:63px;
	background: url(images/body_footer1col.jpg);	
	position:relative;
}
/* page content divs */

.navlogo {
	width: 188px;
	height: 152px;
	background: url(images/logo.jpg);
	overflow: hidden;
}

.navbutton {
	margin-left: 41px;
}

.spacer {
	height:20px;
}

#bodyheader {
	margin:0px;
	padding:0px;
	width: 542px;
	height: 80px;
	background: url(images/body_header.jpg) no-repeat;
	overflow: hidden;
}
#bodyheader1col {
	margin:0px;
	padding:0px;
	width: 542px;
	height: 80px;
	background: url(images/body_header1col.jpg) no-repeat;
	overflow: hidden;
}

#leftcolumn {
	width: 335px;
	float: left;
}
#leftcolumn p
{
	padding: 10px 10px 0 30px;
}
#singlecolumn 
{
	width: 540px;
	min-height:525px;
	float:left;
	background: url(images/body_gradient1col.jpg) no-repeat;
	/*border: solid 1px #FF0000;*/
}
#singlecolumn p
{
	padding:10px 40px 0 30px;
}
#singlecolumn ul
{
	padding:10px 40px 0 50px;
	margin:0;
	list-style-type: disc;
	list-style-position: outside;
}

.featureimage {
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 10px;
}

#rightcolumn {
	width: 200px;
	float: right;
}

#rightcolumn p 
{
	padding: 10px 50px 0 20px;
}
#rightcolumn ol li
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;	
}
.footercontent {
	padding-top: 30px;
	margin-left: 225px;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.textsmall {
	font-size:11px;
}
/*.arrow ul
{
	padding:10px 40px 0 50px;
	margin:0;
	list-style-image: url("templates/style2/images/arrow.gif");
	list-style-position: outside;
}
*/

/* rollover menu funcionality 
.cssnav { 
position: relative;
font-family: arial, helvetica, sans-serif;
background-image: url(images/button_active.jpg);
background-repeat: no-repeat;
white-space: nowrap;
display: block;
width: 126px;
height: 24px;
margin-left: 41px;
}

.cssnav a {
display: block;
font-size: 12px;
width: 126px;
height: 24px;
display: block;
float: left;
text-decoration: none;
}

.cssnav img {width: 126px; height: 24px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}

.cssnav span {
position: absolute;
left: 10px;
top: 2px;
margin: 0px;
padding: 0px;
cursor: pointer;
}
*/