﻿*	{
	padding: 0;
	margin: 0;
	}
a	{
	font-family: Verdana;
	font-size: 9pt;
	color: #0000FF;
	font-weight: bold;
	}
a:link		{ color:#0000FF; }
a:visited	{ color: #0000FF; }
a:hover		{ color: #FF0000; }
a:active	{ color: #FF0000; }


body{
	background-color: #BBBBBB;
}

#bg { 
	position:fixed;
	z-index:-1;
	}
	
#content { 
    text-align: center;
    position:absolute;
    top:0px;
	left:0px;
	width: 100%;
	z-index:1;
	}

#header { 
    text-align: left;
    position:relative;
    width: 910px;
	height:136px;
	background-image:url('images/homeHeader2.png');
	}

#footer { 
    text-align: left;
    position:relative;
    width: 910px;
	height:90px;
	background-image:url('images/footer2.png');
	}
	
#subFooter { 
    text-align: center;
    position:relative;
    top:45px;
    width: 910px;
	height:45px;
	background-image:url('images/BGBase.png');
	font-family:Verdana;
	font-size:small;
	}

.pageContent { 
	margin-left: auto;
	margin-right: auto;
	position:relative;
	text-align:left;
	width:910px;
	float:none;
	background-image:url('images/BGTile.png');
	background-repeat:repeat-y;
	}
	
.bodyBox{
	width:858px;
	background-image:url('images/BGTile2.jpg');
	border:thin;
	border-color:gray;
	border-style:solid;
	position:relative;
	float:none;
	margin-left: auto;
	margin-right: auto;
	padding:16px;
}
.bodyBoxAbout{
	width:858px;
	border:thin;
	background-color:#FFFFFF;
	border-color:gray;
	border-style:solid;
	position:relative;
	float:none;
	margin-left: auto;
	margin-right: auto;
	padding:16px;
}
.vidColumn{
	z-index:2;
	width:180px;
	position:relative;
	top:0px;
	float:left;
}

.leftColumn{
	z-index:2;
	width:368px;
	position:relative;
	top:0px;
	float:left;
	padding:16px;
	height:400px;
}

.rightColumn{
	width:266px;
	position:relative;
	float:left;
	font-family:Verdana;
	font-size:medium;
	font-style:italic;
	color:#333333;

}
.rightColumn p{
	margin:6px;
	font-family:Verdana;
	font-size:medium;
	color:navy;
	text-align:center;
	text-decoration:underline;
}
