
/*
	blue = #33275b
	green = #80c254
	red = #cc0000
*/

body {
	background-color: #33275b;
	margin-top: 0;
	text-align: center;
}


#content {
	background-color: #ffffff; 
	max-width:860px;
	text-align: left;
}

.menu {
	font-family: 'Trebuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}

.curmenu {
	color: #cc0000;
	font-weight: bold;
}

#topmenu {
	height: 68px;
	vertical-align: bottom;
	text-align: right;
}

td {
	padding-left: 5px;
	padding-right: 5px;
}

#submenu {
	vertical-align: bottom;
	text-align: right;
}

#submenu a {
	color: #cc0000;
}

p {
	font-family: Georgia;
}

a {
	color: #33275b;
}

a:link img, a:visited img {
	border-style: none
}


h1 {
	font-family: Georgia;
	border-bottom: 2px solid #80c254;
	font-size: 1.5em;
	font-weight: normal; 
	color: #33275b;
	margin-bottom: 0px;
}

h1 a {
	text-decoration: none;
}

h2 {
	font-family: Georgia;
	font-weight: normal; 
	font-size: 125%;
	color: #33275b;
	margin-bottom: 0em;
}

h3 {
	font-family: Georgia;
	font-weight: normal; 
	color: #33275b;
	margin-bottom: 0em;
}

div.tagline {
	font-family: arial,helvetica,sans-serif;
	font-weight: normal; 
	font-size: 80%;
	color: #33275b;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 1em;
}

.newsimg-even {
	float: right;
}

.newsimg-odd {
	float: left;
	margin-right: 1em;
}

.newslink, .newslink a:link, .newslink a:visited {
	color: #cc0000;
	font-family: arial,helvetica,sans-serif;
	margin-top: 1em;
	margin-bottom: 1em;
}

.right {
	text-align: right;
}

.moreinfo {
	font-family: arial,helvetica,sans-serif;
	text-align: right;
}	

.footer {
	font-family: arial,helvetica,sans-serif;
	background: #cccccc;
	padding: 1em;
	font-size: 80%;
}

div.java {
	font-family: courier, monospace; 
	font-size: 9pt; 
	white-space: pre; 
	padding: 0 1em 0 1em; 
	background: #ffffff;
	border: 1px solid #80c254; 
	margin-bottom: 1em;
}

div.xml {
	font-family: courier, monospace; 
	font-size: 9pt; 
	white-space: pre; 
	padding: 0 1em 0 1em; 
	background: #ffffff;
	border: 1px solid #80c254; 
	margin-bottom: 1em;
}

div.console {
	font-family: courier, monospace; 
	font-size: 9pt; 
	white-space: pre; 
	padding: 0 1em 0 1em; 
	background: #000000;
	color: #ffffff;
	border: 1px solid #80c254; 
	margin-bottom: 1em;
}

.ednote {
	font-style: italic;
	font-size: 80%;
}

