/* CSS Document */

body {

}

#a {
font-color: #094FA4;
}

#header {
	position: relative; /*tk*/
	width: 825px;
	height: 246px;
	left: 0px;
	top: 5px;
}

#makereferralbox {
	position: relative;
	float: left;
}

#content1 {
	background-color: #FFFFFF;
	width: 550px;
	left: 225px;
	z-index: 10;
	float: left;
	padding-left: 5px;
	padding-top: 13px;
}

#whatsnewbox {
	position: relative;
}

#donatebox {
	position: relative;
	float: right;
}

#subscribenewsbox {
	position: relative;
	float: right;
}

#watchvideobox {
	position: relative;
}

#footer {
	width: 817px;
	left: 2px;
	position: relative;
	background-image: url(../images/footer.jpg);
	margin-left: 6px;
	z-index: 500;
	height: 67px;
}

#navbar {
	width: 210px;
	float: left;
	left: 18px;
	top: 18px;
	padding-left: 50x;
	background-color: #FFFFFF;
	height: 100%;
	
}

#middle {
	background-color: #FFFFFF;
	/*top: 262px;*/
	left: 0px;
	width: 811px;
	position: relative; /*tk*/
	/* height: 100%;*/
	z-index: 50;
	overflow: visible;
	margin-left: 10px;
	border: thin solid #A9A9A9;
	margin-top: 10px;
	
}

#leftmidborder {
	width: 15px;
	height: 100%;
	left: 0px;
	top: 541px;
	z-index: -200;
	background-image: url(../images/leftmidborder.jpg);
	background-repeat:repeat-y;
}

#rightmidborder {
	width: 15px;
	height: 100%;
	z-index: 20;
	background-image: url(../images/rightmidborder.jpg);
	background-repeat:repeat-y;
	float: right;
}

#midbody {
	background-color: #FFFFFF;
	width: 580px;
	left: 300px;
	z-index: 6;
	float: right;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #E3303D;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	color: #000000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #094FA4;
}

.clear { clear: both; }

