@charset "UTF-8";
/* CSS Document */
/*BASELINE*/
/*body, div, hr {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-weight:normal; font-size:11px}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,p,blockquote,th,td, hr {
margin:0; padding:0;
}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;font-weight:normal;
}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}*/


.clear {
clear:both;	
}
body{
	margin:0;
	padding:0;
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}
#wrapper{
	width:100%;
	margin:0;
	padding:0;
}
#container{
	width:980px;
	padding:10px;
	margin:auto;
		min-height:400px;
	height:auto !important;
	height:500px;
}
/* --- HEADER DIVS --- */
#breadcrumbs{
	width:600px;
	font-size:10pt;
}
#breadcrumbs a{
	color:#eadfdf;
}

#header{
	width:980px;
	padding:0;
	margin:10px auto;
}

/* --- MAIN AREA DIVS --- */

#content{
	float:right;
	width:740px;
	padding:0px 10px;
	overflow:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;

}

#content h1{
	font-family:"Times New Roman", Times, serif;
	font-size:20pt;
	margin:10px auto;
	padding:0 0 5px 0;
	border-bottom:#d1232a 1px solid;
	
}
#content h2{
	font-family:"Times New Roman", Times, serif;
	font-size:16pt;
	margin:8px auto 0px auto;
}
#content h3{
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
	margin:8px auto 0px auto;
}
#content p {
	margin:5px 8px;
}


#footer{
	padding:5px 0px;
	margin:15px auto;
	width:100%;
	height:20px;
	background-color:#cbb9b9;
}
#footer p{
	margin:5px;
}

