/* body */
body	{ background-image: url(../images/bg-fade.jpg) ; background-repeat: repeat-x ; text-align: center ; margin: 0 ; padding: 0 }

/* font setup */
td,div	{ font-family: arial,helvetica,sans-serif ; font-size: 11px ; color: #323232 }

/* regular links */
a	{ color: #5E312D }

/* left and right borders */
#wrapper	{ width: 770px ; border-left: 1px solid #200001 ; border-right: 1px solid #200001 ; margin: auto }

/* top navigation */
#topnav	{ width: 770px ; height: 44px ; background-image: url(../images/top-nav-bg.jpg) ; background-repeat: repeat-x ; text-align: center }

/* main area */
#main-bg	{ width: 770px ; background-image: url(../images/mast3.gif) ; background-repeat: no-repeat ; margin: auto }
#sub-bg	{ width: 770px ; background-image: url(../images/sub-bg.gif) ; margin: auto }

/* programming guide section */
#prg	{ width: 316px ; height: 274px ; background-image: url(../images/greet-bg.gif) }

/* home page blog and newsletter copy area */
#h-copy	{ padding: 6px ; width: 100% ; margin: auto }

/* headers */

h1	{ font-size: 15px ; color: #7D3833 ; margin: 0 ; padding: 0 }
h2	{ font-size: 13px ; color: #7D3833 ; margin: 0 ; padding: 0 }


/* tables */

table	{}
		#main	{ margin: auto ; width: 762px ; padding-top: 4px }
		#blog-new	{ width: 442px ; background: #FAEEE4 ; border-left: 1px solid #D57B24 ; border-right: 1px solid #D57B24 ; border-bottom: 1px solid #D57B24 }
		#help-news	{ width: 315px ; background: #FAEEE4 ; border-left: 1px solid #D57B24 ; border-right: 1px solid #D57B24 ; border-bottom: 1px solid #D57B24 }
		
tr		{}
		.header	{ background-color: #FFE2A1 }

td		{}
		#h-col-1	{ width: 269px }
		#h-col-2	{ width: 169px }
		#h-col-3	{ width: 316px }
		#h-col-4	{ width: 442px }
		#h-col-5	{ width: 315px }
		#devo	{ width: 269px ; height: 135px ; background-image: url(../images/devotion-bg.jpg) ; font-size: 1px }
		#l-col		{ width: 190px }
		#r-col		{ width: 100% }
		#foot		{ width: 770px ; height: 55px ; text-align: center ; background: #7C3933 ; color: #C7B6A5 }
		
		
/* misc */

p	{ margin-top: 12px ; margin-bottom: 12px ; font-size: 1px }
	#sm	{ margin-top: 7px ; margin-bottom: 7px ; font-size: 1px }
	
.contentpane {
}
.contentpaneopen {
	border : 0px ridge #0099cc;
	width: 100%;
	padding: 1px;
	font-size: 11px
}


/* navigation */

form {
	display: inline;
	margin: 0;
 	padding: 0;
}
.pathway {
	font-family:  Arial,Verdana, Helvetica, sans-serif;
	font-size: 9px;
}
a.pathway:link, a.pathway:visited {
	color            : #ff9900;
	font-weight      : normal;
}
a.pathway:hover {
	color            : #ff3300;
	font-weight      : normal;
	text-decoration   : none;
}

#active_menu {
	color: #666666;
}
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	color: #FF8800;
	font-weight: bold;
	width: 100%;
	text-indent: 5px;
	background: #FFF url(../images/dot.gif) repeat-x bottom left;
	font-family:  Verdana, Helvetica, sans-serif;
	line-height: 20px;
	margin-bottom: 4px;
	font-size: 1.2em;
	
}
a.mainlevel:hover {
	color: #808080;
}
a.mainmenu:link, a.mainmenu:visited {
	color: #ffffff; 
	font-family:  Arial,Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
}
a.mainmenu:hover {
	color: #333333; 
}
.pollstableborder {
	border: 1px solid;
	padding: 1px;
}
a.sublevel:link, a.sublevel:visited {
	font-size: 11px;
	color: #ffffff;
	text-indent:33px;
	line-height: 20px;
	display:block;
	margin-bottom:3px;
	width:100%;
	background-color:#c6c6c6;
}
a.sublevel:hover {
	color: #000000; text-decoration: none;
}
table.moduletable {
	padding: 0 0 0 0px;
	width: 100%;
	margin-bottom:5px;
}

/* banners */

#banner	{ width: 120px ; padding-left: 10px ; float: left }


