body
{
	margin: auto;
	text-align: center;
	background: #d4d4d4;
	background-position: top center;
	background-image: url("pics/background.jpg");
	background-repeat: repeat-x;
	padding: 0px;
	font: 11px/20px verdana;
}

#container
{
	background-image: url("pics/content_background.jpg");
	background-repeat: repeat-y;
	padding: 0px 0px 5px 0px;
	width: 790px;
	text-align: left;
	margin: auto;
	color: #052348;
}

#title
{
	text-align: right;
	padding: 210px 20px 3px 0px;
	color: #fff;
	background-image: url("pics/title.jpg");
	margin: 0px 0px 5px 0px;
}

#title a
{
	color: #fff;
	text-decoration: none;
}

#title a:hover
{
	text-decoration: underline;
}

#left
{
	margin: 0px 10px 0px 10px;
	float: left;
	width: 185px;
}

#right
{
	padding: 5px 0px 0px 0px;
	float: left;
	width: 570px;
	color: #253204;
}

#right a
{
	color: #739026;
	text-decoration: none;
}

#right a:hover
{
	text-decoration: underline;
}

#footer
{
	text-align: center;
	color: #fff;
	margin: auto;
	clear: both;
	background: #3D3D3D;
	width: 770px;
}

#footer a
{
	color: #fff;
	text-decoration: none;
}

#footer a:hover
{
	color: #fff;
	text-decoration: underline;
}

.box
{
	background: #f3f3f3;
	padding: 10px;
	border: 1px dashed #d7d6d6;
	color: #000;
	margin-bottom: 5px;
}

.box ul
{
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

.box li
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 3px;
}

h1
{
	font: 14px verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.photoleft
{
	border: 1px solid #394b07;
	float: left;
	margin: 0px 10px 10px 0px;
}

.photoright
{
	border: 1px solid #394b07;
	float: right;
	margin: 0px 0px 10px 10px;
}

.ems
{
	color: #888888;
}

.ems a
{
	color: #888888;
	text-decoration: none;
}

.ems a:hover
{
	color: #888888;
	text-decoration: underline;
}

.phone
{
	font: 15px verdana;
	font-weight: bold;
}










fieldset
{
	padding-top: 15px;
	padding-bottom: 15px;
	padding: 0px;
	border: solid 0px;
}
	
fieldset div
{
	margin-top: 10px;
}
	
fieldset div label
{
	float: left;
	width: 100px;
	color: #000;
	font: 10px/20px verdana;
	font-weight: bold;
}
	
fieldset input, fieldset textarea, fieldset select
{
	border: 1px solid #ccc;
	background: #fff;
	width: 250px;
}
	
fieldset textarea
{
	width: 250px;
	height: 100px;
	overflow: auto;
}
	
fieldset select
{
	padding: 0px;
}


fieldset submit
{
	width: 50px;
}
