﻿@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.alignLeft	{
	float:left;
	display: block;
	}
#page {
	width: 851px;
	margin: auto;
	border-left: 1px solid #000000;
	background-color: #ffffff;
	border-right: 1px solid #000000;
	margin-bottom: 10px;
}
#navset ul {
	display: inline;
}
#navset {
	width: 100%;
	height: 40px;
}
#navset ul li {
	float: left;
	list-style: none;
}
.clear {
	clear: both;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#content {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#colList ul {
	font: 16px/21px arial;
	
}
#colList {
	width: 535px;
	float: left;
	border: 1px solid #efefef;
}

#colList ul li {
	font: 16px/21px arial;
	width:180px;
	margin-left: 15px;
}

#content h1 {
	font: 23px/24px arial;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0px;
}
#footer {
	text-align: center;
	font: 12px/18px arial;
}
#page #footer p.copyright {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#page #footer p {
	font-size: 12px;
}
#page #footer p a {
	font-size: 12px;
}
#page p {

}
img.rightEdge {
	margin-right: 10px;
}
.callout {
	font-family: Georgia, "Times New Roman", Times, serif!important;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #666;
	font-size: 21px!important;
	font-style: italic;
	line-height: 32px!important;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	margin-left: 190px;
	width: 589px;
	text-align: center;
}
#content blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-top: 0px;
}
#content h2 {
	font: 14px/12px arial;
	font-weight: bold;
	margin-bottom: 0px;
}

ul	{
	margin-left: 15px;
	}