body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url("../images/bg.jpg");
	background-color: #E5E4D2;
	background-position:top center;
    background-repeat:no-repeat;
/*    width:100%; */
	background-color:#26233F;
}

#container {
	width: 825px;
	margin: 0px auto 0px auto;
}


#header {
	float: left;
	width: 825px;
	height: 70px;
/*	border: 0px;
	padding: 0;
	margin: 0;  */
}

#flash {
	float: left;
	width: 825px;
	height: 258px; 
	background-image: url("../images/flash-bg.gif");
	background-repeat:repeat-y;
}

#section_images {
	float: left;
	width: 825px;
	height: 185px; 
	background-color:#999999;
}

#links {
	float: left;
	width: 825px;
	height: 69px; 
}

#sub_left {
	float: left;
	width: 289px;
}

#sub_right {
	float: left;
	width: 535px;
}

#sub_links {
	float: left;
	width: 825px;
	height: 35px; 
}

#copy {
	float: left;
	width: 825px;

	background-image: url("../images/copy_bg2.jpg");
	background-position:bottom left;
    background-repeat:no-repeat;
	background-color: #ffffff;
}

#copy_2col {
	float: left;
	width: 825px;

	background-image: url("../images/2_column_bg.jpg");
	background-position:top left;
    background-repeat:repeat-y;
	background-color: #ffffff;
}

#copy_2col2 {
	float: left;
	width: 825px;

	background-image: url("../images/2_column_bot_bg.jpg");
	background-position:bottom left;
    background-repeat:no-repeat;
/*	background-color: #ffffff; */
}

/* ##################### */

a:link {
	text-decoration: none;
	color: #F61317;
/*	border-bottom: dotted 1px;
	border-color: #F61317; */
	
}
a:visited {
	text-decoration: none;
	color: #F61317;
}
a:hover {
text-decoration: underline;	
}
a:active {
	/* text-decoration: none; */
}
/* BODY COPY*/
#copy p {
	margin-left: 8em;
	margin-right: 8em;
	margin-top: 0em;
	margin-bottom: 1.33em;
	line-height: 1.1em;
	
}

#sub_right p {
	margin-left: 4em;
	margin-right: 4em;
	margin-top: 0em;
	margin-bottom: 1.33em;
	
}

.leadcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #1d1945;
	letter-spacing: .2em;
	font-weight: bold;
	}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #414141;
}
