/* Layout Stylesheet */ 

body {
	margin:0px;
	color: #333333;
	text-align:center;
	padding:0;
	background-repeat:repeat-x;
	background-color: #774D35;
	background-attachment: scroll;
	background-image: url(NewBackYellow.jpg);
}

#outer {
	text-align:left;
	/* border:1px solid #000000; ****** CREATES BORDER AROUND ENTIRE PAGE *****/
 width:650px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #774D35;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 0px;
	border-top-width: 0px;
 }

#header {
	height:187px;
	background-color: #000000;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #774D35;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #774D35;
}

#bar {
	height:25px;
	background:#cc6600;
	color: #000;
	border-top: 1px solid #cc6600;
	border-right: 0 solid #cc6600;
	border-bottom: 2px solid #dbc466;
	border-left: 0 solid #cc6600;
 }

#bodyblock {
	position:relative;  /********* LEFT NAV COLUMN BACKGROUND COLOR *****/
	color: #333333;
	width:650px;
	padding:0;
	background-color: #774D35;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #A35A39;
 }

#leftNav {
	float:left;
	color: #fff;
	width:150px;
	background-color: #774D35;
 }

#cont {
	width:495px;
	color: #333333;
	text-align:left;
	background-color: #ffffcd;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;

 }

#footer {
	height:45px;
	color: #000000;
	margin:0;
	background-color: #FFCE07;
	border-top-width: 2px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCE07;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 8px;
	line-height: 18px;
 }
#img {
	margin-left: 4px;
}
#cont .imagebox_RIGHT {
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 5px 5px 5px 10px;
	width: auto;
	height: auto;
	float: right;
}
#cont .imagebox_RIGHT p{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
}
#cont .imagebox_LEFT {
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 10px;
	width: auto;
	height: auto;
	float: left;
}
#cont .imagebox_LEFT p{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: left;
}p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
