/* Main Content Section Styles */
#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 10px;
}
#main strong {
	font-weight: bold;
	font-variant: normal;
	font-size: 18px;
}
#main p {
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: justify;
}

#main em {
	font-style: italic;
	font-weight: bold;
	color: #168DA3;
}

/* Main Content Section Links */

#main a:link {
	color: #168DA3;
	font-weight: bold;
	text-decoration: underline;
}

#main a:visited {
	color: #168DA3;
	font-weight: bold;
	text-decoration: underline;
}

#main a:active {
	color: #168DA3;
	font-weight: bold;
	text-decoration: underline;
}

#main a:hover {
	color: #31C9E3;
	font-weight: bold;
	text-decoration: underline;
}

/* Sidebar Styles */

#sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}
#sidebar a:link {
	color: #5AAD5A;
	font-weight: bold;
	text-decoration: underline;
}
#sidebar a:visited {
	color: #5AAD5A;
	font-weight: bold;
	text-decoration: underline;
}
#sidebar a:active {
	color: #5AAD5A;
	font-weight: bold;
	text-decoration: underline;
}

#sidebar a:hover {
	color: #9DCE9D;
	font-weight: bold;
	text-decoration: underline;
}

#sidebar strong {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #0C4B61;
}

#sidebar em {
	font-style: italic;
	font-weight: bold;
	color: #168DA3;
}

/* Utilities */

.content_spacer {
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #0C4B61;
	line-height: 1px;
	padding: 0px;
	font-size: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

