/* CSS For Countryside Madeover version */

#allcontent {
	width: 1200px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
 
}

body {
	background: 		#ffffff
	font-family: 		arial, geneva, sans-serif;								
	font-size:			small;
	margin: 			0px;
}

.floatleft {
float: left;
margin-left: 0px;
	font-size:	105%; color: #000000;
	font-family: arial, geneva, sans-serif;
	padding:	15px;
}

.floatright {
float: right;
margin-left: 10px;
}

/* Left Navigation Bar Formatting */

div#navbarleft ul {
margin: 0;
padding:0;
list-style: none;
width: 140px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight: bold;
    color: #FFF;
    line-height: 25px;
    white-space: nowrap;
}

#navbarleft a{
color: #ffffff;
text-transform: uppercase;
text-decoration: none;
border: none;
padding: 7px 5px;
display: block;
background-color: #000000;
background-image: url(bevelbuttongreen4.gif);
background-repeat: no-repeat;
background-position: left center;
}

#navbarleft a:hover {
background: url(bevelbuttongreen4bgrd.gif) no-repeat
}

#navbarleft li {
display: inline;
}

* html #navbarleft a {
height: 1px;
}

/* End of Left Navigation Bar Formatting */


#header {
	background-color:	#ffffff; 
	margin:				0px 0px 0px 0px;
	padding: 			0px 0px 0px 0px;				
}

#wrapper1 {background: url(leftnavbrochpicdeeperclrs140.jpg) repeat-y left top;
	
}
#wrappery {background: url(leftnavbrochpicyellow.gif) repeat-y left top;
	
}

#leftsidebar {
	
	font-size: 	125%;
	padding:	0px;
	margin:		0px 0px 0px 0px;
	width: 		120px;
	height:		500px;
	float:		left;
	
} 

#wrapper2 {
background: url(greyrightsidebar.gif) repeat-y right top;
}

#rightsidebar {
	float: right;
	width: 140px;
	
}

#sidebaryellow {
	background-color: #ffff00;
	font-size: 	125%;
	padding:	0px;
	margin:		0px 0px 0px 0px;
	width: 		153px;
	height:		500px;
	float:		left;
}

#sidebarimg {
	position:	absolute;
	top: 		120px;
	left:		640px;
	z-index:	99;
}
	
#main { 
	background:  
	font-size:	105%; color: #000000;
	font-family: arial, geneva, sans-serif;
	padding:	15px;
	margin-left: 180px;
	margin-right: 200px;
}


#footer {
	clear: both;
	background: #000000; 
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	font-family: arial, geneva, sans-serif;

}



	.regular-link { text-decoration: underline; color: blue }
	
	
	/* formats for links in navigation bar */
	A:link { text-decoration: none; color: blue; font-size: 100%; font-weight: bold}
	A:visited { text-decoration: none; color: purple; font-size: 100%; font-weight: bold }
	A:active { text-decoration: none; color: #ffffff; font-size: 100%; font-weight: bold }
	A:hover { text-decoration: none; color: #00ccff; font-size: 100%; font-weight: bold }
	
/* Top Horizontal Navigation Bar */

div#navbar2 {
    height: 30px;
    width: 800;
    border-top: solid #000 1px;
    background-color: #000099;
}
div#navbar2 ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	text-transform: uppercase;
    color: #FFF;
    line-height: 30px;
    white-space: nowrap;
}

div#navbar2 li {
    list-style-type: none;
    display: inline;
}

div#navbar2 li a {
 font-weight: bold;
    text-decoration: none;
    padding: 7px 10px;
    color: #ffffff;
	font-size: 12px;
}

div#navbar2 li a:link {
 font-weight: bold;
    color: #FFFfff:
}

div#navbar2 li a:visited {
 	font-weight: bold;
    color: #ffffff;
}

div#navbar2 li a:hover {
    font-weight: bold;
    color: #00ccff;
    background-color: #000066;
}

/* More styles for Navigation Bar */
.bluenav { text-decoration: none; color: #ff9900; font-size: 15px;}
.yellownav { text-decoration: none; color: yellow; font-size: 15px; }
.rednav {  text-decoration: none; color: red; font-size: 15px;}
.whitenav {  text-decoration: none; color: #ffffff; font-size: 15px;}
.redbold {  text-decoration: none; color: red; font-size: 15px; font-weight: bold;}
.greenbold {  text-decoration: none; color: green; font-size: 18px; font-weight: bold;}
.greennav {  text-decoration: none; color: green; font-size: 15px;}
.leftsidebarnav {text-decoration: none; color: #ffffff; font-family: arial, geneva, sans-serif; font-size: 100%; font-weight: bold }
/* More styles for sidebar backgrounds*/
.yellowbgrd { background-color: yellow }
.currentpage {  background-color: yellow }
	

/* More styles for text headings*/
.redheading {font-family: arial, geneva, sans-serif; font-size:	115%; color: #FF0000; font-weight: bold } 
	* CSS Document */


