body {
	font-family: "Arial", "Helvetica", "Sans-Serif";
	font-size: 13px;
	line-height: 17px;
	color: #414141;
}

.wrap_center {
	width: 920px;
	margin: 0 auto;
}

#header {
	clear: both;
	padding-top: 30px;
	overflow: hidden;
}

#header_left {
	float: left;
	padding-top: 0px;
	margin-left: 4px;
}

#header_right {
	float: right;
	margin-top: -8px;

}

#header_right img{
	border: 1px solid #ccc;

}

#footer {
	clear: both;
	width: 100%;
	height: 35px;
	padding-top:0px;
	text-align: center;
	color: #666;
	font-size: 10px;
}

#footer_logo a{
	display: block;
	background: transparent;
	width: 200px;
	height: 30px;
	margin-left: 10px;
	text-decoration: none;
}

#footer_logo a:hover{
	text-decoration: none;
}

.poweredby {
	font-size: 10px;
	margin-top: 6px;
	padding-right: 5px;
	display: block;
	float: left;
}

#PageContent {
	clear:both;
	margin-bottom: 20px;
	margin-top: 18px;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;

	min-height:500px;
	height:auto !important;
	height: 500px;
	overflow: hidden !important;
	overflow: visible;
}

/*--BODY COPY--*/

#PageContent h1, #PageContent h2, #PageContent h3 {
	color: #971b1d;
}

#PageContent h1 {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 0px;
	padding-top: 30px;
}	

#PageContent h2, #PageContent h2 a  {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 30px;
	margin-top: 30px;
}

#PageContent h3, #PageContent h3 a  {
	font-size: 14px;
	margin-bottom: 15px;
	color: #971b1d;
	margin-top: 15px;
}	

#PageContent p {
	margin-bottom: 15px;
}


#PageContent ul {
	list-style-type: disc;
	margin-left: 26px;
	margin-bottom: 15px;
}

#PageContent li {
	margin-bottom: 3px;
}

#PageContent ol {
	list-style-type: decimal;
	margin-left: 26px;
	margin-bottom: 15px;
}


/*--DEFAULT FONT SIZES--*/
a {
	color: #971b1d;
}

a:hover {
	color: #971b1d;
	text-decoration: none;
}

/*--END DEFAULT FONT SIZES--*/

.highlight_main {
	color: #971b1d;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

em {
	font-style:  italic
}

/*-----*/


/*--LEGAL--*/
#legal {
	padding-top: 15px;
	margin-top: 10px;
}

#legal p{
	font-size: 10px;
	margin-bottom: 10px;
}

.bodySmall {
	font-size: 10px;
}



/*--GENERAL--*/
.clearboth {
	clear:both;
}

sup {
	vertical-align:super;
	font-size: 9px;
}

.err {
	color: red;
}
small {
	font-size: 11px;
	line-height: 140%;
}

.error_container {
	border: 1px solid #ebebeb;
	background: #fcfde1;
	padding: 10px;
	margin-bottom: 15px;
	color: red;
}

#PageContent .error_container ul {
	margin-bottom:0px;
}

#PageContent .error_container h4{
	color: red;
}

#PageContent .error_container p{
	color: red;
}
