/* Parts & Tags of the page */

* {
	margin: 0 0 0 0;
}

body {
	/*background-color: #fcc950;*/
	background-image: url(../images/page_gradient_bg_orange.gif);
	background-repeat: repeat-x;
	background-position: top left;

	/*background-image: url(../images/page_gradient_bg_orange.gif);
	background-repeat: repeat-x;
	background-position: top left;*/
	font-family: sans serif, Arial, Helvetica, Verdana;
	font-size: 0.8em;
	color: #676767;
}

h1 {
	font-size: 2em;
}

/** text color styles */

.peachtxt  { color: #DA7936; }
.marinetxt { color: #0073ae; }
.greentxt  { color: #92D050; } /** 9ACC99 */
.txtlarge  { font-size: 1.2em; }

/** main areas */

.pagetitle {
	font-size: 17px;
	color: #95B3D4;
	font-weight: bold;
	padding-left: 10px;
	
}
.signup {
	background-image: url(../images/ezine_new.jpg);
	height: 183px;
	width: 161px;
}


#collage {
	font-size: 0.95em;
}

#column {
	background-color: #da7936;
}

#content {
	padding: 10px;
	font-size: 0.95em;
	text-align: left;
	
}

#toplinks {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	color: white;
	font-size: 1em;
	font-weight: bold;
}

#bottomlinks {
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
	color: #676767;
	font-size: 1 em;
	font-weight: bold;
}

#collage #find_loc {
	text-align: right;
	font-size: 1.2em;
	color: #FFFFFF;
}

#collage #find_loc p {
	margin-right: 50px;
}

#collage #find_loc a:link {
	color: white; 
	text-decoration: underline; 
	font-weight: bold;
}

#collage #find_loc a:visited {
	color:white; 
	text-decoration:underline; 
	font-weight: bold;
}

#collage #find_loc a:hover {
	color:white; 
	text-decoration: none; 
	font-weight: bold;
}

#collage #find_loc a:active {
	color:white; 
	text-decoration:underline; 
	font-weight: bold;
}


/** links on page */

#toplinks a:link { text-decoration: none; color: white; }
#toplinks a:hover { text-decoration: underline; color: white; }
#toplinks a:active { text-decoration: underline; color: white; }
#toplinks a:visited { text-decoration: none; color: white; }

#bottomlinks a:link { text-decoration: none; color: #676767; }
#bottomlinks a:hover { text-decoration: underline; color: #676767; }
#bottomlinks a:active { text-decoration: underline; color: #676767; }
#bottomlinks a:visited { text-decoration: none; color: #676767; }

/** page elements */

h1, h2, h3, h4, h5 { color: #0073ae; }

#content h1 { font-size: 2em;  }
#content h2 {
	font-size: 17px;
}
#content h3 { font-size: 1.2em;  color: #72AEB6;  }
#content h4 { font-size: 1.2em;  }
#content h5 { font-size: 1em;  }

#content a:link   { text-decoration: none; color: #da7936; }
#content a:hover  { text-decoration: underline; color: #da7936; }
#content a:active { text-decoration: underline; color: #da7936; }
#content a:visited   { text-decoration: none; color: #da7936; }

#content p, h1, h2, h3, h4, h5, hr {
margin-top: 8px; margin-bottom: 8px;
margin-left: 10px; margin-right: 10px;
}

#content hr.yellow {
	width: 100%;
	height: 1px;
	color: yellow;
}

#content .yellowarea {
	background-color: #FFFAEB;
}

#content table.datatable {
margin-top: 10px;
}

#content table.datatable td {
	border-bottom: 1px solid #DD9F76;
}

#content table.datatable th {
	color: #0073ae;
}

#content .twocolumns  { margins: auto; width: 95%;}
#content .leftcolumn  { float: left;  width: 50%; text-align: left;}
#content .rightcolumn { text-align: left; }

#content .testimonial {
	font-family: Times New Roman;
	color: #7299C6;
	font-size: 1.2em;
	font-style: italic;
}


.pagetitle {
	font-size: 16px;
	color: #0073ae;
	
}

