/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(images/body.jpg) repeat #c8c8c8;
	
}
p, a, ul, li {font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;}
p {font-size: 12px;
	padding-bottom: 30px;
}
p, h1, h2, h3 {margin: 15px; line-height: 1.6em;}
h1 {
	font-size: 1.4em;
	color: #630000;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	margin-top: 35px;
}
h2 {
	font-size: 1.2em;
	color: #5a5a5a;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}

strong {
	color: #630000;
}

/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
img.left 			{float: left; margin: 5px 15px 5px 10px;}
img.right 			{float: right; margin: 5px 10px 15px 15px;}

.center 		{text-align: center;}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#wrapper {
	width: 914px;
	margin: 0 auto auto auto;
	position: relative;
}
div#container {
	margin: 10px 0 auto auto;
	position: relative;
	width: 661px;
	background: url(images/container.gif) repeat-y;
}
div#header {
	width: 661px;
	height: 217px;
	background: url(images/header.jpg) no-repeat;
}
div#content {
	padding: 1px 0 0 0;
	margin: 0px;
	width: 661px;
	background: url(images/content.jpg) no-repeat;
}
div#context {
	width: 650px;
	margin: 0;
}
div#context ul {
	float: left;
	margin: 10px 0px 10px 15px;
	width: 183px;
	padding: 0;
}
div#context ul li{
	padding: 5px 5px 5px 25px;
	list-style: none;
}
div#context a {
	color: #5a5a5a;
	text-decoration: underline;
}
div#context img {
	padding: 5px;
	border: solid thin #dddddd;
}
div#footer {
	font-size: 10px;
	text-align: center;
	position: relative;
	width: 661px;
	height: 72px;
	background: url(images/footer.jpg) no-repeat;
	clear: both;
}
div#copyright {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 4px;
	margin-left: 300px;
}
div#copyright a:link, div#copyright a:visited {
	color: #FFFFFF;
}
div#copyright a:hover {
	color: #828282;
}
/* ----------------- Address ------------------- */
div#context address {
	text-align: center;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-top: dashed #505150 thin;
	padding: 10px 0px 0px 0px;
	margin: 0px auto;
	width: 550px
}
div#context address a {
	text-align: center;
	color: #630000;
	text-decoration: underline;
}
div#context address img.nonbordered {
	padding: 5px;
	border: none;
}

  	
/* ----------------- Custom ---------------- */
.clear 	{
	clear: both;
}
.left {
	float: left;
}
div#wrapper #logo {
	position: absolute;
	top: 9px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}
div#sidebar {
	position: absolute;
	left: 0px;
	top: 240px;
	background:url(images/nav_background.jpg) no-repeat;
	width: 253px;
	height: 290px;
	padding: 0;
	margin: 0;
}
