
body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #3F586B;
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 145%;
}

h3 {
	font-size: 120%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 125%;
}

p {
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding-left: 15px;
	background: url(images/img04.gif) no-repeat 0px 7px;
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
}

a {
	color: #FF5723;
}

a:hover {
	text-decoration: none;
	color: #1777B1;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 15px 0 0;
}

img.right {
	float: right;
	margin: 3px 0 0 15px;
}

hr {
	display: none;
}




/* Page */

#page {
	margin: 20px 20px 20px 20px;
/*	padding: 20px 0; */
}



/* Content */

#content {
	float: left;
	padding-top: 8px;
}

.twocols .title {
	padding-bottom: 10px;
	border-bottom: 1px solid #97C984;
}

.twocols .col1, .twocols .col2 {
	width: 49%;
}

.twocols .col1 {
	float: left;
}

.twocols .col2 {
	float: right;
}

.threecols .title {
	padding-bottom: 10px;
	border-bottom: 1px solid #97C984;
}

.threecols .col2, {
	width: 34%;
}
.threecols .col1, .threecols .col3 {
	width: 32%;
}

.threecols .col1 {
	float: left;
}

.threecols .col3 {
	float: right;
}

.threecols .col2 {
     padding: 0 33% 0 33%;
}




/* Footer */

#footer {
	padding: 5px;
	background: #5F919E;
	border-top: 10px solid #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: 75%;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}