@charset "utf-8";
/* CSS Document */

/* "generic" styles */

body {
	font-family: Verdana;
	color: #000;
	font-size: 10pt;
	background-image: url(../Images/background.jpg);
}

#container {
	margin: auto
}

p {
	line-height: 18pt;
	margin: 0 0 1em 0;
}

h2 {
	margin: 0;
}

h3 {
	line-height: 14pt;
	font-size: 16pt;
	color: #000;
	margin: 0.5em 0 1em 0;
}

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

a:visited {
	color: #CF3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #090;
}


/* header styles */

#header {
	background-image: url(../Images/header2.png);
	height: 200px;
	width: 800px;
	margin: 0 0 0 1.5em;
}

h1 {
	height: 0;
	overflow: hidden;
}

#navigation {
	width: 760px;
	margin-top: -190px;/*-47px*/	
	margin-left: 12em;
}

#navigation img {
	padding: 0 .5em;
}

/* main content styles */

#content {
	float: left;
	width: 38em;
	background-color: #F5F5F3;
	padding: 1em 20em 1em 2em;
	margin: 130px 0 0 1.5em;
}

#content p:first-letter {
	text-transform:capitalize;
}

/* sidebar styles */

#sidebar {
	float: left;
	width: 15em;
	margin: 140px 1em 0 -17em;
}

#sidebar h3 {
	margin-bottom: 0.5em;
}

#sidebar li img {
	margin: 1em 0;
}

#sidebar p {
	line-height: 12pt;
	margin: 0 0 1em 0;	
}

#sidebar ul {
	list-style: none;
	margin: 0 0 2em 0;
	padding: 0;
}

#sidebar p:first-letter {
	text-transform:capitalize;
}

#sidebar p + p:first-line {
	font-weight: bold;
	color: #596654;
	font-size: 8pt;
}

#sidebar h3:first-child {
	color: #596654;
	font-weight: bold;
}


/*sidebar link styles */

#sidebar a:link {
	text-decoration: none;
	color: #CC0;
	line-height: 1.5em;
}

#sidebar a:visited {
	color: #CF3;
	text-decoration: none;
}

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

#sidebar a:active {
	color: #090;
}


/* footer styles */

#footer {
	clear: both;
	background-color:#6C6D6F;
	width: 57em;
	margin: 0 0 0 1.5em;
	padding: 0.5em 1em 1em 2em;
}
#footer h3 {
	color: #FFF;
}

#footer ul {
	color: #000;
	margin: 0;
	width: 200px;
	margin-left: 1em;
	padding: 0;
}

#footer li {
	margin-bottom: 1em;
	list-style: none;
}

#footer img {
	float: right;
	margin-top: -10em;
	margin-right: 2em;
}

#secondarynav {
	margin-top: 2em;
	color: #FFF;
}

