﻿body
{
	font: normal 72.5% "Trebuchet MS" ,Verdana,sans-serif;
	background-color: #F2F9FF;
	margin: 10px 0 20px 0;
}
#page
{
	text-align: center;
}
#main
{
	margin: auto; /* bug firefox */
	text-align: left;
	width: 790px;
	background-color: white;
	border: 1px solid #BCD0DE;
	height: auto;
}
#header
{
	height: 115px;
}
#title
{
	padding: 20px 0px 0px 20px;
	font-size: 40px;
	height: 70px;
	width: 770px;
	background-image: url( "images/center_bar.png" );
	background-repeat: repeat-x;
}
#menu
{/*
	width: 750px;
	padding: 0px 0px 20px 20px;
	*/height: 25px;
	font-weight: bold;
	font-size: 12px;
	color: Black;
	background-color: White;
}
#context
{
}
#bar
{
	width: 180px;
	height: 95%;
	background-color: white;
	float: left;
	padding: 20px 20px 20px 20px;
}
#content
{
	width: 750px;
	height: 95%;
	background-color: white;
	float: right;
	padding: 20px 20px 20px 20px;
}
#microbox1
{
	float: left;
	width: 65%;
	text-align: justify;
}
#microbox2
{
	border-left: 1px solid #BCD0DE;
	float: right;
	width: 30%;
	padding-left: 10px;
}
#footer
{
	text-align: center;
	background-color: #7097BF;
	color: White;
	width: 790px;
	height: 5%;
	font-weight: 500;
}
img
{
	float: left;
	border-width: 0;
}
h2
{
	color: #7097BF;
	font-size: 22px;
}
h4
{
	color: #333333;
	font-size: 16px;
}
h5
{
	color: #333333;
	font-size: 16px;
}
hr
{
	clear: both;
	margin: 0 0;
	display: block;
}
#textj
{
	text-align: justify; 
}