<!--
BODY {
	font-family: arial;
	font-size: 8pt;
	margin: 0px 0px 0px 0px;
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}
.paragraph {
	text-align: justify;
}
p {
	text-align: justify;
	margin-top: 4px;
	margin-bottom: 8px;
	font-size: 9pt;
}
li {
	font-weight: bold;
}
#frame {
	margin: 0 auto;
	width: 900px;
	padding-left: 4px;
	padding-right: 4px;
	border-left: 1px solid #27aad5;
	border-right: 1px solid #27aad5;
	background-color: #FFFFFF;
}

#menu a {
	background-image: url('../images/nav.jpg');
	background-position: top;
	background-repeat: repeat-x;				
	color: #000;
	text-decoration: none;
	font-weight: bold;
	float: right;
	margin-left: 1px;
	width: 180px;
	height: 80px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;		
	border-bottom: 3px solid #888;
	font-size: 10pt;
	background-color: #f7f7f7;
}

#menu a:hover {
	background-image: url('../images/nav_up.jpg');
	background-position: top;
	background-repeat: repeat-x;					
	color: #EEE;
	border-bottom: 3px solid #2b639d;
	background-color: #100202;
}

.logo {
	float: left;
}


#mid {
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;	
	height: 133px;
}
.current a {
	background-image: url('../images/menubg.jpg');
	background-position: top;
	background-repeat: repeat-x;			
	background-color: #bf1b8e;	
}
* html p#iepara{ 
	padding-top: 1em;
}
* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%; }
#content {
	width: 900px;
	text-align: left;
	padding-bottom: 4px;
	background-color: #FFF;
}
.required {
	font-size: 7pt;
	color: red;
}
img {
	border: 0;
}
a {
	color: #2b639d;
	font-weight: bold;
}
a:hover {
	color: #414141;
}
h1 {
	font-size: 17pt;
	color: #1ea7d3;
	margin-top: 5px;
	margin-left: 0px;
}
h2 {	
	text-decoration: none;
	font-size: 15pt;
	color: #2b639d;
	margin-top: 0px;	
}
h3 {
	font-size: 13pt;
	color: #2b639d;
	margin-top: 15px;
	margin-bottom: 2px;
}
form {
	border: 0px;
	padding: 3px;
	width: 420px;
	background-color: #888;
}
#mainTop {
	width: 900px;
	height: 210px;
}
#mainIntro {
	margin-top: 15px;
	width: 605px;
	float: left;
}
#mainNews {
	float: left;
	margin-left: 10px;
	width: 285px;
	height: 208px;
	background-image: url('../images/content_news.jpg');
	background-position: top;
	background-repeat: no-repeat;
}
#mainNews h2 {
	color: #bf1b8e;
	margin-bottom: 0px;
}
#mainNews .title {
	margin-top: 5px;
	font-weight: bold;
	display: block;
}
#mainNews .date {
	font-style: italic;
	display: block;
}
#mainNewsInner {
	padding: 8px;	
}
#mainBottom {
	width: 900px;
	height: 200px;
	margin-top: 10px;
	background-image: url('../images/content_bottom.jpg');
	background-repeat: no-repeat;
	background-position: top;
}
#mainBottomInner {
	padding-top: 50px;
	margin-left: 195px;
	width: 490px;
	height: 118px;
	font-weight: bold;
	text-align: center;
}
#mainBottomInner img {
	border: 1px solid #CCC;
}
#contact-layout {
	display: table-cell;
}
#contact-left {
	float: left;
	width: 430px;
}
#contact-right {
	float: left;
	width: 470px;
}
#contact-right .name {
	font-weight: bold;
	display: block;
}
#contact-right .details {
	display: block;
	margin-bottom: 4px;
}
#contact-right p {
	font-weight: normal;
	background-color: #EEEEEE;
	padding: 4px;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.contact {
	font-size: 15pt;
}
#contactForm {
	border: 1px solid #CCC;
}
#contactDetails {
	font-weight: bold;
	border-bottom: 1px solid #2b639d;
	float: right;
	padding: 2px;
}
fieldset {
	border: 0px;
}
label {
	position: relative;
	display: block;
	padding-top: 2px;
	margin-top: 3px;
	font-weight: bold;
	color: #FFFFFF;
}
input {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	width: 200px;
	font-family: arial;
	font-size: 8pt;
}
textarea {
	height: 200px;
	width: 400px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-family: arial;	
	font-size: 8pt;	
}
select {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	width: 200px;
	font-family: arial;	
	font-size: 8pt;		
}
dt {
	color: #2b639d;
	font-weight: bold;
	float: left;
	width: 90px;
	display: block;
	position: relative;
}
dd {
	font-weight: bold;	
	display: block;
	position: relative;
	width: 500px;
}
#footer {
	border-top: #DDD;
	background-color: #CCC;
	display: block;
	padding: 3px;
	text-align: center;
	color: #000;
	font-weight: bold;
	width: 895px;
}
#footer p {
	text-align: center;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
.validation-error {
	background-color: #ED9E9E;
	padding: 4px;
	border: 1px solid #931C1C;
	font-weight: bold;
}
.enterme {
	display: none;
}
#events p {
	text-align: center;
}
#events img {
	border: 1px solid #CCCCCC;
}
.scroller {
	font-weight: bold;
	padding: 5px;
}
-->