* {
	border: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
}

body {
	background-color: #999999;
	background-image: url(images/bkgd.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}

h1, p {
	margin-top: 0px;
}

a:link {
	color: #CC6600;
}

a:visited {
	color: #CC6600;
}

a:hover {
	color: #CC6600;
}

a:active {
	color: #CC6600;
}

div#pageBox {
	margin: 0px auto;
	width: 830px;
	height: 240px;
}

div#logoBox {
	width: 830px;
	height: 68px;
	margin: 6px 0 6px 0;
	float: left;
}

img#imgL {
	width: 203px;
	height: 26px;
	margin-top: 33px;
	float: left;
}

img#imgR {
	width: 251px;
	height: 68px;
	float: right;
}

div#navBox {
	width: 830px;
	height: 32px;
	margin: 0px 0 1px 0;
	float: left;
}

div#navBox img {
	width: 414px;
	height: 32px;
	float: left;
	padding-right: 1px;
}

div#navBox img.noPad {
	padding-right: 0;
}

body.videoPage div#bannerBox {
	width: 830px; 
	height: 492px; 
	float: left;
	background-color: #777; 
	padding-top: 2px; 
	padding-bottom: 0px; 
	text-align: center;
}

body.learnPage div#bannerBox, body.tellPage div#bannerBox {
	width: 830px; 
	height: 200px; 
	float: left;
	background-color: #777; 
	padding: 3px 0 3px 0; 
	text-align: center;
}

body.learnPage div#bannerBox img.midPad {
	padding: 0 3px 0 3px;
}

body.tellPage div#bannerBox img.midPad {
	padding: 0 0 0 4px;
}


div#contentBox {
	width: 830px;
	margin: 18px 0 6px 0;
	float: left;
}

div#contentBox div#leftCol {
	width: 590px;
	float: left;
	margin-right: 25px;
	padding-bottom: 144px;
}

div#contentBox div#friendBox {
	width: 194px;
	float: right;
	margin-bottom: 20px;
	background-color: #dc6f02;
	text-align: center;
}

div#contentBox div#changeBox {
	width: 194px;
	float: right;
	margin-bottom: 20px;
	background-color: #dc6f02;
	text-align: center;
}

div#contentBox div#changeBox img {
	padding-bottom: 2px;
}

div#contentBox div#friendBox a {
	color: #ffffff;
	text-decoration: none;
	margin-top: 20px;
}

div#contentBox div#rightCol {
	width: 170px;
	float: right;
	padding: 12px;
	background-color: #ffffff;
}

div#contentBox h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #dc6f02;
}

div#contentBox div#donateBox {
	width: 194px;
	float: right;
	background-color: #dc6f02;
	margin-bottom: 20px;
}

div#footerBox {
	width: 830px;
	margin: 36px 0 0 0;
	float: left;
}

div#footerBox p {
	padding: 0px;
}

div#footerBox img.ruler {
	width: 830px;
	height: 1px;
	padding: 12px 0 12px 0;
}

div#copyrightBox {
	width: 830px;
	margin: 18px 0 0 0;
	float: left;
	font-size: 9px;
	line-height: 11px;
	color: #777777;
}




div#contentBox img.ruler {
	width: 590px;
	height: 1px;
	padding: 12px 0 12px 0;
}

body.blogPage textarea {
	width: 580px;
	height: 80px;
	border: 1px solid #777777;
	padding: 3px;
}

body.blogPage textarea#Letter_Content {
	width: 580px;
	height: 280px;
	border: 1px solid #777777;
	padding: 3px;
}

body.tellPage form#data input {
	width: 300px;
	border: 1px solid #777777;
}

body.tellPage form#data input.send_message {
	width: 150px;
	height: 40px;
	background-color: #777777;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
}

body.tellPage form#data input#Receive_Email {
	width: 20px;
	border: 0px;
}

body.tellPage form#data select {
	width: 150px;
	border: 1px solid #777777;
}

