
html, body {
	font-family: Helvetica,Arial,Verdana,Geneva,san-serif ;
	font-size: 12px ;
	line-height:22px;
	color:#3D3D3D;
	background-color: #B7B8BD ;
	margin-left: 0px ;
	margin-top: 0px ;
	margin-right: 0px ;
	margin-bottom: 0px ;
	height: 100% ;
}

a:link, a:visited, a:active {
	text-decoration: underline ;
	color: #C33D38 ;
}

a:hover {
	text-decoration: none ;
}

h1 {
	font-size:18px;
	font-weight:100;
	color:#C33D38;
	padding:0px;
	margin:0px 0px 0px 0px;
}

#outer {
	position: relative ;
	min-height: 100% ;
}

* html #outer {
	height: 100% ;
}

#footer {
	position: absolute ;
	bottom: 0px ;
	width: 100% ;
	font-size: 11px ;
	color: #DFDFDF ;
	text-align: center ;
	height:30px;
}

#footer A:link, #footer A:visited, #footer A:active {
	text-decoration: none ;
	color: #DFDFDF;
}

#footer A:hover {
	text-decoration: none;
	color: #cccccc;
}

#navigation {
	font-size: 12px;
	width: 100%;
	height:162px;
	background-image:url(/images/nav-bg.jpg);
	background-repeat:repeat-x;
}

#navigation UL#main_tier {
	margin: 0px ;
	list-style-type: none ;
}

#navigation UL#main_tier LI {
	color: #ffffff ;
	float: left ;
	padding: 10px 20px 0px 20px ;
}

#navigation UL#main_tier .on {
}

#navigation UL#main_tier A {
	text-decoration: none ;
}

#navigation UL#sub_tier {
	margin: 0px ;
	list-style-type: none ;
}

#navigation UL#sub_tier LI {
	font-size: 11px ;
	color: #ffffff ;
	float: left ;
	padding: 12px 12px 12px 0px ;
}

#navigation UL#sub_tier A {
	text-decoration: none ;
}


#sub-navigation{
	float:left;
	width:285px;
}

#sub-navigation UL {
	margin: 0px ;
	padding:0px 0px 0px 0px;
	list-style-type: none ;
	width:285px;
	font-size: 14px ;
	line-height:14px;
}

#sub-navigation UL LI {
	color: #FFFFFF ;
	padding: 0px ;
	display:inline;
}

#sub-navigation UL A {
	color: #AE3C38 ;
	text-decoration: none ;
	width:245px;
	padding-left: 40px;
	height:33px;
	padding-top:10px;
	background-repeat: no-repeat ;
	display: block ;
}

#sub-navigation A.sub-on {
	color: #FFFFFF ;
	background-image: url(/images/sub-nav-bg.png) ;
	background-repeat: no-repeat ;
}

#sub-navigation A.sub-off {
	background-image: none ;
}

#sub-navigation A:hover.sub-off {
	color: #FFFFFF ;
	text-decoration: none ;
	background-image:url(/images/sub-nav-bg.png);
}

#page-content {
	float: right ;
	padding-right: 20px ;
	width: 680px ;
	display:inline;
}

#page-content h1{
	margin:0px 0px 20px 0px;
}

#page-content p{
	margin:0px 0px 20px 0px;
}

#content {
	width: 1000px ;
	margin:0px auto ;
	min-height:400px;
	background-image:url(/images/layout/left-nav-bg.png);
	background-repeat:repeat-y;
	background-color:#F4F4F4;
	padding:30px 0px 10px 0px ;
}

#content-outer {
	width: 100% ;
	min-height:430px;
	background-color:#AE3C38;
}

#column-left{
	float:left;
	display:inline;
}

#column-right{
	float:right;
	display:inline;
}

#content-footer {
	width: 1000px ;
	margin:0px auto ;
	height:10px;
	background-image:url(/images/layout/left-nav-footer.png);
	background-repeat:no-repeat;
	padding-bottom:30px;
}
.form_error {
	color: #cc0000 ;
	font-size: 10px ;
}

.form_instructions {
	color: #333333 ;
	font-size: 10px ;
	font-style: italic ;
}

.cleaner {
        clear: both ;
        height: 0px ;
        font-size: 0px ;
        line-height: 0px ;
        border: 0px ;
        margin: 0px ;
        padding: 0px ;
        background: transparent ;
}
