@charset "UTF-8";
html {
	background-color:#7c7d7f;
	background-image:url("../bg.gif");
	background-attachment: fixed;
	background-height:100%;
	background-position:center top;
	background-repeat:repeat-x;
	
}
.bg {
	background-attachment: fixed;
	background-image: url(../bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.headernav {
	font-family: Tahoma;
	font-size: 11px;
	color: #CADB2A;
	font-weight: bold;
	list-style-image: url(../images/bullet.gif);
}
.headernav a:link {
	color: #CADB2A;
	text-decoration: none;
}
.headernav a:visited {
	color: #CADB2A;
	text-decoration: none;
}
.headernav a:hover {
	text-decoration: underline;
}
.smallermain {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: 333333;
}
.footer {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.footer a:link {
	color: #333333;
	text-decoration: none;
}
.footer a:visited {
	color: #333333;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.main {
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	text-align: left;
}
/*.main a:link {
	color: #333333;
	text-decoration: none;
}
.main a:hover {
	text-decoration: underline;
}
.main a:visited {
	color: #333333;
}*/

.headerinternal {
	font-family: Tahoma;
	font-size: 14px;
	color: #CADB2A;
	font-weight: bold;
}
.nav {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	text-decoration: underline;
}
.redheader {
	font-family: Tahoma;
	font-size: 14px;
	color: #D80E0E;
}
.smallermain a: link {
	color: #333333;
	text-decoration: none;
}
.smallermain a: hover {
	color: #333333;
	text-decoration: underline;
}
.smallermain a:visited {
	color: #333333;
}

a {
	text-decoration:none;
	color: #0072c5;
}

.blue {
	color: #0072c5;
	font-weight:bold;
	font-family:Tahoma;
	text-align:left;
}

ul {
	font-family:Tahoma;
	font-size:12px;
	text-align:left;
	padding-left:23px;
	margin-left:0px;
}

ul li {
	padding-bottom:5px;
}

ul.captivity {
	list-style-position:outside;
	padding-left:0;
}

.captivityhighlight {
	color:#5d5d5f;
	font-size:105%;
}

.big {
	font-size:105%;
}

.one { list-style-image:url("../images/one.gif"); }
.two { list-style-image:url("../images/two.gif"); }
.three { list-style-image:url("../images/three.gif"); }
.four { list-style-image:url("../images/four.gif"); }
.five { list-style-image:url("../images/five.gif"); }

blockquote {
	background: transparent url(../images/beginquote.gif) no-repeat;
	padding-left: 15px;
	margin:0;
	font-family: Tahoma;
	font-size:14px;
}

.blockright {
	float:right;
	padding-left:5px;
	padding-bottom:5px;
}

.style1 {
	display:block;
	margin-bottom:10px;
}

.footerpad {
	padding-left: 10px;
}