@charset "utf-8";
body {
	margin:0;
	padding:0;
	/*background-color:#8cafec;*/
	text-align:center;
	background-color:#6491cc;
	background-image:url(../images/background.png);
	background-repeat:repeat-y;
	background-position:center;
}
#wrapper {
	width:760px;
	margin-right:auto;
	margin-left:auto;
}
#content {
	text-align:left;
}


/*=============================*/
/*HEADER*/
/*=============================*/
#content #header {
	text-align:center;
	/*background-color:#87a485;*/
	background-color:#66999a;
	/*height:130px;*/
	padding-top:10px;
	padding-bottom:10px;
}
#content #header h1 {
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
	font-size:240%;
	font-variant:small-caps;
	text-transform:upper-case;
}
#content #header p {
	margin-top:0px;
	margin-bottom:0px;
	font-variant:small-caps;
	text-transform:upper-case;
	font-size:100%;
	font-family: Georgia, "Times New Roman", Times, serif; 
}
#content #header .logoheader {
	/*height:100px;*/
}
#content #header .logoheader .logoleft {
	float:left;
	width:100px;
	padding-left:110px;
}
#content #header .logoheader .logoright {
	float:right;
	width:100px;
	padding-right:110px;
}
#content #header .logoheader .logotext {
	padding-top:30px;
	/*width:400px;*/
}
#content #header .navigation {
	padding-top:5px;
}
#content #header .navigation a {
	color:#000;
	text-decoration:none;
	border-bottom: dotted 1px #000;
}
#content #header .navigation a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom: none;
}



/*=============================*/
/*CONTENT*/
/*=============================*/
#content #body {
	background-color:#fff;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-family:"Times New Roman", Times, serif;
	font-size:100%;
}
#content #body .pic {
	padding-top:5px;
	height:275px;
}
#content #body .textHolder {
	text-align:justify;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:20px;
}
#content #body .textHolder .textmain {
}
#content #body .textHolder a {
	text-decoration:none;
	/*border-bottom: dotted 1px #069;*/
}
#content #body .textHolder a:hover {
	text-decoration:underline;
	/*border-bottom:dotted 1px #FFF;*/
}
#content #body .textHolder .textleft {
	width:320px;
	float:left;
}
#content #body .textHolder .textright {
	width:320px;
	float:right;
}

/*=============================*/
/*FOOTER*/
/*=============================*/
#footer {
	/*background-color:#87a485;*/
	background-color:#66999a;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:20px;
	padding-top:20px;
	font-family: "Times New Roman", Times, serif;
	font-size:90%;
}
#footer .left {
	float:left;
	width:500px;
}
#footer .right {
	float:right;
	width:150px;
}
/*#footer .left .footertext {
	float:left;
	width:500px;
}*/
#footer .left .footertext h2 {
	margin:0;
	font-size:120%;
	font-weight:normal;
}
#footer .left .footertext p {
	margin:0;
}
#footer .left .footertext a {
	text-decoration:none;
	color: #000;
	border-bottom:dotted 1px #000;
}
#footer .left .footertext a:hover {
	text-decoration:underline;
	color: #fff;
	border-bottom:dotted 1px #87a485;
}
/*#footer .left .footernav {
	float:left;
	width:500px;
}*/
#footer .left .footernav p {
	margin:0;
	/*padding-bottom:5;*/
	padding-top:10px;
}
#footer .left .footernav a {
	text-decoration:none;
	color: #000000;
	border-bottom:dotted 1px #000000;
}
#footer .left .footernav a:hover {
	text-decoration:underline;
	color: #ffffff;
	border-bottom: dotted 1px #87a485;
}
#footer .right .credits {
	/*float:right;
	width:150px;*/
	text-align:right;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:90%;
	margin-top:80px;
}
#footer .right .credits p {
	margin:0;
}
#footer .right .credits a {
	text-decoration:none;
	color: #069;
	border-bottom:dotted 1px #069;
}
#footer .right .credits a:hover {
	text-decoration:underline;
	color: #000;
	border-bottom:none;
}

/*=============================*/
/*MISC*/
/*=============================*/
.clear {
	clear:both;
}