body
{
	margin: 0px;
	padding: 0px;
}

li
{
	margin-bottom: 7px;
}

#main_wrapper
{
	border: 0px dashed orange;
	margin-top: 0px;
}

#top_banner
{
	width:960px;
	height: 155px;
	background-color: #fff;
	background-image: url('images/topbanner.jpg');
    background-repeat: no-repeat;
}


#shaddow
{
	background-image: url('images/page_bg.jpg');
	background-color: #fcfcfc;
	padding: 0 10px 0 10px;
	border: 0px dashed red;
	width: 960px;
}


#content_wrapper
{
	width: 960px;
	min-height: 800px;
	border: 0px dashed red;
	background-color: #ffffff;
	text-align: left;
}

h2
{
	margin-top: 0px;
	font-size: 20px;
	color: #666666;
}

h3
{
	margin-top: 0px;
	font-size: 16px;
	color: #8FBC4E;
}


.normal
{
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 13px;
	line-height: 140%;
	color: #444444;
}

.photo_frame
{
	float:left;
	background-color:#f0f0f0;
	width:200px;
	min-height:100px;
	border: 10px solid #65833B;
	margin: 0px 30px 30px 30px;
}

.photo_frame1
{
	background-color:#f0f0f0;
	
	margin: 0px 0px 20px 0px;
    border: 5px solid #65833B;
}

#footer
{
	background-color: #f0f0f0;
	min-height: 100px;
	padding: 5px;
	text-align: center;
}

.link
{
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 14px;
	color: #65823C;
	text-decoration: none;
}

.link:hover
{
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 14px;
	color: #65823C;
	font-weight: bold;
	text-decoration: none;
}

.hline1
{
	border-top: 1px dashed #cccccc;
	margin:30px 20px 10px 20px;
}

.bold
{
    font-weight: bold;
}

.formtable
{
    font-size: 11px;
}

.formtable input, select
{
    font-size: 11px;
}

.longtext
{
    width: 150px;
}

.error_summary
{
    border: 1px solid #cc0000; 
    background-color: #ffffcc; 
    padding:5px; 
    width: 400px; 
    margin-bottom: 10px;
}


