/********************** Basics *****************************/

body 
{  
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
	margin: 0;
	padding: 0;
}

a:link 
{ 
	color: green;
	text-decoration: none
}

a:visited 
{ 
	color: darkblue;
	text-decoration: none
}

a:active 
{ 
	color: black;
	text-decoration: none
}

a:hover 
{  
	color: yellow;
	text-decoration: underline
}

h1
{
	background-color: gainsboro ; 
	font-size: 8pt;
	color: green;
	font-weight: lighter;
	padding: 0.5em;
	text-transform: uppercase;
	margin-bottom: 1em;
	margin-top: 0;
}

img
{
	border: thin solid gray;
}

ul
{
	list-style: square outside;
}

table
{
	border: thin solid gray;
	padding: 3px;
}


/******************* Styles ****************************/

#wrapper 
{
	position: relative;
	width: 760px;
	height: 1000px;
 	margin: 30px 40px 30px 40px;
	padding: 0;
	border-style: solid;
	border-width: 1px;
	border-color: darkblue;
}

#wrapperb 
{
	position: relative;
	width: 760px;
	height: 650px;
 	margin: 30px 40px 30px 40px;
	padding: 0;
	border-style: solid;
	border-width: 1px;
	border-color: darkblue;
}

#header
{
	position: relative;
	top: 0;
	padding: 2px;
	margin: 3px;
	width: 750px;
	text-align: left;
}

#header .img
{
	border: none
}

#main
{
	position: relative;
	width: 755px;
	height: 560px;
	padding: 0;
	margin: 0;
}

#mainb
{
	position: relative;
	width: 755px;
	height: 250px;
	padding: 0;
	margin: 0;
}

#main b
{
	color: red;
}

#mainb b
{
	color: red;
}

#content
{
	position: relative;
	top: 0;
	left: 0;
	width: 535px;
	height: 750px;
	padding: 5px;
	margin: 3px 10px 3px 3px;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: darkblue;
	overflow: scroll;
}

#content .img
{
	float: right;
	margin: 3px;
}

#contentb
{
	position: absolute;
	top: 0;
	left: 0;
	width: 535px;
	height: 395px;
	padding: 5px;
	margin: 0 10px 3px 3px;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: darkblue;
	overflow: scroll;
}


#sidebar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 187px;
	height: 750px;
	border-style: solid;
	border-width: 1px;
	border-color: darkblue;
	padding: 5px;
	margin: 0;
	text-align: left;
	background-color: lemonchiffon ; 
	color: darkblue;
}

#sidebarb
{
	position: absolute;
	top: 0;
	right: 0;
	width: 187px;
	height: 385px;
	border-style: solid;
	border-width: 1px;
	border-color: darkblue;
	padding: 5px;
	margin: 0;
	text-align: left;
	background-color: lemonchiffon ; 
	color: darkblue;
}

#sidebar img
{
	margin-left: 15px;
}

#sidebarb img
{
	margin-left: 15px;
}

#credits
{
	position: absolute;
	bottom: 0;
	border-style: solid;
	border-width: 1px;
	border-color: darkblue;
	margin: 3px;
	padding: 1px;
	font-size: 8pt;
	font-style: italic;
	text-align: center;
	background-color: #CCFFCC ; 
	width: 750px;
	height: 50px;
}

#highlight
{
	margin: 3px 3px 10px 3px;
	padding: 25px;
	font-size: 10pt;
	text-align: left;
	background-color: #256290;
	color: white;
	text-transform: uppercase;
	font-family: sans-serif;
}

#highlight b
{
	color: white;
	font-size: 14pt;
}

#smallprint
{  
	font-size: 8pt;
	font-style: Italic
}

