html
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;

}

body
{
	margin: 0px;
	padding: 0px;
	width: 700px;
	text-align: center;
	margin: 0px auto;
	color: #444444;
	background-color: #e6e6e6;
	font-family: arial, sans-serif;
	font-size: 11px;
}

u 
{ 
	text-decoration: none;
	color: #ff0000;
	font-weight: bold;
}

h1
{
	font-size: 14px;
	margin-bottom: 14px;
}

h2
{
	font-size: 11px;
	font-weight: bold;
}



/* HEADER */

#site_header
{
	background-color: white;
	height: 56px;
	width: 100%;
	float: left;
	text-align: left;
	margin-top: 6px;
	/*border: 1px solid #bdbdbd;
	border-bottom: 0px;*/
}

#site_header h1
{
	/*margin-top: 19px;*/
	float: left;
	/*width: 50%;*/
	font-size: 25px;
	letter-spacing: -0.07em;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#site_header h1 a,
#site_header h1 a:visited
{
	text-decoration: none;
	color: #616161;
}

#site_header table
{
	float: left;
	margin: 0px;
	padding: 0px;
	height: 52px;
}

#site_header table img
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	margin-right: 6px;
}

#site_header table td
{
}

#site_header p
{
	height: 50px;
	margin: 0px;
	margin-right: 10px;
	text-align: right;
}

#site_header p select
{
	margin-bottom: 9px;
	margin-right: 30px;
	font-size: 9px;
	border: 1px solid #bdbdbd;
	color: #616161;
}

#site_name
{
	width: 400px;
	height: 45px;
	/*border: 1px solid green;*/
	float: left;
}



/* IMAGE */

#site_image
{
	clear: left;
	height: 130px;
	border: 1px solid #bdbdbd;
	border-bottom: 0px;
}

#site_image img
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	display: block;
}


/* NAVIGATION */

#site_navi
{
	font-size: 14px;
	line-height: 16px;
	height: 22px;
	border: 1px solid #bdbdbd;
	border-bottom: 0px;
	background: url('/img/menu_bg.gif') repeat-x;
}

#site_navi ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	line-height: 16px;
}

#site_navi li:hover
{
	background: #f7f7f7;
}

#site_navi li
{
	position: relative;
	font-size: 14px;
}

#site_navi ul li
{
	float: left;
	padding-top: 4px;
	padding-left: 17px;
	padding-right: 17px;
	border-right: 1px solid #bdbdbd;
	border-left: 1px solid #ffffff;
	height: 18px;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}

#site_navi ul li a
{
	font-size: 14px;
	line-height: 16px;
	color: #696969;
	text-decoration: none;
}

#site_navi ul li.home
{
	font-size: 14px;
	line-height: 16px;
	background: url('/img/home.gif') no-repeat 6px 3px;
	padding: 0px;
	width: 29px;
	height: 22px;
}

#site_navi ul li.home:hover
{
	background-color: #f7f7f7;
}

#site_navi ul li.menufill
{
	font-size: 14px;
	line-height: 16px;
	width: 1px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-left: 1px solid #ffffff;
	height: 22px;
	background: url('/img/menu_bg.gif') repeat-x;
}

#site_navi ul ul
{
	font-size: 14px;
	line-height: 16px;
	display: none;
	position: absolute;
	z-index: 500;
	top: 22px;
	left: -2px;
	background: #f0f0f0;
	border: 1px solid #bdbdbd;
	padding-left: 2px;
	padding-right: 2px;
	background: url('/img/submenu_bg.gif');
}

#site_navi ul li:hover ul
{
	display: block;
}

#site_navi ul ul li
{
	/*float: left;*/
	display: block;
	border: none;
	/*border-bottom: 1px solid #ffffff;*/
	padding-left: 16px;
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 1px;
	cursor: pointer;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	/*position: relative;*/
	height: 14px;
	min-width: 90px;
	clear: both;
	/*display: block;*/
	font-size: 13px;
	line-height: 14px;
}

#site_navi ul ul li.last
{
	border-bottom: 0px;
}

#site_navi ul ul li:hover
{
	background: url('/img/menu_arrow.gif') 0px 3px no-repeat;
}

#site_navi ul ul li a
{
	font-weight: bold;
	text-decoration: none;
	color: #5b5b5b;
	font-size: 13px;
	line-height: 14px;
}



/* CONTENT */

