/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-color:#b2b2b2;
}
#site_wrapper {
	margin:0px auto;
}
#repeat_me {
	margin:0px auto;
}
#header_shadow {
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position:top center;
}
#footer {
	
	background-repeat:no-repeat;
	background-position:center bottom;
}
#wrap {
	margin:0px auto;
	width:760px;
	padding-top:0px;
}
#wrapper {
	margin:0px auto;
	width:760px;
	padding-top:0px;
}
#header {
	margin:0px;
	padding:0px;
	width:760px;
	height:110px;
}
#menuwrapper {
	margin-top:0px;
	height:28px;
}


#flashcontent {
	margin-top:0px;
	padding:0px;
	width:760px;
	height:280px;
	
}
#flashcontent_in {
	margin-top:0px;
	padding:0px;
	width:760px;
	height:151px;
	
}
#bottom {
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	width:760px;
}
#footer2 {
	padding-bottom:30px;
	
	margin:0px auto;
	font-family: "lucida sans unicode","lucida grande",sans-serif;
	font-size: 10px;
	color:#4f4c43;
	background-color:#d3d3d3;
}
#footer2 a {
	font-family: "lucida sans unicode","lucida grande",sans-serif;
	font-size: 10px;
	text-decoration:underline;
	font-weight:normal;
	color:#4f4c43;
}
#footer2 a:hover {
	font-family:"lucida sans unicode","lucida grande",sans-serif;
	font-size: 10px;
	text-decoration:none;
	font-weight:normal;
	color:#4f4c43;
}

#lnav {
	
	height: 100%;
}
#lnav ul{
	list-style: none;
	padding: 0px;
	font: 11px/100% "lucida sans unicode","lucida grande",sans-serif;
	margin: 0px 0px 0px 0px;
	text-transform: none;
}
#lnav ul li{
	margin: 2px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 190px;
	
}
#lnav ul li a{
	text-decoration: none;
	color: #ffffff;
	display: block;
	background-color:#4f4c43;
	text-transform: none;
	padding: 4px 2px 4px 10px;
	height:12px;
}
#lnav li a:visited{
	text-decoration: none;
	color: #ffffff;
}
#lnav li a:hover, #nav .current_page_item a{
	text-decoration: none;
	background-color: #124990;
	color: #ffffff;
}





.text {
	font-family: "lucida sans unicode","lucida grande",sans-serif;
	font-size: 11px;
	color:#4f4c43;
}
.text a {
	color:#124990;
	text-decoration:underline;
}
.text a:hover {
	text-decoration:none;
	font-weight:bold;
}
.wtext {
	font-family: "lucida sans unicode","lucida grande",sans-serif;
	font-size: 11px;
	color:#ffffff;
}
.wtext a {
	color:#cbcbcb;
	text-decoration:underline;
	font-weight:bold;
}
.wtext a:hover {
	text-decoration:none;
	font-weight:bold;
}

.title,.title a, .title a:hover{
	font-family: "lucida sans unicode","lucida grande",sans-serif;
	font-size: 18px;
	color:#124990;
        text-decoration:none;
}
.header{
	font-family: "lucida sans unicode","lucida grande",sans-serif;
	font-size: 16px;
	color:#222222;
	font-weight:bold;
}

.zemText, .zemTextarea, .zemSelect, .zemRadio, .zemCheckbox, .zemSubmit, input, textarea, select, radio, checkbox, submit {
	font-family: "lucida sans unicode","lucida grande",sans-serif;
	font-size: 11px;
	color:#4f4c43;
}