body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 17px 0px;
	background-color: #EDECE8;
	text-align: center; 
}

input, select {
	font-size: 1.2em;
}

#header {
	margin: 0 auto;
	width: 640px;
	padding-top: 9px;
	padding-left: 30px;
	text-align: left;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#navigation {
	margin: 10px 0px 0px 12px;
	padding-bottom: 8px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: inline;
	margin: 0px 6px 0px 5px;
}

#navigation a:hover {
	color: #fff;
	text-decoration: underline;
}



h1 {
	font-size: 24px;
	padding: 0px;
	margin: 0px 0px 0px 80px;
	display: block;
	color: #000;
	line-height: 29px;
}


h2 {
	font-size: 16px;
	font-weight: normal;
	padding: 0px;
	margin: 3px 0px 0px 90px;
	display: block;
	color: #fff;
}

.headerright {
	font-size: .9em;
	text-align: right;
	float: right;
	color: #fff;
	padding: 0px 9px 0px 0px;
	margin-top: -2px;
}

.pagetitle {
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 5px;
}


.title {
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 12px;
	color: #900;
	background-image: url(images/titleborder.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}


a {
	color: #000;
}

a:hover {
	color: #900;
}

#footerimagecontainer {
	background-image: url(images/footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0px 7px;
}

#contentcontainer {
	margin: 0 auto;
	width: 640px;
	background-image: url(images/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	text-align: left;
	position: relative;
}

#content { 
	width: 398px;
	padding: 6px 10px 0px 10px;
	margin: 0px;
	position: relative;
	font-size: 1.2em;
}

#sidebar {
	float: right;
	width: 190px;
	font-size: 1.1em;
	padding: 6px 2px 12px 0px;
	margin:  0px 2px 0px  0px;
	text-align: justify;
	color: #54544A;
}

#sidebar .title {
	color: #54544A;
	padding-left: 11px;
	background-image: url(images/titleborder.jpg);
}

#sidebar a {
	color: #54544A;
}

#sidebar a:hover {
	color: #900;
}

#footerbuffer {
	clear: both;
	height: 15px;
}
#footerimage {
	margin: 0 auto;
	position: absolute;
	top: -85px;
	height: 85px;
	width: 640px;
	background-image: url(images/footer.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#footer {
	width: 640px;
	margin: 0 auto;
	color: #80806F;
	font-size: .9em;
}

#footer a {
	color: #80806F;
}

#footer a:hover {
	color: #900;
}
