/* CSS Document */

/*Body*/
body
{
	background-color: #CCCCCC;
	background-image:url(file:///C|/Documents%20and%20Settings/bmeggers/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/images/bg2.gif);
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 50px;
	margin-bottom: 0px;
}

.tan
	{
	background-color: #FFFFFF; 
	border-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	}
	
.video
	{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #CCCCCC;
	border-color: #333333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	}
	
.divider
	{
	border-color: #333333;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 0px;
	border-style: solid;
	}
	
.div_top
	{
	border-color: #333333;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	}
	
.div_bottom
	{
	border-color: #333333;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-style: solid;
	}
	
.home_image
	{
	background-color: #FFFFFF;
	}

.copy
	{
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing: 0px;
	}
	
.footer
	{ 
	padding-top: 8px;
	padding-bottom: 8px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	letter-spacing: 0px;
	text-align: center;
}

.nav
	{
	text-align: right;
	}
	
.butt
	{
	background-color: #799D35;
	border-width: 1px;
	border-style:solid;
	border-color: #FF6600;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	}
	
a:link {color: #0065A5}
a:visited {color: #0065A5}
a:hover {color: #00FF00}
a:active {color: #0065A5}

a {text-decoration: none}
.orange {
	border: thick groove #FF9933;
}
