body{
	margin: 15px 0px 15px 0px;
	background: #4E82B7;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

/* GENERAL STYLES */

p{
	font-size: 10pt;
	line-height: 150%;
}
.align_right{ text-align: right; }
#page{
	margin: 0px auto;
	width: 760px;
	background: #FFFFFF;
	color: #000000;
}

/* NAVIGATION AND HEADER ROW */

#nav_column{
	width: 150px;
	background: #13589F;
}
#navigation{
	width: 150px;
}
#navigation a{
	display: block;
	padding: 4px;
	border-bottom: 1px solid #74ADCB;
	border-right: 10px solid #4E82B7;
	background: #13589F;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}
#navigation a:hover{
	background: #4E82B7;
	border-right: 10px solid #74ADCB;
}
#header{
	background: #74ADCB url(../media/header.gif) no-repeat bottom left;
}
#header_chart{
	width: 150px;
	background: url(../media/headerchart.jpg) no-repeat center;
}

/* LEFT COLUMN */

#left_column{
	width: 150px;
	background: #13589F url(../media/left_column_bg.gif) repeat-y right;
	color: #FFFFFF;
	text-align: right;
}
#left_column p{
	margin: 10px 20px 10px 10px;
}
#left_column a{
	color: #F7DB78;
}
#left_column a:hover{
	color: #FAD243;
}
#left_column input{
	border: 0px;
	margin: 2px;
}
#ezinesignup{
	background: #5E5FA0 url(../media/ezinebg.gif) repeat-y right;
	color: #FFFFFF;
	padding-top: 1px;
	border-bottom: 5px solid #FFFFFF;
}
#ezinesignup form{
	margin: 10px 20px 10px 10px;
}

/* MAIN CONTENT AREA */

#content{
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
}
#content h1{
	margin: 20px;
	font-size: 18pt;
	font-weight: normal;
	color: #4E82B7;
}
#content h2{
	margin: 20px;
	font-size: 14pt;
	font-weight: normal;
	color: #74ADCB;
}
#content p{
	margin: 20px;
}
#content a{
	color: #13589F;
}
#content a:hover{
	color: #74ADCB;
}

/* HOME PAGE MAIN TOPICS */

#home_topics{
	background: #FFFFFF;
}
#home_topics p{
	margin: 5px 8px;
	font-size: 9pt;
}
.relationships, .career, .business, .spiritual{ padding-top: 5px; width: 107px; color: #ffffff; background-color: orange; }
.relationships{
	background: #B72121;
}
.career{ color: #ffffff; background: orange; }
.business{
	background: #69A155;
}
.spiritual{
	background: #9D569B;
}
#home_topics a{
	color: #FFFFFF;
	text-decoration: none;
}
#home_topics a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/* RIGHT COLUMN - AD SPACE */

#right_column{
	width: 150px;
	background: #CCCCCC;
	color: #000000;
}
#right_column p{
	margin: 10px;
}
#right_column a{
	color: #13589F;
}
#right_column a:hover{
	color: #74ADCB;
}

/* FOOTER */

#footer{
	background: #000000;
	color: #FFFFFF;
	text-align: right;
}
#footer p{
	margin: 5px 10px;
}
#footer a{
	color: #EEEEEE;
}
#footer a:hover{
	color: #FFFFFF;
}
ul { list-style-type: disc; margin: 1em 20px 1em 40px; }
