body
	{
	height: 100%;
	color: #999999;
	text-align: left;
	margin: 0;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	}

a 	{
	color: #999999;
	font-size: 12px;
	text-decoration: none;
	}

a:hover 
	{
	color: #CCCCCC
	}

#header
	{
	width: 780px;
	}

#nav
	{
	text-align: center;
	background-image:  url(images/nav_strip.gif);
	height: 43px;
	width: 832px;
	line-height: 43px;
	color: #666666;

	}
		
#nav a
	{
	color: #666666;
	font-size: 14px;
	text-decoration: none;
	}

span#myImage
	{
	margin: 8px 0px 10px 10px;
	float: right;
	}
	
#nav a:hover
	{
	color: #CCCCCC;
	}

#body
	{
	margin: 20px 20px 20px 30px;
	color: #333333;
	font-size: 14px;
	text-align: justify;
	white-space: normal;
	line-height: 200%;
	}
	
#body a 			{font-size: 14px; color: #ff7e00; text-decoration: none }
#body a:hover 	{font-size: 14px; color: #ff7e00; text-decoration: underline }

#footer
	{
	background-image:  url(images/bot_strip.gif);
	background-repeat: no-repeat;

	}

/* @group CONTACT FORM */

form {
	margin-bottom: 25px;
}

.message-text {
	color: #333333;
}

.required-text {
	color: #D60000;
}

.form-input-field {
	
}

*/ 
.form-input-button {
	
}

/* @end */
