body {background-image: url(images/logo_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: white;
	margin: 20px;
	padding: 0px;}

.content {position: relative;
	width: auto;
	min-width: 240px;
	margin: 60px 168px 20px 135px;
	background-color: white;
	padding: 10px 20px 10px 10px;
	z-index: 3;}

#leftMenu {position: fixed;
	width: 135px;
	top: 165px;
	left: 0px;
	background-color: #eeeeee;
	padding : 0px 10px 10px 10px;
	z-index: 2;}

#rightMenu {position: absolute;
	width: 168px;
	top: 20px;
	right: 0px;
	background-color: #eeeeee;
	padding: 0px 10px 10px 10px;
	z-index: 1;}

#rightFixed {position: fixed;
	width: 168px;
	top: 20px;
	right: 0px;
	background-color:  #eeeeee;
	padding: 0px 10px 10px 10px;
	z-index: 1;}

#leftcol {float: left;
	width: 48%;
	padding : 6px;
	background-color: white;}

#rightcol {float: right;
	width: 48%;
	padding : 6px;
	background-color: white;}

h1 {font-size: 20pt;
	font-family : "Verdana, Trebuchet", sans-serif;
	font-weight : bold;
	color : #003399;
	text-shadow: gray 3px 3px 2px;}

h2 {font-size: 14pt;
	font-family : "Verdana, Trebuchet", sans-serif;
	font-weight : bold;
	color : #003399;
	clear : both;}

h3 {font-size: 12pt;
	font-family : "Verdana, Trebuchet", sans-serif;
	font-weight : bold;
	color : #003399;
	clear : both;}

h4 {font-size: 10pt;
	font-family : "Verdana, Trebuchet", sans-serif;
	font-weight : bold;
	color : #003399;
	clear : both;}

p {font-size: 10pt;
	font-family : "Georgia", serif;
	line-height: 12pt;
	color : black;}

li {font-size: 10pt;
	font-family : "Georgia", serif;
	line-height: 12pt;
	color : black;}

td {font-size: 10pt;
	font-family : "Georgia", serif;
	line-height: 12pt;
	color : black;}

dt {font-size: 10pt;
	font-family : "Georgia", serif;
	line-height: 12pt;
	color : black;}

dd {font-size: 10pt;
	font-family : "Georgia", serif;
	line-height: 12pt;
	color : black;}

p.item {font-size: 10pt;
	font-family : "Georgia", serif;
	line-height: 12pt;
	color : black;
	text-indent: -2em;
	padding-left: 3em;}

p.side {font-size: 8pt;
	font-family : "Verdana, Trebuchet", sans-serif;
	line-height: 10pt;
	color : black;}

p.side2 {font-size: 8pt;
	font-family : "Verdana, Trebuchet", sans-serif;
	line-height: 20pt;
	color : black;
	padding-bottom : 10px;
	border-bottom : 1px solid gray;}

p.caption {font-size: 10pt;
	font-family : "Verdana, Trebuchet", sans-serif;
	line-height: 12pt;
	color : black;}

p.white {font-size: 10pt;
	font-family : "Verdana, Trebuchet", sans-serif;
	line-height: 12pt;
	color : white;}

p.white_menu {font-size: 10pt;
	font-family : "Verdana, Trebuchet", sans-serif;
	line-height: 12pt;
	color : white;}

h4.side {font-size: 10pt;
	font-family : "Verdana, Trebuchet", sans-serif;
	font-weight : bold;
	color : #003399;}

h4.top {font-size: 10pt;
	font-family : "Verdana, Trebuchet", sans-serif;
	font-weight : bold;
	line-height: 20pt;
	text-align : center;
	background : #003399;
	color : white;
	margin : 0px -10px 0px -10px;}

td.side {font-size: 8pt;
	font-family : "Verdana, Trebuchet", sans-serif;
	line-height: 10pt;
	color : black;}

dt.side {font-size: 8pt;
	font-family : "Verdana, Trebuchet", sans-serif;
	line-height: 10pt;
	color : black;}

dd.side {font-size: 8pt;
	font-family : "Verdana, Trebuchet", sans-serif;
	line-height: 10pt;
	color : black;}

li.side {font-size: 8pt;
	font-family : "Verdana, Trebuchet", sans-serif;
	line-height: 10pt;
	color : black;}

img {border-style : none;}

a:hover{ color: white;
	background-color: #003399;}

#leftnav {
	width: 100%;
	float: left;}

.navlink { padding: 3px 0px 2px;
	display: block;}

a.navlink { color: black;
	font-weight: bold;
	text-decoration: none;
	margin : -10px -10px -10px -10px;
	padding-left : 10px;}

a.navlink:hover { background-color: #003399;
	color: #ffffff;
	font-weight: bold;}

a.navlink:visited {color: gray;}

.dropcap {font: bold 200% sans-serif;
	color: #003399;
	text-shadow: gray 3px 3px 2px;
	width: 20pt;
	float: left;}

abbr, acronym {font-weight: bold;
	color: #003399;
	cursor: help;}

kbd
{
	border: 1px solid;
	border-color: white gray gray white;
	color: black;
	background-color: #ddd;
	margin: 0 0.125em;
	min-width: 1em;
	outline: 1px solid #999;
	padding: 0 0.125em;
}

