/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}


td { 
	
	font-family: Georgia, Times New Roman, Arial; 
	font-size: 10pt;
	text-align:justify;
	line-height: 22px;
	color: #000000;
}

a:link {
	text-decoration: underline;
	font-size: 10pt;
	color: #0255a3
}

a:visited {
	text-decoration: underline; 
	font-size: 10pt; 
	color: #0255a3
}

a:hover {
	text-decoration: none; 
	font-size: 10pt; 
	color: #0255a3
}

a:active {
	text-decoration: underline; 
	font-size: 10pt; 
	color: #0255a3
}

.titles {
	font-family: Georgia, Times New Roman, Arial; 
	font-size: 10pt; 
	font-weight: bold;
}

.copyright {
	font-family: Georgia, Times New Roman, Arial;
	font-size: 7pt;
	color: #FFFFFFF;
}

.welcome {
	font-family: Georgia, Times New Roman, Arial;
	font-size: 15pt;
	text-align:justify;
	color: #0255a3;
	font-weight: bold;
	
}

.SubTitles {
	font-family: Georgia, Times New Roman, Arial;
	font-size: 11pt;
	color: #dba315;
	font-weight: bold;
	
}

.welcomeText {
	font-family: Georgia, Times New Roman, Arial;
	font-size: 10pt;
	color: #000000;


}

.textbox {
	font-family: Georgia, Times New Roman, Arial;
	font-size: 9pt;
	color:#0255a3;	

}

.events {
	font-family: Georgia, Times New Roman, Arial;
	font-size: 9pt;
	color:#000000;	

}

/* Contact Form Sytles */

#fcf2 {
font-family:arial;
font-size:11px;
margin:5px;
border:1px solid #3D5686;
background-color:#FFF;
width:450px;
}
#fcf2 h3 {
font-size:1.5em;
background-color:#3D5686;
color:#FFFFFF;
font-weight:bold;
padding:4px;
margin:0px;
}
#fcf2 p {
text-align:center;
padding:8px;
}
#fcf2 em {
color:#F00;
}
#fcf2 div.r {
clear: both;
padding-top: 5px;
background-color:#FFF;
}
#fcf2 label {
float: left;
width: 100px;
text-align: right;
}
#fcf2 span.f {
float: right;
width: 335px;
text-align: left;
}
#fcf2 div.sp {
clear: both;
}
#fcf2 .req {
font-weight:bold;
}
#fcf2 input, #fcf2 textarea {
background: #FFF;
border:1px solid #000;
padding:2px;
}
#fcf2 input:focus, #fcf2 textarea:focus {
background: #f2f2f2;
border:1px solid #3D5686;
}


/* Bottom Links */

.bottom:link {
	font-family: Georgia, Times New Roman, Arial; 
	font-size: 8pt;  
	color:##0255a3; 
	text-decoration: underline;
}

.bottom:active {
	font-family: Georgia, Times New Roman, Arial;
	font-size: 8pt;
	color: ##0255a3;
	text-decoration: underline;

}

.bottom:visited {
	font-family: Georgia, Times New Roman, Arial;
	font-size: 8pt;
	color: ##0255a3;
	text-decoration: underline;

}

.bottom:hover {
	font-family: Georgia, Times New Roman, Arial;
	font-size: 8pt;
	color: ##0255a3;
	text-decoration: none;

}