* {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0;
}
a img {
	border: none;
}
fieldset {
	padding: .5em;
}
a, a:link {
	color: #A92632;;
}
a:hover {
	text-decoration: none;
}
p {
	/*text-align: justify;*/
	padding: 0.5em 0;
}
body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	text-align: center;
	/*color: #A92632;*/
	color: #000000;
	padding: 15px 0;
}
#container {
	/*min-width: 760px;
	max-width:960px;
	width: auto !important;
	width: 960px;*/
	width: 767px;
	margin: 0 auto;
	/*padding: 15px 0;*/
	text-align: left;
}
#container_i {
	background: url(../images/container_r.jpg) right repeat-y;
}
#container_i_i {
	background: url(../images/container_t_r.jpg) top right no-repeat;
	padding: 0 15px 0 0;
}
#bartop {
	background: url(../images/bartop_c.jpg) repeat-x;
	height: 34px;
	margin-bottom: 3px;
}
#bartop_l {
	background: url(../images/bartop_l.jpg) left no-repeat;
	height: 34px;
}
#bartop_r {
	background: url(../images/bartop_r.jpg) right no-repeat;
	height: 34px;
	padding-right: 30px;
}
#bartop ul {
	margin: 0;
	padding: 0;
	list-style: none;text-align: right;
}
#bartop ul li {
	display: inline;
	padding: 0 15px;
	border-left: 1px #A92632 solid;
}
#bartop ul li.first {
	border: none;
}
#bartop ul li a {
	line-height: 34px;
}
#sidebar {
	float: left;
	width: 190px;
}
#sidebar_i {
	padding-right: 10px;
}
#logo {
	
}
#logo img {
	display: block;
}
#sidebar h2 {
	padding: 0;
	text-align: center;
	color: #FFFFFF;
	background: url(../images/sidebar_caption_bg.jpg) no-repeat;
	line-height: 23px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li {
	background: url(../images/sidebar_link_bg.jpg) bottom no-repeat;
}
#sidebar ul li a {
	display: block;
	line-height: 24px;
	padding-left: 25px;
	background: url(../images/bullet1.jpg) top left no-repeat;
}
#main {
	float: none;
	margin-left: 190px;
}
#main #boxmain {
	background: url(../images/boxmain_c.jpg) repeat-x;
	height: 197px;
}
#main #boxmain_i {
	background: url(../images/boxmain_l.jpg) left no-repeat;
	height: 197px;
}
#main #boxmain_i_i {
	background: url(../images/boxmain_r.jpg) right no-repeat;
	height: 177px;
	padding: 10px 10px 10px 150px;
	color: #FFFFFF;
}
#main #boxmain_i_i h1 {
	font-size: 1.8em;
	font-style: italic;
}
#main #boxmain .formfields {
	float: left;
	width: 230px;
}
#main #boxmain .formfields label.label, #main #boxmain .formfields div.field {
	padding: 5px 0;
}
#main #boxmain .formfields label.label {
	float: left;
	width: 50px;
	font-weight: bold;
}
#main #boxmain .formfields div.field {
	float: left;
	width: 180px;
}
* html #main #boxmain .formfields div.field {
	width: 170px;
}
#main #boxmain .formfields div.field input.textbox {
	/*width: 100%;*/
	width: 160px;
}

#main #boxmain .formbuttons {
	float: left;
	padding-left: 10px;
	padding-top: 15px;
}
* html #main #boxmain .formbuttons {
	padding-left: 0;
}
#main h1.pagename {
	background: url(../images/pageheading_c.jpg) top repeat-x;
}
#main h1.pagename, #main h1.pagename a {
	color: #A92632;
	text-decoration: none;
}
#main h1.pagename span.pagename_i {
	display: block;
	background: url(../images/pageheading_l.jpg) left top no-repeat;
}
#main h1.pagename span.pagename_i_i {
	display: block;
	background: url(../images/pageheading_r.jpg) right top no-repeat;
	line-height: 24px;
	padding: 0 15px;
}
#main h2 {
	color: #2C2C2C;
}
#main #boxcontact {
	background: #F3F1F2 url(../images/boxcontact_bg.jpg) repeat;
	padding: 10px;
	margin: 10px 0 10px 10px;
	/*font-weight: bold;*/
	width: 250px;
	color: #A92632;
}
#main ul {
	list-style-position: inside;
}
#footer {
	clear: both;
	background: url(../images/container_b.jpg) top repeat-x;
	text-align: center;
	color: #676666;
}
#footer_i {
	background: url(../images/container_b_l.jpg) top left no-repeat;
}
#footer_i_i {
	background: url(../images/container_b_r.jpg) top right no-repeat;
	padding: 20px 10px;
}
#footer, #footer a {
	font-size: 0.9em;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 5px;
}
#footer ul li {
	display: inline;
	border-left: 1px #A92632 solid;
}
#footer ul li.first {
	border: none;
}
#footer ul li a {
	padding: 0 5px;
}

.clr {
	clear: both;
}
.clrleft {
	clear: left;
}
.clrright {
	clear: right;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.alignnone {
	float: none;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}

.inputform {
	width: 100%;
}
* html .inputform {
	width: auto;
	float: left;
}
.inputform .label {
	float: left;
	width: 30%;
	text-align: right;
	font-weight: bold;
	color: #333333;
	margin: 3px 0;
}
.inputform .field {
	float: left;
	width: 68%;
	padding-left: 1%;
	margin: 3px 0;
}
.inputform .formfooter {
	float: left;
	width: 100%;
}
.inputform .formfooter_i {
	padding-left: 31%;
}
.inputform .field .textbox {
	width: 90%;
	font-family: inherit;
	font-size: inherit;
	border: 1px #999999 solid;
}
.inputform .button {
	
}