body {
        font-family:'Trebuchet MS';
        font-size: 11pt;
	color: #000000;
	background: none repeat scroll 0px 0px #eee; /* rgb(231,235,242); */
}

#uppermenu {
	clear:both;
	width:900px;
	height: 30px;
	margin: 0px auto;
	padding: 0px;
	font-size: 10pt;
	background: #242B33 linear-gradient(to bottom, #607286, #242B33);
	border-radius: 3px 3px 0px 0px;
}

#uppermenu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	position: relative;
}

#uppermenu li {
	float: right;
	list-style: none outside none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#header {
	width:900px;
	height:125px;
	margin: 0px auto;
}

#menubar {
	clear:both;
	width:900px;
	height: 32px;
	margin: 0px auto;
	padding: 0px;
/*	background-color: #0076A3; */
	background: #622 linear-gradient(to bottom, #C44, #622);
}

#menubar ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	position: relative;
/*	background-color: #0076A3; */
}

#menubar li {
	float: left;
	list-style: none outside none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
/*	background-color: #0076A3; */
}

#maincontent {
	clear:both;
	width:898px;
	margin: 5px auto 0px auto;
	padding: 5px 5px 5px 5px;
	background-color: #DDD;
	border-width: 1px;
    	border-style: solid solid solid solid;
    	border-color: #046;
	border-radius: 3px 3px 3px 3px;
}

.maincontentstyle {
	margin: 0px 0px 0px 0px;
	padding: 1px 10px 1px 10px;
}

.itemstyle {
    margin: 10px 0px 10px 0px;
    border-top: solid;
    border-color: #069;
    border-width: 2px;
	margin: 5px auto 0px auto;
	padding: 0px 5px 0px 5px;
	background-color: #DDD;
	border-width: 1px;
    	border-style: solid solid solid solid;
    	border-color: #046;
	border-radius: 3px 3px 3px 3px;
}

.canvasstyle {
    margin-right: 10px;
    background-color: #DDD;
    border-width: 1px;
    border-style: solid solid solid solid;
    border-color: #046;
    border-radius: 3px 3px 3px 3px;
    display:none;
    float:left;
}

#footerbar {
	clear:both;
	width:900px;
	height:30px;
	padding: 0px;
	margin: 0px auto;
/*	background-color: rgb(107,183,109); */
/*	background: #152 linear-gradient(to bottom, #2C5, #152);  */
	background: #242B33 linear-gradient(to bottom, #607286, #242B33);
	border-radius: 0px 0px 3px 3px;
}

.footerstyle {
	text-align: center;
	color: #EEE;
	padding: 3px;
}

a {
	text-decoration: none;
	color: #07a
}

a:visited {
	text-decoration: none;
	color: #09c;
}

a:active {
	text-decoration: underline;
	background-color: white;
}

a:hover {
	text-decoration: underline;
	background-color: white;
}

a.upper {
	text-decoration: none;
	color: #888
}

a.upper:visited {
	text-decoration: none;
	color: #888;
}

a.upper:active {
	text-decoration: underline;
	background-color: black;
}

a.upper:hover {
	text-decoration: underline;
	background-color: black;
}

a.light {
	text-decoration: none;
	line-height:100%;
	padding: 8px;
	display:block;
	color: #DDD;
}
a.light:visited {
	text-decoration: none;
	color: #EEE;
}

a.light:active {
	text-decoration: underline;
	background-color: black;
}

a.light:hover {
	text-decoration: none;
	background-color: black;
}

h1 {
	font-family: Georgia, Garamond, Century, Bookman Old Style, serif;
	font-style: normal;
	font-weight: bold;
	font-size: 180%;
	color: #0076A3;
	text-align: left;
	margin-bottom: 3pt;
}

h2  {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 3pt;
}

td {
	vertical-align: top;
}

td.center {
	text-align: center;
}

table caption {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 120%;
	margin-top: 5pt;
	margin-bottom: 3pt;
	text-align: left;
}

table.data {
        width: 100%;
	border-width: 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid ;
	border-color: #000;
	border-collapse: collapse;
}

table.data td {
	border-width: 1px;
	padding: 2px;
	border-style: solid solid solid solid ;
	border-color: #000;
	border-collapse: collapse;
	vertical-align: top;
}

table.data th {
	border-width: 1px;
	padding: 5px;
	border-style: solid solid solid solid ;
	border-color: #000;
	border-collapse: collapse;
	color: rgb(250,250,250);
	/*  background-color: #C44; rgb(198,72,71) */
	background: #046 linear-gradient(to bottom, #08C, #046);
}

table.data caption {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 120%;
	margin-top: 3px;
	margin-bottom: 2px;
	text-align: center;
}

hr {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    border:0;
    height: 2px;
    background-color:#069;
}

