/* This styles sheet is used to set the presentation of the site */

/* This styles sheet holds the following values
	background-color
	background-image
	background-position
	background-repeat
	color
	font-family
	font-weight
	font-size
	text-alignment
	text-decoration
*/

body{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:.69em; line-height:1.4em; color:#0B203A; background-color:#ffffff;}
div#mainContent li{list-style-image:url(images/bullet.gif); margin-top:20px; margin-left:-10px;}

/* TEXT STYLES */
span.title{font-family:Arial, Helvetica, sans-serif; font-size:2.18em; font-weight:100; color:#6C9DED; line-height:1.5em;}
span.memberTitle{font-size:14px; font-weight:bold;}
span.memberSubTitle{font-size:12px; font-weight:bold;color:#8FBE00;}

/* ANCHOR STYLE */
a {font-weight:bold; color:#8FBE00; background-color:#ffffff; text-decoration:none; }
a:hover {text-decoration:underline;}
a.black{color:#000000; background-color:#FFFFFF;}

/* IMAGE STYLE */
img {border:0px;}