body
{
	margin: 0;
	padding: 0;
	/*font: 0.9em Georgia, "Time New Roman", sans-serif;*/
	font: 16px Georgia, "Time New Roman", sans-serif;
	color: #000;
}
h1, h2, h3, h4, h5, h6
{
	text-align: left;
}
a:link { color: sienna; text-decoration: none;}
a:hover { text-decoration: underline; }
a:visited { color: sienna; text-decoration: none;}
.container
{
	margin: 1em auto;
	width: 780px;
	/*background-color: linen;*/
}
hr
{
	color: #C4C769;
}
.header
{
	height: 50px;
	background-image: url(../images/javabanner_1.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-bottom: 10px;
	background-color: linen;
	border: 1px solid #C4C769;
}
.header h1
{
	float: left;
	color: white;
	text-shadow: sienna 1px 1px 1px;
	padding-left: 10px;
}
.nav ul
{
	float: right;
	padding: 10px 10px 10px 0;
	border-left: 1px solid white;			
}
.nav li
{
	display: inline;
	padding: 10px 10px 0 10px;
	border-right: 1px solid white;	
}
.nav li a
{
	text-decoration: none;
	color: white;
	text-shadow: sienna 1px 1px 1px;
	font-size: 120%;
}
.nav li a:hover
{
	text-decoration: underline;
	font-size: 120%;
}
.main
{
	clear: both;
	position: relative;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: linen;
	border: 1px solid #C4C769;
	line-height: 160%;
}
.main-small
{
	clear: both;
	padding: 10px;
	background-color: linen;
	border: 1px solid #C4C769;
}
.contents
{ 
	display: table-cell;
	width: 70%;
	padding-right: 5px;
}
.news
{
	display: table-cell;
	padding-left: 5px;
}
.news li
{
	list-style-type: square;
}
.misc
{
	bottom: 15px;
	left: 10px;
	width: 100%;
	margin-top: 10px;
	padding: 1px;
}
.footer
{
	clear: both;
	height: 20px;
	padding-left: 10px;
	color: white;
	background-color: sienna;
}
.text-block
{
	padding: 5px;
	border: 1px solid #C4C769;
	background-color: white;		
}
.text-block li
{
	padding: 1px;
}
.form-block
{
	padding: 10px;
	border: 1px solid #C4C769;
}
.form-block li
{
	list-style-type: none;
}
#overlay
{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity:0.65;
	filter: alpha(opacity=65);
	z-index: 1000;
}
#dialog-frame
{
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;	
	width: 100%;
	height: 100%;
	z-index: 1001;
}
#dialog
{
	width: 400px;
	margin: 200px auto;
	background-color: linen;
	border: 2px solid #c4c769;
	padding: 0px;
	text-align: center;
	z-index: 1002;
}
.caption
{
	height: 20px;
	padding: 1px;
	text-align: center;
	color: white;
	border-top: 1px solid #C4C769;
	border-right: 1px solid #C4C769;
	border-left: 1px solid #C4C769;	
}
.bgcolor-olive
{
	background-color: #88995C;
}
.bgcolor-apple-green
{
	background-color: #dce98f;	
}
.tablerow
{
	display: table-row;
	width: 100%;
}
.tablecell
{
	display: table-cell;
	float: left;
	width: 55%;
	margin: 5px;
	padding: 5px;
	border: 1px solid #C4C769;
	background-color: #dce98f;	
}
.imagefloat
{
	float: right;
	margin: 5px;
}
.active
{
	font-style: italic;
}