@charset "utf-8";
/* CSS Document */

/*
reset.css ? reset based on eric meyer's suggested reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, 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;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	margin:0;
	padding:0;
}


#header {
	background-color: rgb(59, 89, 152);
	margin: 0 0 10px 0;
	padding: 5px 0 5px 0;
}

#footer {
	clear: both;
	background: #F1F1F1 url(footerHG.gif) repeat-x 0 0;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 50px;
	overflow: hidden;
	font-size: 10px;
}

.content {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

ul.navi li {
	list-style:none;
	display:block;
	width: 120px;
	float:left;
	border-left: 1px #666666 solid;
	padding-left: 1px;
}

.navi a:link,
.navi a:visited,
.navi a:active {
    text-decoration: none;
	color:white;
	font-weight: bold;
}



.navi a:hover { 	color:#FFFF00 }


h1 { 
	font-size: 26px;
	font-weight: bold;
	margin: 26px 0;
}

h2 { 
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
}

p {
	line-height: 140%;
	font-size: 14px;
	margin: 14px 0;
}


.rightbox {
	float:right;
	width: 400px; 
	height:400px;
	overflow:hidden;
	}

.h_author {
 	font-weight: bold;
	}
