html {
	background:#fff url(images/flare.jpg) top center no-repeat;
}
body  {
	font:90% Arial, Helvetica, sans-serif;
	margin:10px auto;
	padding:0px;
	background-image:url(images/body-bg.png);
	color:#000;
	border:2px solid #333;
	width:758px;
}
img a {
	border:0;
	outline:none;
}
em {
	font:italic;
	color:#900;
}
ul {
	padding-bottom:0.7em;
}
li {
	list-style-type:none;
	font-weight:bold;
}
li ul li {
	font-weight:normal;
	font-size:90%;
	padding-top:0.4em;
	padding-bottom:0.8em;
}
a {
	color:#930;
	outline:none;
	font-weight:bold;
}
a:link {
	color:#0151A9;
}
a:visited {
	color:#039;
}
a:hover {
	color:#c30;
}
a:active {
	color:#c30;
}
h1, h2, h3, h4 {
	font-weight:bold;
	padding-bottom:5px;
}
h1 {
	font-size:23px;
	border-bottom:1px dashed #306084;
}
h2 {
	font-size:19px;
	border-bottom:1px dashed #736d6d;
}
h3 {
	font-size:17px;
	border-bottom:1px dashed #732313;
}
h4 {
	font-size:17px;
	border-bottom:1px dashed #ab9588;
}
#home {
	display:block;
}
#article1{
	display:none;
}
#header0, #header1, #header2, #header3, #header4, #header5 {
	height:200px;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	border-top:1px solid #bbb;
	margin:0;
	padding:0;
	overflow:hidden;
} 
#header0 {
	background:url(images/header0.jpg) right top no-repeat;
}
#header1 {
	background:url(images/header1.jpg) right top no-repeat;
}
#header2 {
	background:url(images/header2.jpg) right top no-repeat;
}
#header3 {
	background:url(images/header3.jpg) right top no-repeat;
}
#header4 {
	background:url(images/header4.jpg) right top no-repeat;
}
#header5 {
	background:url(images/header5.jpg) right top no-repeat;
}
#nav {
	height:80px;
	width:527px;
	background:url(images/nav_line_bg.gif) repeat-x;
	float:right;
	padding:0;
	margin:0;
}
#nav img, #nav a {
	border:none;
	outline:none;
}
#subnav {
	color:#000;
	height:44px;
	width:507px;
	margin:0px;
	padding:8px 10px;
	background:url(images/subheader_bg.png);
}
#spacer1 {
	height:52px;
}
#subheader1 {
	background:transparent url(images/title.jpg) right top no-repeat;
	height:63px;
	width:527px;
	float:right;
	clear:right;
	padding:0px;
	margin:0;
	text-align:right;
}
#subheader2 {
	height:57px;
	width:511px;
	font-size:16px;
	font-weight:bold;
	float:right;
	clear:right;
	padding:0px 16px 0px 0px;
	margin:0;
	text-align:right;
}
#headerbottombar {
	height:1px;
	font-size:0px;
	margin:0;
	background-color:#222;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
}
#vignette0, #vignette1, #vignette2, #vignette3, #vignette4, #vignette5 {
	width:228px;
	height:200px;	
	float:left;
	clear:left;
	border-right:1px solid #444;
	border-bottom:1px solid #321313;
	margin:0;
	padding:0;
	font-size:0px;
}
#vignette0 {
	background-image:url(images/vignette0.jpg);
}
#vignette1 {
	background-image:url(images/vignette1.jpg);
}
#vignette2 {
	background-image:url(images/vignette2.jpg);
}
#vignette3 {
	background-image:url(images/vignette3.jpg);
}
#vignette4 {
	background-image:url(images/vignette4.jpg);
}
#vignette5 {
	background-image:url(images/vignette5.jpg);
}
.left_col {
	padding:1px 16px 12px 16px;
	width:520px;
	background:transparent;
	float:left;
	text-align:left;
}
.right_col {
	padding:6px 10px 12px 10px;
	width:160px;
	float:right;
	text-align:left;
}
#upperfooter {
	font-size:12px;
	color:#fff;
	background:#2b2120 url(images/upperfooter.jpg) repeat-x;
	padding:5px 0px;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	border-top:1px solid #bbb;
}
#upperfooter h4 {
	margin:0px;
}
#upperfooter li {
	list-style-type:none;
}
#footer {
	font-size:11px;
	color:#fff;
	background:#364556 url(images/footer-bg.jpg) repeat-x;
	padding:5px 16px;
	border:1px solid #889;
}
#footer a:link, #upperfooter a:link {
	color:#ffba75;
}
#footer a:visited, #upperfooter a:visited {
	color:#ffba75;
	outline:none;
}
#footer a:hover, #upperfooter a:hover {
	color:#fc6;
}
#footer a:active, #upperfooter a:active {
	color:#fc6;
	outline:none;
}
.upperfootersubblock {
	width:228px;
	padding:0px 12px;
	border-right:1px solid #ab9588;
	display:inline;
	float:left;
}
.upperfootersubblockend {
	width:220px;
	padding:0px 12px;
	display:inline;
	float:left;
}
.clear {
	clear:both;
	display:block;
	height:1px;
	overflow:hidden;
	margin:0;
	padding:0;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.divider1 {
	height:1px;
	border-bottom:1px dashed #777;
	margin:1px 0px;
}
.linkdivider {
	width:1px;
	background-color:#555555;
	display:inline;
}
.finish {
	border-right:1px solid #aaa;
}
.highlight {
	color:#060;
	font-weight:bolder;
	font-size:130%;
}
.normalize {
	font-weight:normal;
	font-size:90%;
}
.smaller {
	font-size:11px;
}
.cellhighlight {
	background-color:#c1b7b0;
	border-bottom:1px solid #fff;
}
.cellhighlight2 {
	background-color:#fff;
	border-bottom:1px solid #bab6b4;
}
.cellhighlight3 {
	background-color:#c1b7b0;
	border-bottom:1px solid #fff;
}
.cellhighlight4 {
	background-color:#fff;
	border-bottom:1px solid #bab6b4;
}
.cellhighlight5:hover {
	background-color:#EDCFB1;
}
.cellhighlight3:hover {
	background-color:#EDCFB1;
	border-bottom:1px solid #fff;
}
.cellhighlight4:hover {
	background-color:#EDCFB1;
	border-bottom:1px solid #bab6b4;
}
.super {
	text-decoration:underline;
	font-size:60%;
	vertical-align:super;
}
.largeseparator {
	font-size:19px;
	color:#365A83;
}

/*-------------- form validation ---------------------*/

.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	font-weight:bold;
}
.textfieldValidState input, input.textfieldValidState {
	background-color: #B8F5B1;
}
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
}
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}
.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
}
.textfieldHintState input, input.textfieldHintState {
}
