
html{
	font-family: tahoma, arial, verdana;
	font-size: 1em;
	}
	
body{
	margin: 24px auto;
	text-align: center;
	padding: 0 0 0 0;
	background-color: #ffffff;
	color: #000000;
	}
	
p{
	margin: 6px;
	text-align:left;
	}
	
a{
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	}
	
a img{
	border:0px;
	}
	
.error{
	color: red;
	}

.clear{
	clear:both;
	}
	
ul, ol{
	text-align: left;
	margin-left: 50px;
	}
	
table{
	border-collapse: collapse;
	}
	
table tr td{
	vertical-align: top;
	margin: 0px;
	padding: 0;
	}
	
form fieldset, fieldset{
	margin: 12px;
	padding: 12px;
	border: 1px solid #cdcdcd;
	}
	
form fieldset legend, fieldset legend{
	margin:0;
	margin-bottom: 6px;
	padding:1px 3px;
	border: 1px dotted #cdcdcd;
	}
	
fieldset ul{
	width: auto;
	list-style:none;
	margin: 0;
	padding: 0px;
	text-align: left;
	}
	
fieldset ul li{
	background-color: #d7dcea;
	margin: 2px 0px;
	}
	
fieldset ul li p{
	padding:2px;
	line-height: 19px;
	}
	
form p{
	width: 100%;
	text-align:left;
	margin: 1px 0;
	line-height:1.8em;
	}

form label{
	text-align: right;
	vertical-align: top;
	width: 10em;
	margin-right: 0.5em;
	line-height:1.3em;
	display: inline-block;
	}

form label.err{
	color:red;
	}

form label.error {
	text-align:left;
	color: #f00;
	margin-left: 13px;
	width: auto;
	display: inline;
	}
	
form input, form textarea{
	font-family: arial, tahoma, verdana;
	font-size: 1em;
	width:200px;
	}

	
form input.submit, .but{
	margin-left: 13em;
	margin-right: 0em;
	margin-top: 6px;
	width: 100px;
	background: #ffffff;
	border: 2px solid #cdcdcd;
	}
	
.but{
	margin-left: 0.5em;
	}
	
#info, #error{
	margin: 6px 2px;	
	width: 98%;
	display:none;
	}
	
#info{
	border: 2px solid #ffa54a;
	background-color: #ffffd2;
	}

#error{
	border: 2px solid #f00000;
	background-color: #ffd7d7;
	}
	
#info p, #error p{
	padding: 2px;
	font-size: 0.9em;
	font-weight: bold;
	}
	
#error p{
	color: #f00000;
	}
	
.title{
	font-weight: bold;
	font-size: 1.3em;
	}
	
.greytxt{
	color: #636466;
	}
	
#container, .credit{
	margin: 0px auto;
	border: 0px solid #e2e2e2;
	width: 700px;
	position:relative;
	}
	
#content{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	}
	
.logo{
	width: 255px;
	height: 85px;
	float:left;
	clear:right;
	z-index: 10;
	}

.menu{
	float:right;
	background-image: url('images/menu_bg.jpg');
	background-repeat: no-repeat;
	width: 445px;
	height: 85px;
	z-index: 10;
	}
	
.menu p{
	margin: 0px;
	margin-left: 16px;
	margin-top: 0px;
	font-size: 0.9em;
	font-weight: bold;
	color: #ffffff;
	}

.menu p a{
	color: #ffffff;
	}
	
.menu ul{
	position: relative;
	margin: 0px;
	margin-left: 16px;
	margin-top: 3px;
	padding: 0px;
	z-index: 10;
	}
	
.menu li{
	margin:1px 2px 1px 0px;
	padding:0 10px 0px 0px;
	list-style:none;
	display:inline-block;
	float:left;
	clear:right;
	position: relative;
	}
	
.menu li a{
	text-align:left;
	display:block;
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
	padding:0px;
	margin: 0 0px;
	position: relative;
	}
	
.menu li a:hover, .menu li.current a{
	color: #636466;
	text-decoration: underline;
	}

.menu li.current, .menu li:hover{
	}
	
.menu li.current a, .menu li:hover a{
	}
	
.menu li.hasmore{

	}
	
ul.dropdown{
	background-color: #ffffff;
	border: 1px solid #00a851;
	margin:0px;
	padding:3px;
	display:block;
	position:absolute;
	z-index: 1000;
	top: 100%;
	display:none;
	left:00px;
	overflow:hidden;
	}
	
ul.dropdown ul.dropdown{
	top:0;
	left:95%;
	}
	
ul.dropdown li{
	background-image: none;
	text-align:left;
	margin:0px; 
	padding: 0px 4px;
	float: none;
	position:relative;
	list-style:none;
	display:block;
	border-bottom:0px solid #00a851;
	}
	
ul.dropdown li.last{
	border:0;
	}

ul.dropdown li a{
	font-size: 0.9em;
	font-weight: 400;
	text-align:left;
	background-image: none;
	border: 0px;
	padding: 0 4px;
	color:#000000;	
	display:block;
	position:relative;
	z-index: 0;
	}

.content{
	background-image:url('images/content_bg.jpg');
	background-position: right 50px;
	background-repeat: no-repeat;
	padding-top: 6px;
	}

.slider{
	height: 320px;
	width: 255px;
	overflow: hidden;
	position:relative;
	border-bottom: 0px solid #e2e2e2;
	float:left;
	clear:right;
	}
	
.slides {
	position:absolute; top:0; left:0;
	}

.slide {
	float:left; clear:right; 	
	height: 320px;
	width: 255px;
	background-repeat: no-repeat;
	}

.slideImage{
	height: 320px;
	width: 255px;
	}

.text{
	width: 440px;
	font-size: 0.9em;
	float:left;
	clear:right;
	margin: 0px;
	}
			
.credit{
	background-image:url('images/credit_bg.jpg');
	background-repeat: no-repeat;
	background-color: #00a851;
	position:relative;
	z-index: 1;
	margin-top: 0px;
	width: 100%;
	border: 0;
	}
	
.credit ul{
	width: 480px;
	float:left;
	clear: right;
	font-size: 0.75em;
	margin: 6px;
	padding: 0px;
	}
	
.credit li{
	list-style:none;
	display:inline-block;
	float:left;
	clear:right;
	margin-right: 12px;
	color: #ffffff;
	}
	
.credit li a{
	text-align:left;
	color: #ffffff;
	padding:0px;
	margin: 0 0px;
	}
	
.news_holder{
	position: absolute;
	top: 5px;
	right: 12px;
	width: 200px;
	}

.news_holder .news{
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	margin-left: 6px;
	color: #ffffff;
	}

.news_holder .news a{
	text-decoration: underline;
	}
	
.news_holder .newsbody ul{
	width: 100%;
	height: 90px;
	overflow:auto;
	}
	
.news_holder .newsbody ul li{
	display:block;
	height: 90px;
	}
	
.news_holder .newsbody ul li p{
	font-weight: 400;
	}

.credit p{
	text-align: left;
	font-size: 0.8em;
	font-weight: bold;
	margin:2px 6px;
	color:#ffffff;
	}
	
.credit a{
	color:#ffffff;
	}

