/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #5C3A2C;
}

a:link, a:visited, a:hover{
	color: #5F2705;
	text-decoration: underline;
}

a:link, a:visited{
}

a:hover {
	font-weight: bold;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	color: #00173E;
}

h1{
	font-size: 180%;
	line-height: 1.2em;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #00173E;
	padding: 3px;
}

h2{
 font-size: 150%;
}

h3{
	font-size: 130%;
	color: #333333;
}

h4{
 font-size: 110%;
}

#all {
	width:1080px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #eeeeee;
	padding: 10px;
	border: thick solid #FFFFFF;

}

#banner {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
			
#mainmenu{
	width: 150px;
	float: left;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-repeat: no-repeat;
}	
	
#content{
	background-color:#D1C7B1;
	border: thin groove #333333;
	padding: 10px;
	margin-top: 10px;
	margin-right: 180px;
	margin-bottom: 10px;
	margin-left: 180px;
	line-height: 1.2em;
}

#rightmenu {
	width: 150px;
	float: right;
	padding: 10px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 0px;

}

#footer{
	background-color:#D1C7B1;
	padding: 10px;
	clear: both;
}
	

/*************** .menu styles **************/

a:link.menu, a:visited.menu, a:hover.menu {
	color: #00173E;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1em;
}

a:link.menu, a:visited.menu{
	text-decoration: none;
}

a:hover.menu {
	text-decoration: underline;
}

a:link.rightmenutop, a:visited.rightmenutop, a:hover.rightmenutop {
	color: #333333;
	text-decoration: none;
	font-size: 130%;
	font-weight: bold;
}

a:hover.rightmenutop {
	text-decoration: underline;
}
	
a:link.rightmenu, a:visited.rightmenu, a:hover.rightmenu {
	color: #5C3A2C;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1em;
}

a:link.rightmenu, a:visited.rightmenu{
	text-decoration: none;
}

a:hover.rightmenu {
	text-decoration: underline;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}



/************* #breadcrumbs styles *************/

#breadcrumbs{
	font-size: 90%;
	padding: 10px;
}

img{
	border: none;
}

.floatleftphoto {
	float: left;
	padding-right: 10px;
}

.floatrightphoto {
	float: right;
	padding-left: 10px;
}