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

/* Huge thanks to Przemysław Szczepański, who allowed me to use his brushes from this location (www.pdp.dl.pl/photoshopbrushes.xdot.eu) for some aspects of the design of this site.*/

body{
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
color: #333333; 
font-size: 10px;
padding: 0px; margin:0px; 
background-color: #a1e5f0; 
z-index:0;
}

#bg_top {
background-image: url(../images/stripe.png);
 background-repeat:repeat-x; 
 height:1px; 
 border-bottom: 1px solid #666666;
 }
 
#bg_blueTop {
background-image:url(../backgrounds/blue_mid_top.jpg);	
background-repeat:repeat-x;	
margin:0; padding:0;
height:200px; width:100%;	
position: absolute;	

}

#bg_blueMain {
background-image:url(../backgrounds/bg2.png); 
background-repeat:repeat-x; 
height:200px; width:100%; 
position:absolute; 
margin-top:200px;
}

/* //////////////  CONTENT    //////////////*/


#mainContent {
background-image: url(../images/main_content.png); 
height:auto; 
width:900px;
margin:32px auto 10px auto;
border: 1px #FFFFFF solid;
}

#pageContent {
height:auto; 
width:900px;
 }


/*/////////////////  Latest News with XML and flash content ////////////////*/
 

#boxtext {
height:200px; 
width:250px; 
margin:0;
padding:35px 0 0 20px;
}

#linkText {
height:200px; 
width:250px;
float:left;
margin:40px 0 0 20px; padding:0;
}

#linkText a {
	margin:0; padding:0;
	color:#333333;
}

#linkText a:hover {
	color:#0000FF;
}

/*main content text*/



a {
margin:0; padding:0;
text-decoration: none; 
color:#0000FF;
}

a:hover {
color:#000000;  
}

ul {
	margin:0; padding:0;
}

ul.listItems {
	margin:0 0 0 15px; padding:0;
	line-height:15px;
}

.clear {clear: both; height:0px;}

/*Text Fonts*/

.display {
	color:#333333;
	font-size:10px;
	font-weight:lighter;
}

.newsTitle {
	font-size:13px;
	margin:0 0 3px 0;
}

.homeNewsTitle {
	font-size:12px;
	margin:10px 0 2px 0;
}

.homeNewsDate {
	font-size:10px; 
	color:#666666;
	margin:0 0 15px 0;
}

p {
	line-height:15px;
	margin:0 0 10px 0;
}

h1{
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
font-size:14px; 
color: #333333; 
margin:15px 0 0 50px; padding:0;
}

h1 a{
	color:#333333;
}



h1 a:hover {
	color:#0000FF;
}

h2{
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
font-size:14px; 
color:#333333;
margin:10px 0 0 0; 
padding:0;
}
h4 {	
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
margin:8px 0 2px -1px; padding:0;
	font-size:12px;
	color:#333333;
}
h3{
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
font-size:11px; 
color:#333333; 
}
/*Dates and Days for Latest News*/
h6{
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
font-size:11px; 
color:#333333; 
padding:0px; 
margin: 0px; 
}
h7{
font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
font-size:10px; 
color:#666666; 
border:none; 
}

/*///////////////  Database content managed system area //////////////////*/

.cmsTextHolders {
	margin:15px;
	padding:0;
	width:auto;
	height:auto;
}

.headerH1 {
	font-family: "CoconOT","Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	color:#333333;
	font-size:24px;
	margin:12px 0 0 0;
	padding:0;
	letter-spacing:2px;
	font-weight:lighter;
}

.headerH2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	color:#999999;
	font-size:18px;
	margin:15px 0 5px 0;
	padding:0;
	letter-spacing:3px;
	font-weight:lighter;
}

.cmsTitles {
	margin:0 0 0 15px;
	padding:0;
}

div#dbInfo_holder {
	margin:0;
	padding:0;
	border:1px solid #CCCCCC;
	width:898px;
}

.dbItem_info_holder {
	margin:0;
	padding:0;
	width:898px;	
	border-top:1px solid #CCCCCC;
}

.dbTable_left {
	margin:0;
	padding:0 15px;
	float:left;
	width:auto;
}

.dbTable_Right {
	margin:0;
	padding:15px;
	float:left;
	width:750px;
	height:auto;
	border-left:1px solid #CCCCCC;
	text-align:justify;
}

.formHolder {
	margin:-25px 0 0 20px;
	float:left;
	width:500px;
	height:auto;
}

.formLeft {
	margin:0 0 7px 0;
	padding:3px 0 0 0;
	width:120px;
	float:left;
}

.formRight {
	margin:0 0 10px 0;
	padding:0;
	width:200px;
	float:left;
}

div#cmsHeader {
	margin:0 15px;
	padding:0;
	float:left;
}

div#logo {
	width:200px;
	height:120px;
	margin:0;
	float:right;
}

.error {
	color:#FF0000;
}










