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

body{
	margin:0px;
	padding:0px;
	text-align:center;
	background: #fff url(../img/pagebg.png) repeat-x fixed;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
}

p{
	font-size: 0.8em;
	color: #000000;
	text-align:justify;
}

/*p a:link, a:visited{
	text-decoration:none;
	color:#528765;
}

p a:hover{
	text-decoration:underline;
	color:#243b2c;
}*/

.rightalign{text-align:right;}
	

h1, h2, h3, h4, h5, h6{
	color: #528765;
	font-weight:bold;
}

h1{
	font-size:1.2em;
	text-align:right;
}
h2{
	font-size:1.0em;
	text-align:right;
}
h3{
	font-size:0.9em;
	text-align:right;
}
h4{
	font-size:0.9em;
	text-align:left;
	margin:0;
	padding:0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
	
#container{
	width:100%;
	height:600px;
	background: url(../img/containerbg.png) repeat-x;
}

#main{
	margin:0 auto;
	background: #fff url(../img/mainbg.jpg) no-repeat;
	width:770px;
	height:600px;
}

#content{
	width:565px;
	height:455px;
	float:left;
	margin-top:125px;
	margin-left:20px;
	padding-top:3px;
	display:inline;
}

#contentcolumnleft{
	width:275px;
	height:380px;
	float:left;
	display:inline;
}

#contentcolumnright{
	width:275px;
	height:380px;
	float:left;
}

.imagebox{
	width:150px;
	height:226px;
	float:right;
	margin-left:30px;
	display:inline;
}	

#sidebar{
	width:135px;
	height:450px;
	float:left;
	margin-top:125px;
	margin-left:25px;
	display:inline;
}

#infobox{
	width:135px;
	height:200px;
}

.liststyle{
	font-size: 0.8em;
	color: #000000;
	text-align:justify;
	margin-left:15px;
	line-height:165%;
	list-style: circle;
}

.liststyle2{
	font-size: 0.8em;
	color: #000000;
	text-align:right;
	margin-left:15px;
	line-height:165%;
	list-style: circle;
}
/*------------Navigation------------*/

#navbox{
	width:135px;
	height:250px;
}

.menu{
	font-size: 1.1em;
	font-weight: bold;
	color: #528765;
	text-align:right;
	line-height:130%;
	display:inline;
}

.menu a{
	color: #528765;
	text-decoration:none;
}

.menu a:link, a:visited{
	display:block;
	background:#fff;
	padding-top: 3px;
	text-align: right;
}
	
.menu a:hover {
	color: #243b2c;
	background:url(../img/hoverbg.gif);
	padding: 3px 25px 0 0;
	text-align: right;
}

/*----------------------Form--------------*/

#form{
	float:left;
	margin-left:40px;
	display:inline;
	font-size:0.8em;
	text-align:left;
}

.label{
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

.submitinput{
	margin-left: 4.5em;
}

.input{
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351
}

.submit input{
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9
}

fieldset{
	border: 1px solid #243b2c;
	width: 450px;
	padding: 10px
}

legend{
	color: #fff;
	background: #243b2c;
	border: 1px solid #000000;
	padding:3px;
	margin-left:5px;
	font-size:0.9em;
}


/*------------Footer------------*/

#footer{
	margin: 0 auto;
	padding-top:10px;
	width:770px;
	height:50px;
}

.footerstyle{
	color:#c4c4c4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
}
