/* This is the style sheet for the ma-nmwa website home page.
	* colors used: 
	* beige #EEEECB
	* xtra lt green #CBE592
	* lt green #B7CF84
	* med green #80A691 
	* dk green #556E60 
	* dk brown #55251B
	* red #B34834
*/

body { 
	background-color:#B7CF84; 
	margin:auto;
	width:989px;
}

#topbar { 
	background-color:#B7CF84; 
	height:22px;
	width:100%;
}

#wrapper {
	background-color:#eeeecb;
}

#newswrap {
	width:259px;
	height:100%;
	background-color:#80A691;
}

#announce {
	font-family:"Times New Roman", serif; 
	font-size:1.2em; 
	font-weight:bold;
	padding:0 0 20px 12px;
}

a:link.announce,a:visited.announce {	
	color:#B34834;
	text-decoration:none;
}

a:hover.announce {	
	color:#EEEECB;
	text-decoration:none;
}

.newsheadline {
	font-family:"Times New Roman", serif; 
	font-size:1.2em; 
	font-weight:bold;
	color:#EEEECB;
	padding-left:12px;
}

.newstext {
	font-family:Arial, Verdana, sans-serif;
	font-size:.7em; 
	font-weight:bold;
	color:#55251B;
	padding:5px 12px 5px 12px;
}
a:link.news {	
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	font-weight:bold; 
	text-decoration:underline;
	color:#55251B;
	padding-left:0px;
}
a:visited.news {	
	font-family:Arial, Verdana, sans-serif;
	font-size:1em; 
	font-weight:bold;
	text-decoration:underline;
	color:#55251B;
	padding-left:0px;
}
a:hover.news {	
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	font-weight:bold;
	text-decoration:underline;
	color:#EEEECB;
	padding-left:0px;
}

.newscredit { 
	font-family:Arial, sans-serif; 
	font-size:.7em; 
	color:#EEEECB;
	padding-left:12px; 
}

#contentwrap { 
	background-color:#EEEECB; 
	width:100%; 
	height:100%;
	border:0px solid red;
}

#medgreenshadow {
	height:8px;
	width:100%;
	background-image:url(images/medgreenshadow.jpg);
	background-repeat:repeat-x;
	background-color:#80A691;
}

#headerhome { 
	background-color:#80a691;
	margin-top:-10px;
	padding:0 0 4px 30px;
}

#navbar { 
	background-color:#B7CF84; 
	height:22px;
	padding:0 0 0 40px;
	font-family:"Times New Roman", serif;
	font-size:1em; 
	font-style:italic;  
	font-weight:bold;
}
a:link.nav,a:visited.nav {
	text-decoration:none;
	padding-right:15px;
	color:#556E60;
}
a:hover.nav {
	color:#B34834;
}

#home #navbar span.home a, 
#events #navbar span.events a, 
#membership #navbar span.membership a, 
#links #navbar span.links a, 
#fyi #navbar span.fyi a, 
#contact #navbar span.contact a {
	color:#B34834;
}

#bgshadow {	 
	height:10px;
	width:100%;
	background-image:url(images/bgshadow.jpg);
	background-repeat:repeat-x;
	background-color:#EEEECB;
}

#content { 
	padding:20px 40px 10px 40px; 
	background-color:#EEEECB; 
	width:60%; 
	height:100%;
	border:0px solid blue; 
}

.headlinemedgrn {
	font-family:"Times New Roman", serif; 
	font-size:1.2em;
	line-height:.8em;
	font-weight:bold;
	color:#80A691; 
}

.textdark {
	font-family:"Times New Roman", serif;
	font-size:.9em;
	line-height:1.1em;
	font-weight:normal;
	color:#55251B;
}
a:link.content {	
	font-family:"Times New Roman", serif;
	font-size:1em; 
	font-style:italic; 
	font-weight:bold; 
	text-decoration:none;
	color:#80A691;
}
a:visited.content {	
	font-family:"Times New Roman", serif;
	font-size:1em; 
	font-style:italic;  
	font-weight:bold;
	text-decoration:none;
	color:#80A691;
}
a:hover.content {	
	font-family:"Times New Roman", serif;
	font-size:1em; 
	font-style:italic;  
	font-weight:bold;
	text-decoration:underline;
	color:#556E60;
}
#artshowwrap {
	padding-top:20px;
	text-align:center;
	background-color:#EEEECB; 
	width:40%;
}

iframe {
	width:220px;
	height:450px;
	border:0;
}

.creditartshow {
	text-align:center;
	font-family:Arial, Verdana, sans-serif; 
	font-size:.7em; 
	color:#55251B; 
}

#footer {
	font-family:Arial, Verdana, sans-serif;
	font-size:.6em;
	text-align:center;
	color:#EEEECB;
	padding-top:7px; 
	background-color:#80A691; 
	height:30px;
	width:100%;
}
a:link.footer {
	text-decoration:none;
	color:#EEEECB;
}
a:hover.footer {
	text-decoration:underline;
}
a:visited.footer {
	text-decoration:none;
	color:#EEEECB;
}

