body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

/* content styles for template #1 */
#content {
	background: #0E0C3D;
	padding: 10px 90px;
}
#content h1 {
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #99FFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content h2 {
	font: bold 95% Arial, Helvetica, sans-serif;
	color: #5EA8BF;
	margin-top: 10px;
	margin-bottom: 0px;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #C87485;
	font-size: 95%;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: lighter;
}
#content p {
	font: 90% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 14px;
	margin-bottom: 4px;
}
#content a:link {
	color: #C87485;
}
#content a:visited {
	color: #666666;
}
#content a:hover {
	color: #5BA3BB;
}
#content a:active {
	color: #9684C1;
}
#content ul {
	font: 80%/1.2 Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	list-style: url(../images/listbul.gif) inside;
	margin-left: 0px;
}

/* content styles for template #2 */
#content2 {
	padding: 10px 90px;
}
#content2 h1 {
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #0E0C3D;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content2 h2 {
	font: bold 95% Arial, Helvetica, sans-serif;
	color: #006FA1;
	margin-top: 10px;
	margin-bottom: 0px;
}
#content2 h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #C87485;
	font-size: 95%;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: lighter;
}
#content2 p {
	font: 75% Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 0px;
}
#content2 a:link {
	color: #6E1B3A;
}
#content2 a:visited {
	color: #666666;
}
#content2 a:hover {
	color: #006FA1;
}
#content2 a:active {
	color: #9684C1;
}
#content2 ul {
	font: 80%/1.2 Arial, Helvetica, sans-serif;
	color: #333333;
	list-style: url(../images/listbul.gif) inside;
	margin-left: 0px;
}

/* background styles for the navigation column */
#nav {
	background: #053769 url(../images/nav_bg_1.gif) repeat-y;
}

/* footer styles for template #1 */
#footer {
	height: 27px;
	background: #0E0C3D;
}

/* styles for copyright */
#copyright {
	font: 60% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #08396B url(../images/nav_bg_1.gif) repeat-y;
	padding: 10px;
}
