body {
	background: #E8E8E8 url(images/main_bg.gif);
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	color: #454545;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #074EBB;
	margin-top: 0px;
	padding-top: 0px;
}
h2,
h3,
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #074EBB;
}
a {
	color: #116EAF;
}
a:hover {
	color: #0B466F;
	text-decoration: none;
}
a:visited {
	color: #0B466F;
}
p {
	line-height: 1.5em;
}
dt {
	font-weight: bold;
}

#header {
	width: 100%;
}
#header td {
	background: url(images/header_bg.gif) repeat-x;
}
/* --- Table ID --- */
#content {
	width: 750px;
	background: #FFFFFF;
	border-right: 1px solid #CCCCCC;
	font-size: 1em;
	margin-bottom: 25px;
}
/* --- Navigation Side --- */
#left_col {
	width: 126px;
	vertical-align: top;
}

#navigation {
	padding: 0;
	margin: 0;
	text-align: right;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation li {
	list-style: none;
	padding-top: 3px;
	padding-bottom: 7px;
	padding-right: 3px;
}
#navigation a {
	color: #3490D0;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: underline;
	color: #61BDFD;
}
#navigation a:visited {
	color: #116EAF;
}
/* --- View Profiles --- */
#profile_list {
	text-align: center;
	padding-top: 20px;
}
.profile {
	padding-bottom: 10px;
}

/* --- Middle Spacer --- */
#spacer {
	background: #61BDFD url(images/two_tone_bg.gif) repeat-y;
	width: 55px;
	vertical-align: bottom;
}
#spacer span {
	display: none;
}
#spacer div {
	height: 53px;
	background: url(images/two_tone_bottom.gif) no-repeat center bottom;
}


/* --- Content Column --- */
#right_col {
	vertical-align: top;
}
#content_text {
	padding: 10px 10px 25px;
	font-size: 1.1em;
}

/* --- Footer Information --- */
#footer {
	text-align: center;
	border-bottom: 2px solid #CCCCCC;
	border-top: 1px solid #DEDEDE;
	padding: 10px;
	background: #FFFFFF url(images/gray_fade.gif) repeat-x top;
	color: #666666;
	font-size: 0.9em;

}

/* --- Misc Styles --- */
.fp_announce {
	clear: both;
	padding: 5px;
	border: 1px dotted #116EAF;
	background: #D6EEFE url(images/striped-bg.gif);
}
.fp_announce h3 {
	margin: 0px 0px 0.75em;
	padding: 0px;
	font-style: italic;
	color: #116EAF;
}

.contact_form {
	background: #F2F2F2;
	border: 1px solid #CCCCCC;
}
.contact_form td {
	padding: 5px;
}
.border {
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #000000;
	margin: 5px;
}
.announce {
	padding: 10px;
	background: #FFFFDD;
	color: #CC0000;
	border: 1px dotted #FFFF00;
}
