body {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
}

a:link, a:active, a:visited { 
    color: #0000FF; 
}

a:hover { 
    color: rgb(255, 128, 0);
    text-decoration: none; 
}

a.head:link, a.head:active, a.head:visited { 
    color: #0000FF;
    text-decoration: underline;
}

a.head:hover { 
    color: rgb(255, 128, 0);
    text-decoration: none; 
}

a.headSelected {
    color: rgb(255, 128, 0);
    font-weight:bold; 
}

a.headSelected:hover { 
    color:#0000FF; /* rgb(255, 128, 0); */
    text-decoration: underline; 
}

a.xs:link, a.xs:active, a.xs:visited { 
    color: #AAAAAA;
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline;
}

a.xs:hover { 
    color: #AAAAAA;
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none; 
}


img {
	border: 0;
	/* zoom: 1; necessary for IE */
}

.top {
	color:rgb(255, 128, 0);
	font-weight:bold;
}


#title {
	position: absolute;
	text-align:center;
	top: 0px;
	left: 0px;
	padding-top:10px;
	width: 100%;
	height: 75px;
	/* border: 1px dotted #FF0000;  Debug*/
}

#main {
	position: absolute;
	/*text-align:center;*/
	top: 100px;
	left: 0px;
	padding-top:10px;
	width: 100%;
	/* border: 1px dotted #FF0000;  Debug */
	/* zoom: 1; necessary for IE */
}


#news {
	position: absolute;
	top: 10px;
	left: 30px;
	width: 700px;
	height: 400px;
	text-align: justify;
	z-index: 99;
	/* border: 1px dotted #FF0000; Debug */
}


/* Contact Form */


label.contact,input.contact {
	display: block;
	width: 200px;
	clear: right;
	margin-bottom: 20px;
}

label.contact,textarea.contact {
	display: block;
	width: 400px;
	clear: right;
	margin-bottom: 20px;
}


label.contact {
	text-align: left;
}

.btnContact{
	width:60px;
}

/*
.input {
	color: #DDDDDD;
	background-color: #333333;
	border: 1px solid #999;
	border-color: #555555;
}

.button {
	font-size: 11px;
	height: 20px;
	width: auto;
	border: 1px solid #555555;
	color: #DDDDDD;
	background-color: #333333;
}
*/
.spacer {
	clear: both;
}

.formSpacer {
	padding-top: 10px;
	padding-left: 40px;
	clear: both;
	text-align: left;
}

.formSpacerBtn {
	padding-top: 5px;
	padding-left: 465px;
	clear: both;
}
