/*----------------------------------------------------------------------------*/
/* General
/*----------------------------------------------------------------------------*/

IMG {
	border: none;
}

.center {
	text-align: center;
}

.error {
	color: red;
	font-size: 1.1em;
	font-weight: bold;
}	

.field_name {
	font-size: .92em;
}

.large-first-letter:first-letter {
	font-size: 3em;
	line-height: .8em;
	float: left;
	margin: 0 4px 0px 0;
}

/*----------------------------------------------------------------------------*/
/* Main Template
/*----------------------------------------------------------------------------*/

#main {
	width: 928px;
	margin: 0 auto 0 auto;
}

/*----------------------------------------------------------------------------*/
/* Home
/*----------------------------------------------------------------------------*/

#home TABLE TD {
	vertical-align: top;
}

#home H2 {
	margin: 0 0 8px 0;
	padding: 0;
	line-height: 1.1em;
	font-size: 22px;
	font-family:'Palatino Linotype','Book Antiqua',Palatino,serif;
}

#home P {
	margin: 0;
	padding: 0;
	line-height: 1.1em;
	font-size: .95em;
}

#home #top-left {
	height: 252px;
	width: 403px;
	border-right: 1px solid #8C1411;
}

#home #top-right {
	height: 252px;
	width: 458px;
	background-image: url(/images/bgHomeTopRight.gif);
}

#home #top-right .wrapper {
	padding: 35px 35px 30px 50px;
}

#home #top-right .button {
	margin-top: 20px;
	text-align: center;
}

#home TABLE #content {
	background-image: url(/images/bgHomeContent.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #9C0800;
	border-top: 1px solid #000000;
}

#home #content-row1-left, #home #content-row1-right {
	padding: 20px 30px 15px 30px;
}

#home #content-row2 {
	padding: 15px 30px 20px 30px;
}

#home #content-row1-left H2, #home #content-row2 H2 {
	color: #F7D263;
}

#home #content-row1-left P, #home #content-row1-right P, #home #content-row2 P {
	color: #FFFFFF;
}

#home #content-row2 P {
	padding-right: 250px;
}

#home .content-spacer {
	width: 786px;
	margin: 5px 0 0 30px;
	border-top: 1px solid #560502;
}

#home #content-row3 {
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #590805;
}

#home #content-row3 .spacer {
	height: 3px;
	background-color: #8C1210;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#home #content-row3 P {
	height: 35px;
	line-height: 30px;
}

/*----------------------------------------------------------------------------*/
/* Register Form
/*----------------------------------------------------------------------------*/

TABLE.container-outer {
	border-collapse: collapse;
	border: 1px solid #000000;
	padding: 1px;
}

