body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #5e2f2f;
	margin: 0px;
	width:100%;
	color: #000000;
}
#container {
		padding:0 0 0 0;
		width:950px;
		text-align:center;
	}
.content {
		padding:0 0 0 0;
		width:950px;
		text-align:left;
		background-color:#fff5da;
	}
.footer {
		padding:0 0 0 0;
		width:950px;
		text-align:right;
		background-color:#5E2F2F;
		font-size:11px;
		color:#CCCCCC;
	}
.mainlefttext {
	text-align:left;
	margin-left:15px;
	}
h1 {
	font-size: 18px;
	color: #5E2F2F;
}
h2 {
	font-size: 16px;
	color: #000000;
	margin: 0;
}
h3 {
	font-size: 16px;
	color: #5E2F2F;
	}
.content a:link, a:visited, a:active {
	color:#5E2F2f;
	text-decoration:underline;
	}
.content a:hover {
	text-decoration:underline;
	color: #006600;
	}
.righttable {
	background-color: #ADE3F5;
	color: #000000;
	border-collapse: collapse;
	width: 220px;
}
.righttable a:link {
	color:#5E2F2F;
	text-decoration:underline;
	}
.righttable a:visited {
	color:#5E2F2F;
	text-decoration: underline;
	}
.righttable a:hover {
	color:#006600;
	text-decoration:underline;
	}
.righttable a:active {
	color:#5E2F2F;
	text-decoration:underline;
	}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-position: 15px;
	padding-left: 10px;
	line-height: 25px;
}
a:link.nav {
	color:#006600;
	text-decoration: none;
	}
a:visited.nav {
	color: #333333;
	}
a:hover.nav {
	color: #000000;
	background-color: #CCCCCC;
	}
a:active.nav {
	color:#000000;
	}
a:link.foot {
	color:#CCCCCC;
	}
a:visited.foot {
	color: #CCCCCC;
	}
a:hover.foot {
	color: #FFFFFF;
	}
a:active.foot {
	color:#CCCCCC;
	}

select, option{
    font-size:13px;
}

ol.phpfmg_form{
    list-style-type:none;
    padding:0px;
    margin:0px;
}

ol.phpfmg_form li{
    margin-bottom:5px;
    clear:both;
    display:block;
    overflow:hidden;
	width: 100%
}


.form_field, .form_required{
    font-weight : bold;
}

.form_required{
    color:red;
    margin-right:8px;
}

.field_block_over{
}

.form_submit_block{
    padding-top: 3px;
}

.text_box, .text_area, .text_select {
    width:300px;
}

.text_area{
    height:80px;
}

.form_error_title{
    font-weight: bold;
    color: red;
}

.form_error{
    background-color: #F4F6E5;
    border: 1px dashed #ff0000;
    padding: 10px;
    margin-bottom: 10px;
}

.form_error_highlight{
    background-color: #F4F6E5;
    border-bottom: 1px dashed #ff0000;
}

div.instruction_error{
    color: red;
    font-weight:bold;
}

hr.sectionbreak{
    height:1px;
    color: #ccc;
}

