@charset "utf-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 901px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/bg-container.jpg);
	background-repeat: no-repeat;
	background-position: top;
} 
#container2 {
	width: 901px;
	margin: 0 auto;
	text-align: left;
} 
#header {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	height: 96px;
} 
#navigation {
	background-color: #c12900;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#navigation a {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navigation a:hover {
	background-color: #942000;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sidebar1 {
	float: left;
	width: 215px;
	padding-top: 20px;
	padding-left: 22px;
	padding-bottom: 15px;
}
#sidebar1 h3 {
	font-size: 14px;
	padding-top: 10px;
}
.links1 a {
	color: #4e4e51;
	line-height: 28px;
}
.links1 a:hover {
	color: #942000;
}
.links2 {
	font-weight: bold;
	color: #942000;
	text-decoration: none;
}
#sidebar2 {
	float: right;
	width: 290px;
	padding-right: 30px;
	padding-top: 20px;
}
#sidebar2 a {
	color: #942000;
}

#sidebar2 h2 {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	background-image: url(../images/hdr-arrow.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 10px;
}

#mainContent {
	margin-top: 0;
	margin-right: 360px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 20px;
} 
#mainContent a {
	color: #942000;
}

#mainContent h2{
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	background-image: url(../images/hdr-arrow.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 10px;
} 

#footernav {
	background-color: #942000;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footernav a{
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer { 
	padding: 0 10px 0 20px; 
} 
#smalltext {
	font-size: 10px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#spacing {
	height: 12px;
}

/* INSIDE PAGES PROPERTIES */
#insidecallout {
	height: 186px;
}
#contentarea {
	background-color: #e7eacc;
	padding: 18px;
}
#contenttext {
	background-color: #ffffff;
}
#contenttext h1 {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	background-image: url(../images/hdr-arrow.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#insidetext {
	padding-right: 20px;
	padding-left: 20px;
}