* 
{
	margin: 0;
	padding: 0;
}

html, body
{
	background-image: url(../cmsimages/background.gif);
	background-color: #6f91ce;
	color: #0c0c0c;
	font-family: Tahoma, Arial, Serif;
	font-size: 1em;
	height: 100%;
	min-height: 100%;
	width: 100%;
}

a
{
	color: #0c0c0c;
}

img
{
	border: 0;
	margin: 0;
	padding: 0;
}

ul
{
	margin-left: 40px;
}

ol
{
	margin-left: 40px;
}

div#container
{
	background-color: #6f91ce;
	min-height: 100%;
}

div#container,
div#footer
{
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	margin: 0 auto 0 auto;
	width: 800px;
}

div#header
{
	background-image: url(../cmsimages/headerback.jpg);
	height: 200px;
	width: 800px;
}

div#header img#title
{
	float: left;
}

div#header img#skyscraper
{
	float: right;
}

div#nav
{
	background-image: url(../cmsimages/navdrop.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #454545;
	height: 45px;
}

div#content_2
{
	margin-left: 5px;
	padding: 20px 20px 5px 20px;
	width: 740px;
}

div#content
{
	height: 100%;
	padding: 30px;
	width: 750px;
}

div#content img
{
	border: 0;
	margin: 0;
	padding: 5px;
}

div#footer
{
	background-color: #454545;
	color: #ffffff; /* FOOTER TEXT COLOR HERE!! */	
	height: 55px;
}

div#footer p
{
	font-size: 8pt;
	font-weight: bold;
	padding: 5px 0 0 0;
	text-align: center;
}
div#footer a
{
	color: #6f91ce; /* FOOTER LINK COLOR HERE!! */
	text-decoration: underline;
}

/* Fieldset Contact Form */
fieldset,
fieldset.contactForm legend,
fieldset.contactForm label,
fieldset.contactForm li
{
	color: #405782;
	font-family: Tahoma, Arial, Serif;
	font-size: 1em;
}

fieldset
{
	background-color: #405782;
	background-image: url(../cmsimages/fieldsetback.gif);
	background-repeat: repeat-x;
}

div.contactForm
{
	margin: 0 auto 0 auto; 
}

fieldset div.title
{
	background-color: #405782;
	border: 1px solid #000000;
	color: #ffffff;
	margin-left: 1em;  
	padding: 2px; 
	font-weight: bold; 
}

fieldset.contactForm
{
	border: 1px solid #000000;
	color: #ffffff;
	margin: 1.5em auto 0 auto;  
	padding: 0 0 10px 0; 
	text-align: center;
} 

fieldset.contactForm input,
fieldset.contactForm textarea
{
	border: 1px solid #000000;
	padding: 0 2px 0 2px;
} 

fieldset.contactForm input.radio
{
	border: 0;
}

fieldset.contactForm div.submit
{
	text-align: center;
}

fieldset.contactForm legend 
{  
	background-color: #405782;
	border: 1px solid #000000;
	color: #ffffff;
	margin-left: 1em;  
	padding: 2px; 
	font-weight: bold; 
} 

fieldset.contactForm label 
{  
	color: #ffffff;
	float: left;
	padding-right: 5px;
	text-align: right;
}

div#content fieldset.contactForm ol 
{  
	padding: 1em 1em 0 1em;  
	list-style: none; 
} 

fieldset.contactForm li 
{  
	padding-bottom: 1em; 
	text-align: left;
} 