#site_content
{
	/*height: 410px;*/
	border: 1px solid #bdbdbd;
	border-bottom: 0px;
	padding: 16px;
	background-color: #fcfcfc;
	text-align: left;
}

#content_left
{
	width: 408px;
	float: left;
}

#content_right
{
	padding-left: 32px;
	width: 223px;
	float: left;
	font-style: italic;
}

#content_right img
{
	border: 1px solid #bdbdbd;
}



/* FOOTER */

#site_footer
{
	height: 22px;
	text-align: left;
	border: 1px solid #bdbdbd;
	background: url('/img/footer_bg.gif');
	width: 698px;
}

#site_footer p
{
	margin: 5px;
	margin-right: 2px;
	margin-left: 8px;
	font-size: 10px;
	color: #626262;
	float: left;
	width: 230px;
}

#site_footer p a
{
	text-decoration: none;
	color: #626262;
	letter-spacing: 0.08em;
}

#site_footer p a:hover
{
	text-decoration: underline;
}



/* FOOTER / SEARCH */
#fontsize
{
	width: 125px;
	float: left;
	font-size: 10px;
}

#site_language
{
	margin-left: 10px;
	margin-right: 1px;
	padding: 0px;
	padding-top: 2px;
	text-align: left;
	float: left;
	width: 105px;
	/* border: 1px black solid; */
}

#site_language p
{
	margin: 0px;
}

#site_language p select
{
	font-size: 9px;
	border: 1px solid #bdbdbd;
	color: #616161;
}

/*
#site_language form
{
	display: inline;
}

#site_language span
{
	margin: 0px;
	padding: 0px;
	color: #696969;
	font-size: 10px;
}

#site_language select
{
	margin: 0px;
	padding: 0px;
	border: 1px solid #bdbdbd;
	height: 13px;
	font-size: 9px;
}

#site_language select option
{
	font-size: 9px;
}

#site_language a
{	
	color: #696969;
	text-decoration: none;
}
*/

#site_search
{
	text-align: right;
	float: right;
}

#site_search p
{
	font-size: 11px;
	font-weight: bold;
	width: 40px;
}

#site_search form
{
	display: inline;
}

#site_search form input.query
{
	width: 108px;
	height: 15px;
	font-size: 9px;
	color: #616161;
	margin: 0px;
	padding: 0px;
	border: 1px solid #bdbdbd;
	margin-bottom: 1px;
	margin-top: 3px;
}

#site_search form input.go
{
	width: 33px;
	height: 17px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #bdbdbd;
	background-color: #ffffff;
	font-family: arial, verdana;
	font-size: 11px;
	font-weight: bold;
	color: #616161;
	margin-right: 2px;
}




/* CALENDER */

#calender
{
	border: 1px #e2e2e2 solid;
	padding: 2px;
	font-size: 11px;
}

#calender .wkcell
{
	border-right: 1px #e2e2e2 solid;
	border-bottom: 1px #e2e2e2 solid;
}

#calender .wkday
{
	font-size: 12px;
	color: #696969;
	text-align: center;
	vertical-align: middle;
}

#calender .daycell
{
	border-right: 1px #e2e2e2 solid;
	border-bottom: 1px #e2e2e2 solid;
	text-align: center;
	vertical-align: middle;
	color: #616161;
}

