@charset "utf-8";
/* CSS Document */
/*---------------------------SHARED FORMATTING----------------------------------------*/
body{
background:url(../images/BKG.jpg) top center;
margin:0px;
padding:0px;
font-family: Arial, Helvetica, sans-serif;
}

#wrapper{
margin: auto;
width: 744px;
padding:0px;
}

/*---------------------------HOME PAGE----------------------------------------*/
#logo{
width: 744px;
height:105px;
background: url(../images/Home_01.jpg) top center no-repeat;
padding:0px;
margin:0px;}

#flash{
width: 744px;
height:305px;
background: url(../images/Home_02.jpg) top center no-repeat;
padding:0px;
margin:0px;}

#content{
background: url(../images/IndexBKG.jpg) top center repeat-y;
margin:0px;
padding:0px;
width: 744px;
float:left;}

#right{
width:377px;
float:right;
padding:0px;}
	
	
#left{
	float: left;
	width:335px;
	margin:0px;
	padding:3px 10px 0px 10px;
	font-size: small;
}

#footer{
background: url(../images/Home_05.jpg) top center no-repeat;
width: 744px;
padding-top: 15px;
margin:0px;
clear:both;
text-align:right;}

/*---------------------------INNER TEMPLATE----------------------------------------*/
#logo2{
width: 744px;
height:122px;
background: url(../images/Home_01.jpg) top center no-repeat;
padding:0px;
margin:0px;}

#flash2{
	background:url(../images/centerbkg_02.jpg) top center repeat-y;
	width: 744px;
	height:175px;
	padding:0px;
	margin:0px;}
	
#menu{
width:744px;
height:27px;
margin:0px;
padding:0px;}

#content2{
	background-color:#FFF;
	width:744px;
	float:left;
	margin:0px;
	padding:0px;}
	
#right2{
width:150px;
float:right;
padding:0px;
text-align:center;}

#left2{float: left;
width:570px;
margin:0px;
padding:3px 10px 0px 10px;}

#footer2{
	background: url(../images/Inside_10.jpg) top center no-repeat;
	padding-top: 15px;
	width:744px;
	clear:both;
	text-align:right;}

/*---------------------------TEXT FORMATTING----------------------------------------*/
#left p{color: #FFFFFF;}

#left a, #left2 a{color: #FF9900;
	text-decoration: none;
	font-weight: bold;}
	
.mice {
	font-size: 10px;
	color: #999999;
}

#left2 p{
	font-size:.75em;
	color: #666666;}
	
.subhead {
	font-size: 15px;
	color: #CC6600;
	font-variant: normal;
	font-weight: bold;
	line-height: 10px;
	text-transform: uppercase;


}
#center, #center2 a {
	color: #EA8E05;
	text-decoration: none;
	font-style: normal;
}

#center, #center2 a:hover {
	color: #8A1D04;
}

#left li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	list-style-type: square;
}
#left2 li {
	font-size: 0.75em;
	color: #666666;
	padding-bottom: 20px;
}
