/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #FFFFFF url(images/img1.gif);
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #AF0F5E;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1.2em;
	margin: 0;
}

#colTwo h3 {
	font-weight:bold;
	font-size: 1.5em
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	text-decoration: none;
	color: #AF0F5E;
}

a:hover {
	text-decoration: underline;
}
a:visited {
	color: #AF0F5E;
}
li {
	color: #AF0F5E;
}
li.current {
	font-weight:bold
}
li a:link {
	border-bottom: 1px dotted #AF0F5E;
	color: #666666;
}

li a:hover {
	border-bottom: 1px solid #AF0F5E;
	text-decoration: none;
	color: #AF0F5E;
}

img.float {
	text-align: left;
	margin: 5px 15px 10px 0;
	border: 5px solid #AF0F5E;
}

img.border {
	border: 5px solid #AF0F5E;
}

/* Header */

#header {
	width: 700px;
	height: 160px;
	margin: 0 auto;
	background: #FFFFFF url(images/img2.gif);
	border: 10px solid #AF0F5E;
}

#header * {
	margin: 0;
	padding: 0;
	/*float: left;*/
	text-decoration: none;
	/*font-size: 18px;*/
	font-style: italic;
	color: #AF0F5E;
}

#header img {
	float:right;
	padding:10px 18px 0 0;
	border:0
}

#header a.image {
	border:0
}

#header h1 {
	padding: 50px 0 0 18px;
	font-weight: bold;
	font-size: 2.5em;
}

#header h2 {
	padding: 5px 0 0 18px;
	font-size: 1.5em;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: #FFFFFF url(images/img2.gif);
	border: 10px solid #AF0F5E;
	border-top: none;
}

#colOne {
	float: left;
	width: 180px;
	padding: 20px 10px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

#colTwo {
	float: left;
	width: 280px;
	padding: 20px 10px;
}

#colThree {
	float: left;
	width: 180px;
	padding: 20px 10px;
}

#colThree ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

/* Footer */

#footer {
	padding: 10px 0 0 0;
	text-align: center;
	font-size: smaller;
}

#footer * {
	color:#FAF5F3
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer .print {
	display:none;
}

/* big quotes */
blockquote {
	background: transparent url(images/quoleft.png) left top no-repeat;
	width:180px;
	padding:20px 0;
	margin:20px 0 0 0;
	}
blockquote div {
	padding: 0 45px;
	background: transparent url(images/quoright.png) right bottom no-repeat;
}
blockquote p {
	font-weight:bold
}
/* lhs boxes */
p.box {
	text-align:center;
	width:90%;
	border:5px solid #AF0F5E;
	padding:15px 0
}
p.box a {
	text-decoration:none
}
.biggestfont {
	font-size:3.5em
}
.bigfont {
	font-size:1.9em
}