/* CSS Document            */
/* Copyright Revo Orlando  */
/* CalvaryOrlando.org 2007 */
/* Common styling          */

* {font-family:Arial, Helvetica, sans-serif; font-size:12px;}

body {
	color:#000000;
	background: #333333 url("../images/MainBG.gif") top left ;
	background-repeat:repeat;
	margin: 0px;
	padding: 0px;
	height:auto;

}
img{ border:none; }
html{
	margin: 0px;
	padding: 0px;
	text-align: center;
	height:auto;	

}
blockquote{
	margin:0px;
	padding-top:0px;
	padding-left:20px;
}
h1{
	color:#0099FF;
	font-size:20px;
	margin-bottom:0;
	padding:0;
	margin:0;

}
h2{
	color:#FF66CC;
	font-size:16px;
	margin-bottom:0;
	padding:0;
	margin:0;

}
h3{
	font-size:18px;
	margin-bottom:0;
	padding:0;
	margin:0;

}	
h4{
	font-size:16px;
	margin-bottom:0;
	padding:0;
	margin:0;

}

img.floatleft{
	float:left;
	margin-bottom:0px;
	margin-left:4px;
	margin-right:4px;
	margin-top:0px;
}
div.staff{
	position:absolute;
	margin:0;
	padding:0;
	width:12em;;
	height:auto;
}
.a{
	top:0em;
	left:5em;
}
.b{
	top:0em;
	left:20em;
}
.c{
	top:0em;
	left:35em;
}
.d{
	top:17em;
	left:12em;
}
.e{
	top:17em;
	left:27em;
}
table.centertable{
	background-color:#333333;		
}
td#header{
	background: url("../images/TopBG.jpg") top left no-repeat;
	height: 147px;
	width: 775px;
}

td#menuLeft{
	background: url("../images/LeftMenuBG.jpg") top left repeat-x;
	height: 25px;
	width: 100px;
}


td#bodyLeft{
	background: url("../images/LeftBottomBG.jpg") top left no-repeat;
	height:411px;
	widows:100px;
}
td#bodyRight{
	height:100%;
	vertical-align:top;
	padding-top: 10px;
	padding-bottom: 10px;
}

td#footer{
	padding-bottom:15px;
	text-align:center;
	color:#CCCCCC;
}
td#footer a:hover{ color:#DBF2E8 }
td#footer a:link { color:#DBF2E8; text-decoration: none; }
td#footer a:active { color:#DBF2E8;  text-decoration: none; }
td#footer a:visited { color:#DBF2E8; text-decoration: none; }	
td#footer a:hover { color:#DBF2E8; text-decoration: underline;}

table.content{
	height:100%;
	width: 655px;
	background-color:#FFFFFF;
}
td#contentTop{
	background: url("../images/BodyTopBG.jpg") top left no-repeat;
	height:17px;
	width: 655px;
}
td#contentMain{
	background: url("../images/BodyBottomBG.jpg") bottom left no-repeat;
	width: 655px;
	height:100%;	
	color:#000000;
	text-align:left;
	vertical-align:top;
}
table.videoBox{
	height:468px;
	width:568px;
}
td#videoTop{
	background: url("../images/Videos/VideoBox_top.jpg") top left no-repeat;
	width:570px;
	height:46px;
}
td#videoBottom{
	background: url("../images/Videos/VideoBox_bottom.gif") top left no-repeat;
	width:570px;
	height:22px;
}
td#videoLeft{
	background:url("../images/Videos/VideoBox_Left.jpg") top left repeat-y;
	width:4px;	
}
td#videoRight{
	background:url("../images/Videos/VideoBox_right.jpg") top left repeat-y;
	width:4px;	
}

