/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
ol { 
  margin-left: 1.4em; 
  list-style: decimal; 
}
ul { 
  margin-left: 1.4em; 
  text-decoration: none;
}
img {
  border: 0;
}
/* end reset browser styles */

/* BASIC */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 145%; 
	color: #626e64; 
	background-color: #626e64;
	text-align: center; 
}

h1 {
	font-size: 72px;
	color: #565656;
	padding-top: 15px;
	margin-bottom: 10px;
	font: bold 21px  Arial, Helvetica, sans-serif;
}


/* LINKS */
a {
 	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:link {
 	color: #FFFFFF;
	text-decoration: none;
}
a:visited{
 	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	color: #626e64;
	
}

/* LISTS*/
ul {
	margin-left: 15px;
	padding: 2px;
	text-decoration: none;
}

li {
	padding: 2px;
	text-decoration: none;
}


/* WRAPPER: wraps entire contents of page */
#wrapper {
	width: 100%;
	background-color: #626e64;
	margin: 0 auto; 
	text-align: left;
}




/* INNER WRAPPERS */

#backgroundwrapper {
	width: 100%;
	background-color: #626e64;
}

#contentwrapper {
	width: 1100px;
	margin: 0 auto;
	background-color: #424942;
}


/* MAIN CONTENT */

#main {
	width: 100%;
	padding-left: 25px;
	padding-right: 35px;
	text-align: justify;
	background-color: #424942;
}

#main h1 {
	color: #FFFFFF;
	letter-spacing: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	font: 70px  "Century Gothic", Helvetica, sans-serif;
	}

#main h2 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px dotted #FFFFFF;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #ffffff;
}
#main h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px 15px 5px 0;
	margin-bottom: 15px;
	color: #FFFFFF;
}

#main p {
	font-size: 12px;
	padding-left: 5px;
}
/* MAIN BODY LINKS */

#main a:link {
 	color: #9ab487;
	font-weight: bold;
	text-decoration: underline;
}
#main a:visited{
 color: #9ab487;
	font-weight: bold;
	text-decoration: underline;
}
#main a:hover{
	color: #424942;
	font-weight: bold;
	text-decoration: underline;
}
#main ul {
	font-size: 12px;
	padding-left: 25px;
	padding-right: 10px;
	list-style-type: disc;
}
#main li {
	font-size: 12px;
	font-weight: bold;
	color:  #424942;
}
#main .contact {
	font-size: 10px; 
	line-height: 145%; 
	color: #626e64; 
}
.largeword {
	font-size: 16px;
	font-weight: bold;
}
.smallheader {
	font-size: 14px;
	color: #D21F54;
	font-weight: bold;
	border-bottom: 1px dotted #FFFFFF;
	
}
	
.red {
	color: #D21F54;
	font-weight: bold;
}


/* FOOTER / COPYRIGHT INFO */
#copyright {
	padding-top: 20px;
	background-image: url(images/footer2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	font-size: 10px;
	line-height: 100%;
	text-align: center;
	color: #ffffff;
	clear: both;
}
.mceContentBody { background-image: none; background-color: #626e64; color: #FFFFFF; } /*SnippetMaster editor bg color*/