html,body {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, sans-serif;
	color: #000000;
	font-size: 11px;
	background: #fff url(images/background_01.gif) repeat-x;
}
h1,h2,h3,h4,h5 {
	display: inline;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #002C53;
	margin: 30px 40px 10px 30px;
	padding: 0;
	width: 90%;
}
h1 { 
	font-size: 24px; 
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 3px;
	margin-bottom: 20px;
}
h2 { 
	font-size: 13px; 
	font-weight: bold;
	margin-top: 12px;
	width: 90%;
}
h3,h4,h5 { 
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#main {
	background: #fff;
}
#topbar {
	background: #001725 url(images/top_bar_bg_01.gif);
	height: 13px;
	width: 767px;
}
#header {
	width: 767px;
	height: 204px;
}
#headerprint { display: none; }
#bodycontent {
	background: #fff;
	border: solid 1px #99bacb;
	margin: 0;
	padding: 0;
	width: 767px;
}
#leftborder,#rightborder {
	background: #99bacb;
	width: 1px;
	display: inline;
	/* float: left; */
}
#centercolumn {
	background: #fff url(images/left_column_bg_01.gif) repeat-y;
	/* border-top: solid 1px #99bacb;
	border-bottom: solid 1px #99bacb; */
	margin: 0;
	padding: 0;
	display: inline; /* IE Hack */
	width: 474px;
	/* height: 835px; */
	min-height: 835px;
	float: left;
	text-align: left;
}
#centercolumn span.bodyimage {
	float: left;
	margin: 0 30px 20px 0;
}
#centercolumn p {
	/* display: inline;
	float: left; */
	font-size: 12px;
	margin: 15px 30px 15px 30px;
	padding: 0;
}
#centercolumn p.attributes {
	margin-left: 50px;
	margin-bottom: 30px;
}
#centercolumn ul, ol {
	/* display: inline;
	float: left; */
	font-size: 12px;
	margin: 0 30px 0 30px;
	padding: 0;
}
#centercolumn li {
	margin: 10px 0 10px 30px;
}
#rightcolumn {
	background: #fff;
	/* border-top: solid 1px #99bacb;
	border-bottom: solid 1px #99bacb; */
	margin: 0;
	display: inline; /* IE Hack */
	width: 291px;
	/* height: 835px; */
	min-height: 835px;
	float: left;
}
#rightcolumn h1 {
	padding: 30px 10px 30px 10px;
}
#rightcolumn p {
	font-size: 11px;
	margin: 20px 20px 10px 30px;
	padding: 0;
	width: 90%;
}
div.spacerhorizontal {
	background: #fff; 
	height: 1px; 
	width: 767px;
}
#bottombar {
	background: #001725 url(images/bottom_bar_bg_01.gif);
	color: white;
	display: inline;
	float: left;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	height: 24px;
	text-align: left;
	vertical-align: bottom;
	position: relative;
	width: 767px;
}
#bottombar p {
	margin: 0;
	padding: 5px 5px 0 15px;
	width: 90%;
}
.inputSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div.formFieldHoriz {
	margin: 4px 0 4px 0;
	padding: 0;
}
/* form fields */
div.formFieldHoriz,div.formFieldHorizButton {
	margin: 15px 20px 5px 30px;
}
div.formFieldHoriz div.formFieldHorizLabel {
	text-align: left;
	margin: 0 0 4px 0;
	width: 250px;
}
div.formFieldHorizButton {
}
div.formFieldHoriz div.formFieldHorizLabelSmall, div.formFieldHoriz div.formFieldHorizDataSmall {
	text-align: left;
}
div.formFieldHoriz div.formFieldHorizLabelSmall {
	font-weight: bold;
}
.hidden {
    border-right: 1px solid #CFCFCF;
	float: left;
    height: 23px;
	*height: 22px;
    margin-bottom: 5px;
    overflow: hidden;
	width: 225px;
}

.hidden select { width: 276px; *width: 500px; }
input, select {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size  : 11px;
	border : 1px solid #999999;
	padding: 3px;
	
}

form { overflow: hidden !important; }

