@charset "utf-8";
/* CSS Document */

html {height:100%; 
	overflow: auto;
	}
	
body {background: #FFFFFF url(bg/bg_22.gif) repeat-x fixed bottom center; 
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #555555 ;
	margin:0;
	padding:0;
	text-align:center;
	height:100%;
}

#head {position:fixed;
	top:0;
	left:0;
	height:147px;
	width:100%;
/*	background:url(bg/bg_03.png) repeat-x; */
	background:url(bg/bg_032.png) repeat-x;

	z-index:500000;
	}
	
#hcenter {position:relative;
	top:0;
	width:960px;
	margin: 0 auto;
	height:147px;
	}

#logo {
/*	background:url(bg/logo_04.png) no-repeat; */
	background:url(bg/logo6_04.png) no-repeat;
	width:172px;
	height:147px;
	position:absolute;
	top:0;
	left:0;
	}
#menu {position:absolute;
	margin:0;
	padding:0;
	top:50px;
	right:0;
	height:16px;
	width:720px;
	text-align:right;
	}
#center, #widecenter {position:relative;
	margin: 0 auto;
	width:900px;
	padding: 125px 0 20px 0;
	text-align:left;
	z-index:1;
	height:100%;
}

#widecenter {width:930px;
	padding-right:30px;}

#flashcontent {
	z-index:0;
	height:100%;
	overflow:display;
	}
	
div .col {float:right;
	width:265px;
	margin-left:19px;
	padding: 0 10px;
	border: 1px #CCCCCC solid;
	}
	
div .end {margin:0;}
	
a img {border:none;}

h1, h2, h3, h4, h5, h6 {font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:1px;
	margin:0;
	margin-top:15px;
	padding:0;
	word-spacing:5px;
}

h1 {
/*	color:#59011d; */
	color:#58011a;
	font-size:30px;
	margin-bottom:25px;
	}
	
h2 {color: #58011a;
	font-size:22px;
	word-spacing: 3px;
	margin-bottom:16px;
	}
	
h3 {color:#666666;
	font-size:18px;
	letter-spacing: normal;
	word-spacing:normal;
		font-weight:bold;
	}
	
h4 {color:#829421;
	font-size:18px;
	letter-spacing: normal;
	word-spacing:normal;
	font-weight:bold;
	}
	
p { font-size:14px;
	line-height:18px;
	margin:0;
	padding:0;
	margin-bottom:20px;
	word-spacing:1px;
	}
p.drop:first-letter {font-size:36px; float:left; padding:4px 2px 0 0; color:#cccccc; }

li {font-size:14px;
	line-height:18px;
	}
	
a {
color:#669900;}

ul.topNav {list-style:none;
	margin:0;
	padding:0;
	}
ul.topNav li {
	display:block;
	width:120px;
	height:16px;
	float:right;
	text-align:center;
	font-size:18px;
	line-height:18px;
	overflow:visible;
	padding:0;
	margin:0;
}

ul.topNav li a {font-variant:small-caps;
	font-weight:bold;
	color:#FFFFFF;
	font-size:18px;
	line-height:18px;
	letter-spacing:1px;
	text-decoration:none;
}

ul.subNav { background:#829421;
	list-style:none;
	margin:0;
	padding:0;
	width:120px;}

ul.subNav li {float:none;
	height:auto;
	width:120px;
	text-align:center;
	font-size:14px;
	line-height:18px;
	margin:0;
	padding:0;}

ul.subNav li a { font-variant:normal;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	display:block;
	width:114px;
	padding:3px;
	}
	
ul.subNav li a:hover, ul.subNav li.here a {background:#58011a;}

a.home {font-size:22px; text-decoration:none; color:#999999; font-variant:small-caps;}
a.home:hover {color:#829421;}

.errors {border: #829421 2px solid;
	color:#58011a;
	padding:10px;
	margin-bottom:10px;}

.required, .invalid {background-color:#FFFF99;}

a:active{outline: none;}
a:focus{-moz-outline-style: none;}
object { outline:none; 
	-moz-outline-style: none;}
