/* Reset styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Default styles */
body {
	color:#000000;
	font-family: 'Georgia', 'Times New Roman', 'Times', serif;
	font-size: 10pt;
	line-height: normal;
	position: absolute;
}

h1 {
	font-weight: bold;
	font-size: larger;
	}
	
h2 {
	color:#000000;
	font-weight: bold;
	}

h3 {
	color:#000000;
	font-size: smaller;
	}

h4 {
	font-weight: bold;
	}
	
a {
	color:#000000;
}

a:hover {
	color:#999999;
	background-color: #EEEEEE;
}

p {
	margin-top: 1em;
	line-height: 1.25em;
}

.clear {
	clear: both;
}

/* Navigation definitions */

ul.nav {
	vertical-align: bottom;
	padding-top: 5px;
	padding-left: 150px;
}

ul.nav li {
	list-style-type: none;
	display: inline;
	padding-right: 50px;
	
}

ul.nav li a {
	color:#999999;
	text-decoration:none;
}

ul.nav li a:hover {
	color:#999999;
}

ul.nav li.selected a {
	color:#000000;
	text-decoration:none;
}

ul.nav ul li.selected a, ul.nav ul li.selected a:visited {
	color:#cc9999;
}

ul.container {
	vertical-align: top;
	padding-top: 0px;
	padding-left: 130px;
}

ul.container li {
	list-style-type: none;
	display: inline;
	padding-right: 0px;
}

ul.container li a {
	color:#999999;
	text-decoration:none;
}

ul.container li a:hover {
	color:#999999;
}

ul.container li.selected a {
	color:#000000;
	text-decoration:none;
}

ul.container ul li.selected a, ul.nav ul li.selected a:visited {
	color:#cc9999;
}



/* Main content styles */

.nav {
	position: absolute;
	left: 10px;
	top: 15px;
	width: 590px;
}

.underline {
	position: absolute;
	display: inline;
	left: 10px;
	top: 40px;
	width: 600px;
}

.container {
	position: absolute;
	display: inline;
	left: 150px;
	top: 80px;
	width: 600px;
}

img {
	border:6px double #CCCCCC;
	}

.ul.nav {
	left: 180px;
	top: 10px;
	width: 780px;
}

.logo {
	margin-right: 70px;
	margin-left: 15px;
	float: left;
	border: none;
}


/* Footer styles */
.footer {
	clear: both;
	padding-top: 1em;
	color:#305861;
	font-size:.75em;
}

