/* Style Sheet for GALLERY page w Coppermine Photo Gallery expanded Content */

html,body {
	margin:0;
	padding:0
}
body{
	background: #555533;
	font: 76% Georgia, "Times New Roman", Times, serif;
	text-align:center
}
p{
	font: 100% Georgia, "Times New Roman", Times, serif;
        margin:0 10px 10px
}

/* Styles for DIV tags */

#container {
	text-align:left;
	border-right: 5px solid #666644;
	border-left: 5px solid #666644;
	border-bottom: 5px solid #666644;
        width:800px;
        margin:0 auto;
        background: #ffffff url(http://www.mga-midatlantic.org/images/ColorBar.gif) 	repeat-y 50% 0
}
#content {
	margin: 0 25px 0 170px; background:#ffffff
}
#wrapper {
	float:left;width:100%
}
#navigation {
	background-color: #CCCC99;
	margin-left: 150px;
	text-align: left
}

html>body #navigation {
	overflow: hidden;}

#leftcol {
	float:left;
	width:150px;
	margin-left:-800px;
	background:#000000;
	position: relative; top: -2.3em;
}


/* Styles for Content */

#contenttop p{
	line-height:1.4;
}
#contenttop a{
	color: #555533;
	text-decoration: none;
	background-color: transparent;
	border-color: #333333;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}
#contenttop a:hover {
	color: #555533;
	background-color: #eeeecc;
}
#contenttop h1 {
	color: #555533;
	font-style: italic;
	font-size: xx-large;
        margin: 0px;
	padding: 0 20px
}
#contenttop h2 {
	color: #999977;
	font-style: italic;
	font-weight: normal;
	font-size: x-large;
        margin-top: .2em;
	margin-bottom: 0px;
	padding: 10px 10px 10px
}
#contenttop h3 {
	color: #555533;
	font-weight: bold;
	font-size: large;
        margin-top: .2em;
	margin-bottom: 0px;
	padding: 0px 20px 5px
}
#contenttop h4 {
	color: #555533;
	font-weight: bold;
	font-size: medium;
        margin-top: .2em;
	margin-bottom: 0px;
	padding: 0px 20px 5px
}
#contenttop h5 {
	color: #555533;
	font-style: italic;
	font-weight: normal;
	font-size: small;
        margin-top: .2em;
	margin-bottom: 0px;
	padding: 0px 20px 5px
}
#contenttop h6 {
	color: #555533;
	font-style: italic;
	font-weight: normal;
	font-size: x-small;
        margin-top: .2em;
	margin-bottom: 0px;
	padding: 0px 20px 5px
}


/* Styles for Navigation */

#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 1px;
	color: #555533;
	padding: 5px;
	border: 1px solid #cccc99;
	display: block;
	text-decoration: none;
}
#navigation a:hover {
	color: #EEEECC;
	text-decoration: none;
	background-color: #555533;
	border: 1px solid #cccc99;
}

/* Styles for Footer */

#footer {
	background: #333;
	color: #FFF
}
#footer p {
	margin:0;
	padding:5px 10px; 
        font-size: 0.75em;
	text-align: left;
}
#footer {
	clear:left;
	width:100%
}
#footer a {
	color: #f5f3e4;
	font-weight:normal;
	text-decoration: none
}
#footer a:hover {
	color: #cccc99;
	text-decoration: underline;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.75em;
	color: #ffffff;


}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