#calender .daycell a
{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#calender .daycell table td
{
	font-size: 10px;
}

#calTopRow
{
	color: #696969;
	font-weight: bold;
	line-height: 12px;
}

#calTopRow a
{
	color: #696969;
	text-decoration: none;
	font-size: 10px;
}

#calSearch
{
	background: #f8fbf4;
	border: 1px #e2e2e2 solid;
	padding: 5px;
	width: 564px;
	height: 182px;
}

#calSearch .calSearchStr,
#calSearch select
{
	height: 16px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: 1px #e2e2e2 solid;
	font-size: 10px;
	color: #383737;
}

#calSearch .calSearchBtn
{
	border: 1px #e2e2e2 solid;
	background: #e2e2e2;
	font-size: 9px;
	width: 45px;
	color: #383737;
	margin-top: 6px;
}

#calSearch .calSearchStr
{
	width: 190px;
}

#calSearch select
{
	width: 193px;
}

#calSearch span
{
	color: #ff8400;
}


#calGo
{
	width: 49px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url('/img/buttons/hae.gif');
}

#calGo span
{
	display: none;
}


#calTd
{
	padding-left: 36px;
}

.calMonth
{
	font-size: 10px;
}



/* EVENTS */

#eventItems
{
	width: 380px;
}

.eventDate
{
	font-weight: normal;
}

.eventText
{
	font-size: 11px;
}

#eventSearchResults
{
	width: 370px;
}

#eventSearchResults ul
{
	display: block;
	margin: 0px;
	padding: 0px;
}

#eventSearchResults ul li
{
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
	list-style: none;
}

#eventSearchResults .eventDate
{
	font-weight: normal;
	font-size: 11px;
}

#eventSearchResults b.date
{
	float: left;
	display: block;
	width: 60px;
	font-weight: normal;
}

#eventSearchResults li b
{
	padding-right: 3px;
}


#eventSearchResults li p
{
	display: inline;
}

#eventSearchResults li a
{
	text-decoration: none;
	color: #444444;
	font-size: 11px;
	font-weight: bold;
}

#eventSearchResults li a:hover
{
	text-decoration: underline;
}

#eventSignUp
{
	font-size: 11px;
}

#eventSignUp table
{
	margin: 0px;
	padding: 0px;
}

#eventSignUp input
{
	margin-bottom: 2px;
}



/* NEWS */

#news .newsDate
{
	font-size: 11px;
}

#news a
{
	text-decoration: none;
	color: #444444;
	font-size: 11px;
	font-weight: bold;
}

#news a:hover
{
	text-decoration: underline;
}




/* SEARCH */

#searchRes
{
	float: left;
}

#searchRes ul
{
	list-style: none;
	padding-left: 0px;
	margin-left: 1px;
}

#searchRes a
{
	text-decoration: none;
	color: #444444;
	font-size: 11px;
	font-weight: bold;
}

#searchRes a:hover
{
	text-decoration: underline;
}




/* GALLUP */

#gallup form,
#gallup form fieldset
{
	border: none;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}

#gallup img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
	height: 5px;
}

#gallup .text
{
	padding-top: 5px;
	padding-bottom: 1px;
}



/* newslist */

#newslist
{
	width: 400px;
}

#newslist ul
{
	display: block;
	margin: 0px;
	padding: 0px;
}

#newslist ul li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 3px;
}

#newslist b.date
{
	float: left;
	display: block;
	margin-right: 10px;
	/*width: 60px;*/
	font-weight: normal;
}

#newslist ul li p
{
	display: inline;
}

#newslist ul li p a
{
	font-weight: bold;
}


.NFX_class_incomplete
{
	background: #ff0000;
	color: #ffffff;
}




/* BLOG */


.blogThreadHeader
{
	background: #cdcdcd;
	border-bottom: 1px solid #fcfcfc;
}

.blogThreadText
{
	background: #efefef;
}

.blogThreadFooter
{
	background: #efefef;
	border-bottom: 4px solid #fcfcfc;
}

.blogThreadFooter a
{
	color: #525252;
	text-decoration: none;
	font-size: 10px;
}

.blogThreadFooter a:hover
{
	text-decoration: underline;
}



.blogPostHeader
{
	background: #cdcdcd;
	border-bottom: 1px solid #fcfcfc;
}

.blogPostText
{
	background: #efefef;
}

.blogPostTextRed
{
	background: #FFA3A3;
}

.blogPostFooter
{
	background: #fcfcfc;
	margin: 0;
	padding-bottom: 3px;
	padding-top: 0px;
}

.blogPostFooter a
{
	color: #525252;
	text-decoration: none;
	font-size: 10px;
}

.blogPostFooter a:hover
{
	text-decoration: underline;
}



.blogReplyArea
{
	background: #efefef;
	padding: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}

.blogReplyArea input,
.blogReplyArea textarea
{
	font-size: 11px;
}



.blogAdminTools
{
	background: #efefef;
	font-size: 10px;
	padding: 2px;
	padding-right: 5px;
}

.blogAdminToolsRed
{
	background: #FFA3A3;
	font-size: 10px;
	padding: 2px;
	padding-right: 5px;
}

.blogAdminTools a,
.blogAdminToolsRed a
{
	color: #525252;
	text-decoration: none;
	font-size: 10px;
}

.blogAdminTools a:hover,
.blogAdminToolsRed a:hover
{
	text-decoration: underline;
}