body 
{
	margin:10; /* Change this to change the body background color*/
	text-align:left; /* This makes IE align the page to the center */
	font: small sans-serif; /* This is the font size and typeface for the entire site */
	_font: x-small small sans-serif; /* IE displays the font size differently then Mozilla/Gecko, this helps both browsers display the same size */
	color: #000; /* This is the color of the text throughout the site */
	background-color: #cccccc;
}

a:link 
{
	font:sans-serif; /* Standard page links will default to standard link color */
	color: black;
	text-decoration: underline;
}

a:visited
{
	font:sans-serif;
	color: black;
	text-decoration: underline;
}

a:hover 
{
	font:bold sans-serif;
	color: navy;
	text-decoration: underline;
}

.headline
{
	/* Format for Headline */
	text-align:left;
	_font:bold large sans-serif; /* IE renders the font size differently */
	color: #FFFFFF;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 48px;
	padding-left: 15px;
	font-weight: bold;
	
	
}
.headlineCloser
{
	/* Format for Headline */
	text-align:left;
	_font:bold large sans-serif; /* IE renders the font size differently */
	color: yellow;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 48px;
	padding-left: 15px;
	font-weight: bold;
	
	
}
.tagline
{ /* Standard page links will default to standard link color */
	color: #FFF;
	font-family: sans-serif;
	text-decoration: none;
	font-size: 18px;
	padding-left: 15px;
}
.footer
{ /* Standard page links will default to standard link color */
	color: #FFF; /* This allows you to change the color of your links */
	margin: 0 2px 0 2px;
	font-family: sans-serif;
	align-text: center;
	font-size: x-small;
	text-decoration: none;
}
.footer a:link 
{ /* Standard page links will default to standard link color */
	color: #FFF; /* This allows you to change the color of your links */
	margin: 0 2px 0 2px;
	font-family: sans-serif;
	text-decoration: underline;
}

.footer a:visited
{
	color: #FFF; /* This allows you to change the color of your links */
	margin: 0 2px 0 2px;
	font-family: sans-serif;
	text-decoration: underline;
}

.footer a:hover 
{
	color: #EBECDF; /* This allows you to change the color of your links */
	margin: 0 2px 0 2px;
	font-family: sans-serif;
}


.menu {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.normal {
	padding: 2px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 5px;
	line-height: 1.5;

}

p.standard
{
	width: 80%;
	background:#FFFFFF;
	border: 1px dotted #E5E5E5;
	padding: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	line-height: 1.3em;
	text-align: left;
}

