/*<![CDATA[*/
body {margin:auto; padding:0;
}

#wrapper {
	background: #ffffff;
	width:300px;	
	margin:0 auto;
	
	}

#header {
	display:none
	}

#heading {
	width:300px;
}

#container {
	width: 300px;
	background: #fff ;
	padding-top:2px;
	margin: 0px;	
}

	#content {
	max-width:300px;	
	margin: 0px;
	padding-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
		
	}

#Layer1 {
	position:absolute; 
	width:250px; 
	background-color: #AC2900; 
	border-bottom-style:solid;
	border-color:#AC2900;
	border:5px;

}	
	
#Layer2 {
	position:absolute;
	padding-left:10px;	
	text-align:center;
	width:215px; 
	line-height: normal;
}

#spacer {
	display:none;
}

/********************************** sidemenu style commands******************************************/
#menu {
	width:240px;
 	font-size:medium; 
	background-color: #ECE9D8;
	border: 1px solid #c03;
  	text-align:center;
	}

#signup {
	display:none;
}

#signupmobile {
	display:block;
	width:240;
}


/****First level menu area****/
#menu ul.topmenu {
display: inline;
margin: 0px;
padding: 0px;
background-color: #ECE9D8;
}

/****First level menu text****/
#menu ul.topmenu li {
display: inline;
list-style: none;
position:absolute;
top:0px;
margin: 0px;
font-size:medium;
text-align:center;
}

/****Second level menu text area****/
#menu ul.topmenu li ul {
display: none
}

/****Second level menu text****/
#menu ul.topmenu li ul li {
display: none
}

/****First level links****/
#menu ul.topmenu a {
color:#CC0000;
text-decoration:none;
text-align:center
} 

/****Second level links****/
#menu ul.topmenu li a {
display: inline;
margin: 0;
width: 100%;
color : #CC0033;
}

/****This controls the newsletter and ag tag sections on the left side****/	
#menu_footer {
display:block;
padding-left:35px;
padding-top:5px;
}

#menu_footer img {
display:none
}

/**** This controls the page footer****/

#footer {
	font:.8em verdana, tahoma, arial;
	text-align:center;
	width:250px;
	}

/****This is for various table styles****/
table {
	font-size:x-small;
	margin:auto;
	text-align:center;
}	
	
table.wide{
	width:200px;
	margin:auto
}

table.wide tr td {
	padding:5px;
	text-align:center;
	font-size:x-small;
}

/****General parahraph rules and styles****/
p {
	font-size:10px
}	

p.justify {
	padding:5px;
	text-align:justify;
}

p.italics {
	font-style:italic;
}

p.center {
	text-align:center;
}

p.bold {
	font-weight:bold;
}

p.spaced {
	line-height: 1.25em;
	padding:0px
}

/*********************************List Styles*********************************/

#content ul li {
	display:block;	
	padding-right:3em;
	padding-bottom:.25em;
	list-style:disc;
	font-size:.8em; 
	color:#000; 
	line-height:1.1em;
	}

#content ul li ul{
	padding-top:.25em;
}

#content ul li ul li{
	margin-left:1em;
	list-style:circle;
	padding-bottom:0;
}

#content ul li.bold {
	font-weight:bold;
	}
#content ul li.italic {
	font-style:italic;
	}	

#content ol, ol li, ol ul ul li {
	font-size:1em;
}

#content ol ul li {
	margin-left:-3em;
	list-style:none;
}

#content ol ul ul li {
	margin:0;
	list-style:square;
}
	
#content ul li.maef { 
    margin-left:20px;
	background:none; 
	list-style-image:url(/Website/images/maeflist.jpg);
	line-height:17px;
}
	
/************************** end content bullets / start basic styles *******************/

/****Links****/

a:link {
	color: #CC0033;
}
a:visited {
	color: #CC0033;
}
a:hover {
	color: #FF9933;
}
a:active {
	color: #CC0033;
}


/****Headline styles****/
	
h1 {
	color:#fff;
	font-size:15px;
}							 

h1.address {
	color:#fff;
	font-size:8px;
	line-height:.125em;
}	

h2 {
	font-size:x-large;
	color:#000;
	margin: 10px 0px 35px 0px;
	text-align:center;
	font-weight:bold
}

h3 {
	font-size:medium; 
	margin: 10px 0px 5px 0px;
}

h4 {
	font-size: medium; 
	font-weight: bold; 
	font-style: italic;
}	

/****Text and Background Color Styles****/
#RedWhite {
	color:#FFF;
	background-color:#CC3300
}

#justify {
	text-align:justify;
}
	
#center {
	text-align:center;
}

/****Specific Font Styles****/


.CooperLarge {
	font-size:x-large;
	font-weight:bold
}

.CooperMedium {
	font-size: medium;
}

.BookAntiquSmall {
	font-size:small;
	}
	
.BookAntiqua {
	font-size: medium;
}
.fancy {
	font-size: medium;
	font-style:italic }

.ComicSansLarge {
	font-size: large;
}

.medium {
	font-size:medium;
}

.xsmall {
	font-size:x-small;
}

.xlarge {
	font-size:large;
}

.style17 {
	color: #990000; 
}

.style24 {
	color: #CC0033;
}

.style25 {
	color: #CC3300;
	font-weight: bold;
	font-size: medium;
}

.style31 {
	color: #333333
}
