/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #6A617E;
}

a:hover {
	color: #444C63;
	text-align: left;
}

body {
	background: #4E5D3C url(images/bg.jpg);
	color: #444;
	font: normal 62.5% "Monotype Corsiva",sans-serif;
	margin: 0;
}

p,blockquote,ul {
	margin-bottom: 1.2em;
	font-family: "Comic Sans MS", cursive;
	text-align: left;
}

h1 {
	font-family: "Monotype Corsiva";
	font-size: 3em;
	font-weight: bold;
	color: #19150A;
	text-align: center;
}

h2 {
	margin: 3px 0 1px;
	font-family: "Monotype Corsiva", serif;
	font-size: 2em;
	font-weight: bold;
}
h3 {
	margin: 3px 0 1px;
	font-family: "Monotype Corsiva", serif;
	font-size: 1.5em;
	font-weight: bold;
	
}
ul {margin-left: 1.8em;}

blockquote {
	background: url(images/quote.gif) no-repeat;
	color: #555;
	font: normal 1.4em serif;
	padding-left: 22px;
}

blockquote p {padding: 6px;}

/* misc */
.clearer {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}

.left {float: left;}
.right {float: right;}

images.left {margin: 0 18px 6px 0;}

.divider {
	background: url(images/divider.gif) no-repeat;
	height: 20px;
	margin: 24px 0;
}

/* structure */
.container {
	background: url(images/bgcontainer.jpg) repeat-y center top;
	margin: 0 auto;
	width: 736px;
}

.gfx {
	
	float: left;
	height: 140px;
	margin-top: 12px;
	width: 52px;
}

.top {
	background: url(images/bgcontent.gif) no-repeat 0 -4%;
	float: left;
	text-align: center;
	width: 632px;
}

.header {
	background: #56644A url(images/header.jpg) no-repeat;
	color: #336;
	font-size: 1.4em;
	height: 232px;
	padding-right: 270px;
}

.header h1 {
	padding: 62px 0 34px 0;
	font-family: "Monotype Corsiva";
	font-size: 3.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.pattern {
	background: #334127 url(images/pattern.gif) repeat-x;
	clear: both;
	height: 12px;
}

/* navigation */
.navigation {
	margin: 0 24px;
	font-family: "Monotype Corsiva";
	color: #003;
}
.navigation2 {
	margin: 0 24px;
	font-family: "Monotype Corsiva";
	color: #003;
}

.navigation a {
	color: #003;
	line-height: 50px;
	margin: 0 16px;
	text-decoration: none;
	font-family: "Monotype Corsiva";
	font-size: 1.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.navigation a:hover,.navigation #selected {
	color: #003;
	font-family: "Monotype Corsiva";
}

/* content */
.content {
	background: url(images/bgcontent.gif) no-repeat;
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 38px 12px;
}
.content .spacer {
	height: 42px;
}

/* content item */
.item {clear: both;}

.item images {border: 1px dashed #8A6;}

.item .title {
	color: #445044;
	font: normal 2em serif;
}

.item .title:first-letter {
	display: block;
	float: left;
	font-size: 2.4em;
}

.item .metadata {
	color: #666;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body {
	clear: both;
}

/* footer */
.footer {
	background: url(images/bgfooter.gif) no-repeat;
	color: #666;
	font-size: 1.1em;
	line-height: 41px; 
	margin: 0 auto;
	text-align: center;
	width: 632px;
}
.footer .left {padding-left: 40px;}
.footer .right {padding-right: 40px;}

.footer a {
	color: #666;
	text-decoration: none;
}
.footer a:hover,.footer .right a:hover {
	color: #333;
	text-decoration: underline;
}
.footer .right, .footer .right a {color: #ACAF9B;}
table,tr,td{
	font-family: "Monotype Corsiva";
	text-align: center;
	vertical-align: top;
	margin: 3px;
	padding: 3px;
}
#Links {
	background-color: #D1D7ED;
	text-align: center;
	margin: auto;
	border-top-color: #8885A4;
	border-right-color: #8885A4;
	border-bottom-color: #8885A4;
	border-left-color: #8885A4;
	width: 550px;
	height: 60px;
}
#img {
	float: left;
	width: 40%;
	margin-right: 30%;
	margin-left: 30%;
	clear: both;
}
