body
{
	background: #0000CD url('../images/bg.png') repeat-x;
	background-attachment: fixed;
	text-align: center;
	font: 70% Arial, Verdana, 'Lucida Grande', Sans-Serif;
}

a:link { color: #0000FF; text-decoration: none; }
a:active { color: #0000FF; text-decoration: none; }
a:visited { color: #0000FF; text-decoration: none; }
a:hover { color: #D02090; text-decoration: none; }

#page { 
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 958px;
	margin-top: 60px;
	border-left: 3px solid #ccc;
	border-right: 3px solid #ccc;
	border: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	background-color: white;
	-webkit-box-shadow: 5px 5px 5px rgba(25, 25, 112, 0.50);
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
#header {
	padding: 0;
	width: 100%;
	/* background: url('/images/topbg.png') no-repeat; */
}
#footer {
	font-size: 1em;
	font-family: sans-serif;
	padding: 10px;
	padding-top: 20px;
	width: 100%;
	/* background: url('/images/btmbg.png') no-repeat; */
	text-align: center;
}
#content {
	/* float: left; */
	/* background: url('../images/contentbg.png') repeat-y; */
	height: 100%;
	margin: 20px;
}
#sidebar {
	margin-left: 565px;
	width: 340px;
	font-size: 1.2em;
	line-height: 140%;
}

.narrowcolumn {
	line-height: 140%;
	font-color: #e0e0e0;
	font-size: 1.2em;
}

.widecolumn2 {
	line-height: 140%;
	font-color: #e0e0e0;
	font-size: 1.2em;
}

.headblock {float:left; margin-left: 10px; margin-top: 10px; width: 500px; color: #0f0f0f; }
.headblock img { margin-right: 10px; float: left; }
.headblock h1 { font-family: sans-serif; padding-top: 20px; display: block; text-shadow: silver 2px 2px 2px; font-size: 2em; }
.headblock a, .navi a { text-decoration: none; color: #0f0f0f }
.headblock a:hover, .navi a:hover { text-decoration: none; color: #a0a0a0; }
.headblock h2 { display: block; margin-top: -15px; color: #D02090; letter-spacing: 0.01em; font-size: 1.5em; }
.navi {float: right; text-align: center; margin-top: 51px; margin-right: 20px; display: block; font-size: 9px ; border-bottom: 1px solid #a0a0a0; width: 350px;}
.navi h2 { font-size: 1.4em; width: 350px;}
.online { position: absolute; margin-left: 860px; margin-top: -30px;}
.leftcol { float: left; width: 250px; padding-right: 20px; border-right: 1px dotted gray; height: 100%; }
.rightcol { float: left; width: 250px; height: 250px; padding-left: 10px; margin-left: 10px; height: 100%;}
.onecol { float: left; width: 530px; margin-right: 20px; height: 100%; }
.onecol img { padding-top: 20px; padding-bottom: 20px }
.notopmargin { margin-top: 0px;}
h2 { font-size: 1.5em; }
.footnav { font-size: 1.2em; font-weight: bold;}

.formtbl2 p {
	display: inline;
	font: 11px sans-serif;
}
.formtbl2 th {
	color: #fff;
	background: #74A0C5;
	font: 12px sans-serif;
}
.formtbl2 label {
	text-align: right;
	font: bold 10px sans-serif;
}
.formtbl2 form {
	display: inline;
}
.formtbl2 input {
	width: 250px;
	background: #fff;
	font: 12px sans-serif;
}
.formtbl2 select {
	width: 250px;
	background: #fff;
	font: 12px sans-serif;
}
.formtbl2 textarea {
	width: 350px;
	background: #fff;
	font: 12px sans-serif;
}
.formtbl2 label { font-family: sans-serif;
font-weight: bold;
text-align: right;
}

.formtbl2 legend { font-family: sans-serif;
font-weight: bold;
}

.formtbl2 fieldset { background-color: #e0e0e0; }


