/* Global */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color:#b2b2b2;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c5c5c;
	}

img { border: none !important; margin: 0px; padding: 0px;}
.hide { display:none; }
.clear { clear:both }

.bkgd-home {
	background: #b2b2b2 url(images/bkgd_body.jpg) top center no-repeat;
	}

.content {
	padding:0 99px 20px 30px;
	background:#FFFFFF url(images/bkgd_content.jpg) right;
	}
	
/* Default */
p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #5c5c5c; line-height: 18px;}
.content a:link { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #a72421; text-decoration: none; font-weight: normal;}
.content a:visited { color: #a72421;font-weight: normal;}
.content a:hover { color:#FF0000;font-weight: normal;}
.content a:visited:hover { color: #FF0000;font-weight: normal;}
h1 {font-family: Arial, Helvetica, sans-serif;font-size: 16px;font-weight: bold;color: #a72421;line-height: 24px;}
h2 {font-family: Arial, Helvetica, sans-serif;color: #5c5c5c;font-size: 14px;font-weight: normal;line-height: 20px;}
h3 {font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 12px; font-weight: normal; line-height: 16px; font-style: italic;}

/* Lists */
.list ul li {
	list-style-type:square;
	list-style-image:url(images/list-bullet.gif);
	margin:0px 0px 0px -25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	color: 5c5c5c;
	line-height: 18px;
}
.list h2 {font-family: Arial, Helvetica, sans-serif;color: #5c5c5c;font-size: 12px;font-weight: normal;line-height: 12px;}
.outlinelist ul li {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 5c5c5c;
	line-height: 18px;
	text-indent: -15pt;
	list-style-type: none;
}
	
/* Navigation */
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5c5c5c;
	line-height: 30px;
	text-align: right;
	font-style: oblique;
	font-weight: normal;
	padding:0 20px 0 0;
}
.nav a:link {
	color: #5c5c5c;
	text-decoration: none;
	font-weight: bold;
}
.nav a:visited { color: #5c5c5c;}
.nav a:hover { color: #a72421;}
.nav a:active, a:focus { color: #5c5c5c;}
.nav a:visited:hover { color: #a72421;}

/* Home */
.homebody {
	margin: 0px;
	padding: 25px 300px 0 45px;
	color:#FFFFFF;
	text-align: left;
	}
.homebody a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	} 
	.homebody a:hover, a:visited:hover { text-decoration: none; color: #a72421;}
	
.homebody p	{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	line-height: 20px;
	margin-bottom:-5px;
	color:#FFFFFF;
	}
		
.homebody h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
	}
	
/* Footer */
.ftr {
	background: #b2b2b2 url(images/bkgd_ftr.jpg) top center no-repeat;
	color:#FFFFFF;
	height:75px;
	}
.ftr p {
	color:#FFFFFF;
	}
	
.ftr a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	} 
	.ftr a:hover, a:visited:hover { text-decoration: none; color: #a72421;}