/* CSS Document */

body {
	background-color:#ef7723;
	background-image: url(/tv/graphics/body-fill-lotus.jpg);
	background-repeat: repeat-x;
}
.bodywidth {
	width: 980px;
	background: #fff;
}
.popbody {
    background-color:#FFFFFF;
}
.whitetext {
    color: white;
}
.bodytext {
    color: black;
}
.bodytextitalic {
	color: black;
	font-style: italic;
}
.bodytextsmaller {
	color: black;
	font-size: smaller;
}
.bodytextsmalleritalic {
	color: black;
	font-size: smaller;
	font-style: italic;
}
.bodytitle {
    color: white;
}
.bodytable {
    background-color: #ffffff;
}
.bodytablewithsize {
    background-color: #ffffff;
	width: 980px;
	/* height: 650px; */
}
.navwidth {
	/* width: 160px; */
	width: 270px;
}
.navrightmargin {
	/* width: 30px; */
	width: 0;
}
.contentwidth {
	/* width: 680px; */
	width: 600px;
}
.contentmargins  p {
	margin-left: 30px;
}
.contentmargins {
	margin-left: 30px;
}
.contenttable {
    background-color: #ffffff;
	/* width: 705px; */
	width: 625px;
}
.pictureframe { 
	margin: 5px; 
	padding: 5px; 
	border: solid 1px #000000; 
	background: #FFFFFF; 
	font-size: 80%; 
	color: black;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}

.sidemenu {
	font-size: 9px;
    font-weight: bold;
	color:#ECECEC;
	visibility: hidden;
}

.sidemenu table tr td {
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	height: auto;
	width: auto;
	background-image: url(/tv/graphics/sidemenushading-gold.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.sidemenu table tr td a {
	/* color: #333333; */
	color:#990000;
}

.centermenu table tr td {
	text-align:center;
	font-size: 14px;
}

.framedlayer {
	font-style:normal;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #333333;
	border-left-color: #333333;
	font-weight: bold;
	text-align: center;
}

.framedheader {
	font-size:14px;
	font-weight:bold;
	font-style: normal;
	text-align: center;
	vertical-align: middle;
	text-align:center;
	color: #822B00;
	display: block;
}

.framedfooter {
	font-size:10px;
	font-weight:bold;
	text-align: right;
	right: 8px;
	bottom: 6px;
	font-style: normal;
	color: #000000;
	vertical-align: bottom;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	width: 190px;
}

.leftmarginwidth {
	width: 0px; /* was 44 */
}
.rightmarginwidth {
	width: 0px; /* was 44 */
}
.centerwidth {
	width: 980px; /* left+right+center => 980 */
}

#VideoLayer {
	position:relative;
	width:435px;
	height:285px;
	z-index:3;
	left: 10px;
	top: 10px;
	/* background-color: #CC9900 ; */
	background-color: black;
	visibility: visible;
}

#VideoClose {
	position:relative;
	width:240px;
	height:23px;
	z-index:3;
	left: 349px;
	top: 175px;
	background-color: #333333;
	visibility: hidden;
}
.outline {  /* use on <table> */
	margin: 5px 10px 5px 10px; 
	padding: 5px; 
	border: solid 1px #ffffff; 
	color: white;
	background: #000000; 
}
.caption {  /* use on <table> */
	margin: 5px 10px 5px 10px; 
	padding: 5px; 
	border: solid 1px #CC9933;
	background: #FFFFFF; 
	font-size:80%; 
	color: black;
	text-align:center;
}
.captionnoborder {  /* use on <table> */
	margin: 5px 10px 5px 10px; 
	padding: 5px; 
	background: #FFFFFF; 
	font-size:80%; 
	color: black;
	text-align:center;
}
.headerabout {
	color: #C06B12;
	margin-top:10px;
	margin-bottom:10px;
	font-size:125%;
}
.headerprojects {
	color: #007ca1;
	margin-top:10px;
	margin-bottom:10px;
	font-size:125%;
}
.headercommunity {
	color: #00782f;
	margin-top:10px;
	margin-bottom:10px;
	font-size:125%;
}
.headerpods {
	color: #895531;
	margin-top:10px;
	margin-bottom:10px;
	font-size:125%;
}
.headerblog {
	color: #780a31;
	margin-top:10px;
	margin-bottom:10px;
	font-size:125%;
}
.headergiving {
	color: #5b155f;
	margin-top:10px;
	margin-bottom:10px;
	font-size:125%;
}

