@charset "UTF-8";
body {
	background: #E6E6E6;
	margin: 0px;
	padding: 0px;
	text-align: center; /* centers the container in IE 5* browsers. */
	color: #464646;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
	color: #F3720F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #F3720F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #F3720F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #F3720F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

img {
	border: 0;
}

#container {
	width: 800px;
	background: #E6E6E6;
	margin: 0 auto;
	text-align: left; /* overrides the text-align: center on the body element. */
}

/* CREDIT STATEMENT SETUP
--------------------------------------------------------------*/

#credit {
	width: 800px;
	height: 25px;
	padding: 40px 0px 0px 0px;
	
}
#credit h1 {
	font-size: 12px;
	height: 21px;
	text-transform: uppercase;
	text-indent: -9999px;
	-moz-outline: none;
	padding: 0;
	margin: 0px 0px 2px 0px;
}

#credit h1 a,
#credit h1 a:visited {
	display: block;
	width: 800px;
	height: 20px;
}
#credit h1 a.selected,
#credit h1 a.selected:visited,
#credit h1 a:hover {
	background-position: 0 -20px;
}

#creditIMG {background: url(../_img/index/credit.gif) no-repeat; }







#main {
	width: 790px;
	background: #FFFFFF;
	padding: 5px;
}
#header {
	background-image: url(../_img/index/header_index.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 105px;
	width: 790px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F3720F;
}
#header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 78px 0px 0px 68px;
}

#flash {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#welcome {
}
#welcome p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 7px 10px 0px 20px;
}
#welcome .box1 {
	background-color: #F2F2F2;
	width: 154px;
	height: 185px;
	margin: 0px;
	padding: 0px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
}
#welcome .box2 {
	background-color: #F2F2F2;
	margin: 0px;
	padding: 0px;
	height: 185px;
	width: 154px;
	float: left;
}

#footer {
	font-size: 9px;
	color: #808080;
	height: 100%;
	margin: 0px;
	width: 790px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
#footer p {
	margin: 0px;
	padding: 0px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#footer .legal {
	float: left;
	margin: 0px;
	padding: 10px 0 5px;
}
#footer .charity {
	float: right;
	margin: 0px;
	padding: 10px 0 5px;
}
#footer a:link {
	color: #464646;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	font-style: normal;
}
#footer a:visited {
	color: #464646;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	font-style: normal;
}
#footer a:hover {
	color: #2F818D;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	font-style: normal;
}
#footer a:active {
	color: #2F818D;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	font-style: normal;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

