/*Azzurro Blu Template by PerreLink 2004*/

body {
	background-color: white;
	background-image: url(../graphics/pageback.jpg);
	background-repeat: repeat-x;
	margin: -10px 0 0 -10px;
/*/*/margin: 0 0 0 0; /* */	
	padding: 0px;
	text-align: center; /*tricks IE5.x into centering the page*/
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*wrapper div styles the wrapper around the nav bar*/
#wrapper {	position: relative; margin:auto; width:750px; text-align: left;}


#navbar td{
background-image: url(../graphics/buttonback.jpg);
background-repeat: repeat-x;
}


   /*declares the styles for cells paragraphs and lists*/    
 td, p, ul,ol {
 font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
 
 }
	/*the logo table - setting background image*/	
	#logotbl{
		background-image: url(../graphics/logoback.jpg);
		background-repeat: repeat-x;
	}	
	
	/*mid content - slogan area*/	
#slogansection {
background-image: url(../graphics/sloganback.jpg);
width: 750px;
}

/*sets left edge background of outer table*/
.tableleftside {	
background-image: url(../graphics/leftrepeat.jpg);
background-repeat: repeat-y;
}

/*sets right side background of outer table*/
.tablerightside {
	background-image: url(../graphics/rightrepeat.jpg);
	background-repeat: repeat-y;
}
/*main content area*/
#contenttable {	
background-color: White;
padding: 3px; /*gives a bit of breathing space between the edge and text*/
text-align: left; /*re-aligns the text for IE5+*/
font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*styles the content area links*/
#contenttable a:link {
	color: #75809E;
 font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#contenttable a:visited {
	color: #000066;
 font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#contenttable a:hover {
	color: #FF0000;
 font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#contenttable a:active {
	color: #FF0000;
 font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

/*heading styles*/
  h1 {
 	color: #404174;
	font-size: 14px;
	margin-bottom: -1px;
 }
 
 h2{
 	color: #FF0000;
	font-size:13px;
 }
 
h3{
 	color: #75809E;
	font-size: 12px;
 }
	/*copyright styles*/ 
#copyright {
color: #000066;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
 	background-color: #5A678A;
	background-image: url(../graphics/footerback.jpg);
	background-repeat: repeat-x;	 	
/*	padding: 2px;*/
	}
	
	/*to keep NS4 happy define the styles for the td*/
	#copyright td {
color: #000066;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
 	background-color: #5A678A;
	background-image: url(../graphics/footerback.jpg);
	background-repeat: repeat-x;	 	
	padding: 2px;
	}
/*copyright table styles */
#copyright a:link {
	color: White;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: underline;
}

#copyright a:visited {
	color: #000066;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
}

#copyright a:hover {
	color: #E7E7E7;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
}

#copyright a:active {
	color: White;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: underline;
}
/*styles the bottom text link bar */
 #linkbar {
 background-color: #5A678A;	
 color: White;
 padding-top: 2px;
 padding-bottom: 2px;
 }
 /*to keep NS4 happy define styles for the td*/
  #linkbar td{
 background-color: #5A678A;	
 color: White;
 }
 
 #linkbar a:link {
	color: White;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
}

#linkbar a:visited {
	color: White;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: underline;
}

#linkbar a:hover {
	color: #FF0000;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: underline;
}
#linkbar a:active {
	color: White;
	font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: underline;
}

/*styles for the contact form*/
form { margin: 0;}

label,span.spacer {width:140px;}
/*styles the form fields*/
label{
font-weight:bold;
color : #000066;
font-weight : bold;
}
fieldset{
padding:10px;
border : 1px solid #000066;
margin-bottom : 15px;
padding : 10px;
}
/*styles the 'contact form' text at top of contact form*/
legend {
color:#000066;
font-weight: bold;
font: 14px Arial, Verdana, Geneva, Helvetica, sans-serif;
padding: 10px;  /*gives a bit of padding between the border and the test*/
}
/*This styles a bulleted list*/
li {
	color: #666666;
	list-style-type: circle;
}

ol {
	color: #000066;
}

ul {
	color: #660000;
	list-style-type: square;
}
