/* ---- 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, 
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:top;}
strong {font-weight:bold;}
em {font-style:italic;}
:focus {outline:0;}
body {line-height:1;color:black;background:white;}
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:"" "";}
form {display:inline;}

/* ---- Fonts and Spacing ----------------------------------------- */


html {
	padding: 0;
	margin: 0;
}

body {
	color: #000;
	background: #FFF url('../gifs/bg.gif') 0 0 repeat;
	align: center;
	font-weight: normal;
	font-family: Georgia,arial,tahoma;
	font-size: 12px;
	line-height: 1.333em;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

p {
	text-align: justify;
}

.super {
	font-size: 9px;
	vertical-align:super;
}

#bodyObject {
	align: center;
}
	
#whiteBorder {
	width:790px;
	background: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
}

#container {
	margin: 0 auto;
	width: 778px;
	text-align: left;
	background: #FFF;
}

#header {
	width: 778px;
	height: 125px;
	border-bottom: 6px solid #FFF;
	align: center;
}

#bodyContent {
	background: #DFEFFF;
	padding: 6px;
}	

#navBar {
	background: #336;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 6px solid #FFF;
}

.navBarSpacer {
	padding-right: 16px;
}

.quoteBox {
	border: 1px solid #000;
	background: #FFF;
	padding: 6px;
}

.picture {
	float: left;
	padding-right: 10px;
}

.clear {
	clear: both;
}

.copyright {
	color: #FFF;
	font-size: 9px;
}

a.nav {
	color: #FFF;
	font-weight: bold;
	font-family: arial,sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}

a.nav:hover {
	border-bottom: 1px solid #CCF;
	border-top: 1px solid #CCF;
	color: #CCF;
}

a {
	color: #336;
	text-decoration: underline;
}

a:hover {
	color: #C00;
	text-decoration: none;
	border-bottom: 1px solid #C00;
	border-top: 1px solid #C00;
}
