/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #7084A5 url(images/back.gif) repeat-y center top;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

 h1,h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3399FF;
}
ul
{
clear: both;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: #33CCFF;
}

a:hover {
	text-decoration: underline;
	color: #33CCFF;
}
img.one
 
{
float:left;
border:1px dotted black;
margin:0px 15px 15px 0px;
}
img.left
 
{
float:left;

margin:0px 15px 10px 0px;
}
/************* HEADER STUFF ************/

#header {
	width: 770px;
	height: 120px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(images/header2.jpg);
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #ffffFF;
	font: bold italic 2em/1em "Times New Roman", "MS Serif", "New York", serif;
border-top: solid #143B70 medium;
border-bottom: dotted #143B70 thin;
width: 400px;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	font-size: 1.5em;
	float: right;
        
}
#header h3 {
	margin: 0px;
	padding: 5px 0px 0px 20px;
	text-align: left;
	font-size: 1.25em;
	float: left;
        color: #ffffff;
        font-style: tahoma, Geneva, sans-serif;
        
}


/************* MENU ************/

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #7084A5;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 8px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: URL(images/hover.gif);
}

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

#content {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 480px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 210px;
	padding: 0px 20px 40px 20px;
	color: #99CCFF;
}
div.spacer {
  clear: both;
  }

/************* FOOTER ************/

#footer {
	clear: both;
	width: 771px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	background: url(images/back-footer.png) repeat-y center top;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: #333333;
}
p.header
{
color: white;
font-size: 1.25em
font: arial ;
font-weight: bold;
text-align: justify;
margin-right: 10px;
}
