body
{
	margin:0;
	padding:0;
	background:navy url(images/header2.png) repeat-x;
	color: black;
	font: 13px arial,helvetica,clean,sans-serif;
}

h2
{
	margin-top:0;
}

img
{
	border:0;
}

hr.pad
{
	margin:25px 0 25px 0;
}

.indent
{
	margin:0 0 0 20px;
}

.biggerbold
{
	font-weight:bold;
	font-size:125%;
}

.caption
{
	text-align:center;
	margin:0;
	padding:0;
	display:block;
	font-weight:bold;
	font-size:150%;
}

.screenshot
{
	margin:auto;
	text-align:center;
	clear:both;
	display:block;
}

div.page
{
	width:950px;
	margin:auto;
	background:white;
	border:3px solid #CCC;
}

div.sideleft
{
	padding:2px;
	width:160px;
	float:left;
}

div.core
{
	padding:2px 10px 5px 20px;
	width:520px;
	float:left
}

div.corewide
{
	padding:2px 10px 5px 20px;
	width:750px;
	float:left
}

div.sideright
{
	width:230px;
	padding:2px;
	float:right
}

#header
{
	float:left;
	width:100%;
	background:#009;
	font-weight:bold;
}

#header ul
{
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
}

#header li
{
	float:left;
	margin:0;
	padding:0 0 0 16px;
}

#header a
{
	display:block;
	padding:5px 18px 4px 0px;
	text-decoration:none;
	color:#DDF;
}

#header a:hover
{
	text-decoration:underline;
}

#header #current
{
	background:url("images/tableft.png") no-repeat left top;
}

#header #current a
{
	color:black;
	background:url("images/tabright.png") no-repeat right top;
}

.rowodd
{
	background-color:#F0F8FF;
}

.roweven
{
	background-color:#E0E8F8;
}

A:link {
	text-decoration: underline;
	color: blue;
}
A:visited {
	text-decoration: underline;
	color: navy;
}
A:active {
	text-decoration: underline;
	color: red;
}

.bluebox {
	border:solid 1px #0000C0;
	margin-bottom:10px;
	padding-bottom:1px;
	background-color:#F0F8FF;
}

.blueboxround {
	border:solid 1px #0000C0;
	margin-bottom:10px;
	padding-bottom:1px;
	background-color:#F0F8FF;
	box-shadow: 3px 3px 3px grey;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.graybox {
	border:solid 1px #808080;
	margin-bottom:10px;
	padding-bottom:1px;
	background-color:#F0F0F0;
}

.grayboxround {
	border:solid 1px #808080;
	margin-bottom:10px;
	padding-bottom:1px;
	background-color:#F0F0F0;
	box-shadow: 3px 3px 3px grey;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}


.greenbox {
	border:solid 1px #00E000;
	margin-bottom:10px;
	padding-bottom:1px;
	background-color:#F0FFF0;
}

.redbox {
	border:solid 1px #C00000;
	margin-bottom:10px;
	padding-bottom:1px;
	background-color:#FFF0F0;
}

.yellowbox {
	border:solid 1px #C0C000;
	margin-bottom:10px;
	padding-bottom:1px;
	background-color:#FFFFF0;
}

.yellowboxround {
	border:solid 1px #C0C000;
	margin-bottom:10px;
	padding-bottom:1px;
	background-color:#FFFFF0;
	box-shadow: 3px 3px 3px grey;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.bluetitle {
	background:#90C0F0 url("/images/bluebox.png") repeat-x;
	padding:1px;
	margin-top:0px;
	margin-bottom:2px;
	border-bottom:solid 1px #0000C0;
	text-align:center;
}

.bluetable {
	text-align:center;
	background:#90C0E0 url("/images/bluebox.png") repeat-x;
}

.darkbluetitle {
	color:white;
	background:navy url("/images/darkblue.png") repeat-x;
	font-size:larger;
	font-weight:bold;
	text-align:center;
}

.bluetitle H3 {
	margin:0;
	padding:0;
}

.graytitle {
	background:#D0D0D0 url("/images/graybox.png") repeat-x;
	padding:1px;
	margin-top:0px;
	margin-bottom:2px;
	border-bottom:solid 1px #808080;
	text-align:center;
}

.graytitle H3 {
	margin:0;
	padding:0;
}

.yellowtitle {
	color:black;
	background:#C0C080 url("/images/yellowbox.png") repeat-x;
	padding:1px;
	margin-top:0px;
	margin-bottom:2px;
	border-bottom:solid 1px #C0C000;
	text-align:center;
}

.yellowtitle H3 {
	margin:0;
	padding:0;
}

.greentitle {
	background-color:#E0FFE0;
	padding:1px;
	margin-top:0px;
	margin-bottom:2px;
	border-bottom:solid 1px #00E000;
	text-align:center;
}

.greentitle H3 {
	margin:0;
	padding:0;
}

.redtitle {
	color:white;
	background: #C00000 url("/images/redbox.png") repeat-x;
	padding:1px;
	margin-top:0px;
	margin-bottom:2px;
	border-bottom:solid 1px #C00000;
	text-align:center;
}

.redtitle H3 {
	margin:0;
	padding:0;
}

.menu {
	margin-left:1ex;
}

.menu a {
	display:block;
	text-align:left;
	text-decoration: none;
	color: black;
	padding:1px 5px 1px 17px;
	background:url(images/graybullet16.png) no-repeat;
	background-position:0px 1px
}

.menu #active
{
	color:#0C0;
	background:url(images/greenbullet16.png) no-repeat;
	background-position:0px 1px
}

.menu a:visited
{
	text-decoration: none;
	color: black;
}

.menu a:hover, .menu a:active
{
	text-decoration: underline;
	color: red;
}
