html, body {
margin : 0;
padding : 0;
}
body {
	font : 12px "lucida sans", "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
	background-color: #CCCCCC;
}
#container {
	width : 775px;
	margin : 0 auto;
	padding : 0;
	line-height : 1.5em;
	background : #FFFFFF;
	color : #333333;
}
#topbanner {
	height : 200px;
	margin : 0;
	padding : 0;
	background : #FFFFFF url(../images/banner_1.jpg);
	color : #000;
}
#topbanner h1 {
	padding : 10px;
	margin : 0;
	font : bold 10px "lucida sans", Helvetica, "Trebuchet MS", arial, Tahoma, sans-serif;
	letter-spacing : 4px;
	color : #000;
	background : inherit;
	float: right;
	vertical-align: bottom;
}
			/*TOP NAVIGATION*/
#navbar ul {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	font-size: 14px;
	text-align: center;
	border-bottom:3px solid #fff;
	background: #385900;
	color: #000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #fff;
	font-weight: bold;
}
#navbar a {
	float:left;
	width:6em;
	height:20px;
	text-decoration:none;
	color:#fff;
	background:#385900;
	padding:0.5em 0.6em;
	border-right:1px solid #fff;
}
#navbar a:hover {
background:#8BBA00;
color: #000;
}
#navbar li {
display:inline;
}

#leftnav {
	line-height : 2em;
	float : left;
	width : 180px;
	margin : 0;
	padding : 0;
	color : #666;
	background : #f7f7f7 url(../images/side.jpg) no-repeat center top;
}
#leftnav h3 {
	margin : 0;
	padding : 10px 0 10px 10px;
	font-size : 16px;
	text-transform : none;
	color : #fff;
	background : inherit;
}

#leftnav p {
margin : 10px;
}
#navlist li {
list-style-type : square;
background : inherit;
color : #286e87;
margin : 0 15px 0 0;
padding : 0;
}

#content {
margin : 0 0 20px 190px;
padding : 0;
}

#content p {
	margin : 0 10px 15px 15px;
}
#content p a {
	text-decoration : none;
	background : inherit;
	color : #0D95DF;
}
#content p a:hover {
text-decoration : underline;
color : #818181;
background : inherit;
}
#content   ul  li a {
	text-decoration : none;
	background : inherit;
	color : #0D95DF;
}
#content ul li a:hover {
	text-decoration : underline;
	background : inherit;
	color : #818181;
}

#footer {
	clear : both;
	margin : 0;
	padding : 0.5em;
	color : #fff;
	background : #385900;
}
#footer img {
float : right;
}
* > html #footer img {
margin : 0;
}
#gallery img {
float : left;
padding : 10px;
}
.contentHeader {
	font-size: 14px;
	font-weight: bold;
	color: #DF0D95;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px 10px 10px 0px;
}
h1 {
	margin : 0 0 20px 0;
	padding : 10px;
	font-size : 18px;
	color : #333333;
	background : inherit;
}

h2 {
	margin : 0px;
	padding : 10px;
	font-size : 14px;
	color : #333333;
	background : inherit;
}
h3 {
	margin : 0;
	padding : 10px;
	font-size : 12px;
	text-transform : none;
	color : #000000;
	background : inherit;
}
blockquote {
	font-weight : bold;
	font-style : italic;
	color : #333333;
}
a:link, a:visited {
color : #000;
background : inherit;
text-decoration : none;
}
a:hover {
text-decoration : none;
color : #ccc;
background : inherit;
}
a:active {
	text-decoration : none;
	color : #000000;
	background : inherit;
}
.gallery {
height : 100px;
}
img {
border : none;
}
.quotebox {
	margin : 10px;
	border : 1px solid #fff;
	padding : 20px;
	color : #fff;
	background : #818181;
	font-size : 11px;
}
.podBorder {
	border: 1px solid #D7D7D7;
	margin-right: 6px;
	margin-left: 5px;
}
.podBorder a {
	color: #0D95DF;
}
.imgBorder {
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}

hr {
	border-top: 1px #0D95DF;
	border-bottom-style: dotted;
	border-bottom-color: #0D95DF;
	border-bottom-width: 1px;
	width: 95%;
}
.cellHeader {
	background-color: #D5EFFD;
}
.smallText {
	font-family: inherit;
	font-size: 9pt;
}
.vidLib td {
	border: 1px solid #D7D7D7;
	padding: 5px;
}
.bigBold {
	font-size: 16px;
	font-weight: bold;
}
.vip {
	font-size: 14px;
	font-weight: bold;
	color: #DF0000;
}
.biggerBold {
	font-size: 18px;
	font-weight: bold;
}