@charset "UTF-8";

body {
	background: url(/images/bg_blueFade.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	}

#mainLayer {
	background-color: white;
	margin: 0 auto;
	width: 950px;
	overflow: auto;
	clear: both;
	}

h1 {
	font-size: 18px;
	color: #598eef;
	margin-top: 0;
	}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0px;
	}

p {
	font-size: 12px;
	line-height: 17px;
	}

a.MainMenu:link, a.MainMenu:active, a.MainMenu:visited {
	color: #333333;
	text-decoration: none;
	}
	
a.MainMenu:hover {
	color: #598eef;
	text-decoration: none;
	}

a.content:link, a:content:active, a.content:visited {
	color: #598eef;
	text-decoration: underline;
	}
	
a.content:hover {
	color: #598eef;
	text-decoration: none;
	}

#spacer20 {
	float: left;
	width: 20px;
	}

#columnLeft {
	float: left;
	width: 290px;
	}
	
#columnDoubleLeft {
	float: left;
	width: 600px;
	}

#columnMid {
	float: left;
	width: 290px;
	}

#columnRight {
	float: left;
	width: 290px;
	}
	
#detailSection {
	border: 1px solid #598eef;
	margin-bottom: 20px;
	}

#detailSection h3 {
	font-size: 14px;
	color: white;
	margin: 6px 0 6px 20px;
	}

#detailSection p {
	margin: 15px 20px 15px 20px;
	}