body {

    font-family: "Verdana";
	color: #4C6E8A;
	
	text-align: center;
	
	background: #88a7be;	
}

#container
{
	margin: 0 auto;
	text-align: left;
	background-color: #6189A8;
	
	border: 2px solid #000;
	width:65em;
	min-width: 800px;
}

/* Header Style */
#pageHeader
{
	background-color: transparent;
	width: 100%;
}

div#pageHeader
{
	padding: 0 0 0 2em;
}

#pageHeader h1
{
	font-family: tahoma;
	color: #ffffff;	
	font-weight: bold;
    text-transform: uppercase;
	letter-spacing: 30px;
}

/* Menu Style */
#menu
{
	width: 100%;
	border-top: solid #000000 1px;
	border-bottom: solid #000000 1px;
	background-color: #B0C4D4;
}

#menu ul
{
	margin:0px;
	padding: 0px;
	
	list-style: none;
	list-style-type: none;	
	
	line-height: 30px;
	white-space: nowrap;
}

#menu ul.leftMenu li
{
	padding-left: 5em;
	display: inline;	
}
#menu ul.rightMenu li
{
	padding-right: 5em;
	display: inline;	
}

#menu a
{
    font-size: 20px;
    font-family: sans-serif;    
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 3px;
}

#menu a:hover {
    text-decoration: underline overline;
    color: #696969;
    background-color: #FFFFFF;
}

/* Content Style */

#content
{
	margin: 1em 2em 1em 2em;
	padding: 1em 1em 1em 1em;
	background-color: #FFFFFF;
	border: solid 2px #000000;	
}

#content h2
{	
	font-family: tahoma;
	font-weight: bold;
    text-transform: uppercase;
	letter-spacing: 20px;
	
	text-align:center;
}

#content a
{
    text-decoration: none;
    color: #696969;
    border-bottom: thin dotted #696969
}

#content a:hover {
    border-bottom: thin solid #696969
}

/* Footer Style */
#container #pageFooter
{
	position: relative;
	
	width: 100%;
	color: #FFFFFF;
}

#leftFooter
{
       padding-left: 1em;
}

#rightFooter
{
       padding-right: 1em;
}

/* News Page Style */

#news div.newsItems
{
	margin: 2em;
	padding: 1em 1em 1em 1em;
	background-color: #DADADA;
	border: dashed 2px #696969;        
}

#news h3.newsTitle
{
	font-family: tahoma;
	font-weight: bold;
        text-transform: uppercase;	
	letter-spacing: 5px;
}

#news p.newsBody
{
	text-align: left;
}

#news p.newsDate
{
	font-style: italic;
	font-size:small;
    text-align: right;
}

/* Contact Page Style */

#contact form
{
	margin: 0 auto;
	width: 85%;
}
#contact .contactField
{
	margin-bottom: 10px;
}
#contact .contactField label
{
	float: left;
	width: 120px;
	font-weight: bold;
}
#contact .contactField input
{
	width: 250px;
	clear: right;
}
#contact .contactField textarea
{	
	width: 350px;
	height: 200px;
	clear: right;
	
	overflow: auto;
}

#contact .error
{
	color:red;
}

#contact div.contactSend
{
	padding-top: 2em;
}
