/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


html {
	font-size:100%;
	text-align:center;
}



body {
	width: 760px;
	position:relative;
	margin: 0px auto;
	text-align:left;
	font-family: Georgia, Times, "Times New Roman", serif;
	color:#222222;
	}

div#banner {
	text-align:right;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#navigation {
	width: 256px;
	float: left;
	
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#navigation h1 {
	background-image:url(../images/navigation_top.png);
	background-repeat: no-repeat;
	padding:16px 16px 16px 16px;
	font-size: 1.2em;
	font-weight: normal;
	color:#000000;
}
	
#navigation ul {
	list-style-type: none;
	background-image:url(../images/navigation_body.png);
	background-repeat: repeat;
	padding:0px 16px 0px 16px;
	font-size: 1.0em;
	}
	
#navigation li {
	padding-bottom: 0.5em;
}

.navigation_footer {
	padding:16px 0px 16px 16px;
	background-image:url(../images/navigation_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}


div#subnavigation {
	width: 256px;
	clear: left;
	float: left;
	margin-top: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

#subnavigation h1 {
	background-image:url(../images/navigation_top.png);
	background-repeat: no-repeat;
	padding: 16px 16px 16px 16px;
	font-size: 1.2em;
	font-weight: normal;
	color:#000000;
}


#subnavigation ul {
	list-style-type: none;
	background-image:url(../images/navigation_body.png);
	background-repeat: repeat;
	padding: 0px 16px 0px 16px;
}

#subnavigation li {
	font-size:1.0em;
	padding-bottom:0.5em;
}

.subnavigation_footer {
	word-spacing:0.25em;
	padding: 0.5em 16px 16px 16px;
	background-image:url(../images/navigation_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	
}

div#content {
	width: 488px;
	float: right;
	clear: both;
}

#footer {
	clear: both;
	padding: 16px 0px 16px 0px;
}

p {
	font-size: 0.875em;
	font-style: normal;
	line-height: 1.4em;
	padding: 6px 0px 6px 0px;
	margin:0px;
}

a, a:link, a:visited {
	text-decoration: underline;
	color:#000000;
}

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

a:active {
	color:#444444;
}

li a {
	text-decoration: none;
	color: #001133;
}

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

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


li a:hover {
	text-decoration: underline;
	color: #001133;
}

li a:active {
	text-decoration: underline;
	color: #001133;
}



img.logo {
	vertical-align: baseline;
}


.thinborder {
	border:1px solid #000000;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 6px 0px 6px 0px;
	}

.anchor {
	padding:8px;
}


.item {
	width:488px;
	padding:0px;
	font-size:100%;
}

.item h1 {
	background-image:url(../images/item_top.png);
	background-repeat: no-repeat;
	padding:16px 16px 16px 16px;
	font-size: 1.2em;
	font-weight: normal;
	color:#000000;
}

.item_body {
	background-image:url(../images/item_body.png);
	background-repeat: repeat;
	padding:0px 16px 0px 16px;
	margin:0px;
}

.item_footer {
	padding:16px 16px 16px 16px;
	background-image:url(../images/item_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px 0px 0px 0px;
}

.imagecredit {
	font-size: 1.1em;
	font-style: italic;
	line-height: 16px;
	color: #666;
}

.quote {
	font-size: 1em;
	font-style: italic;
	line-height: 1.3em;
	color: #333;
	text-indent:8px;
	display:block;
	padding-left:0px;
	padding-right:16px;
}

.toplink {
	float: right;
	clear: left;
}

