@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
	display:inline;
}

a {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color:#900;
    font-weight:500;
}

#clock {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
    text-shadow: -1px -1px 2px #333;
	text-decoration: none;
	position: relative;
	left: -10px;
	top: -60px;
	text-align: right;
}

body {
	font-size: 12px;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	padding: 0;
	background-color: #666;
	color: #333333;
}

#page {
	position: relative;
	width: 1000px;
	border: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #bbd;
    box-shadow: -2px 2px 3px #333;
    -webkit-border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
    -webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

#siteinfo{
	margin: 0;
	position: relative;
	height: 30px;
	text-align: right;
	background-color: #bbd;
    text-shadow: 1px 1px 1px #fff;
    padding-top: 0;
	padding-right: 30;
	padding-bottom: 0;
	padding-left: 0;
	width: 970px;
	border: none;
	clip: rect(auto,0px,auto,auto);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#header{
	margin: 0;
	height: 80px;
	border: none;
	background-color: #66b;
    background-image: url(images/header.png);
	background-repeat: no-repeat;
}

#header a{
	color: #FFF;
	text-decoration: none;
}

#menubar{
    position: absolute;
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
    text-decoration: none;
	height: 30px;
    margin-top: 5px;
	width: 988px;
    margin-left: 5px;
    margin-right: 5px;
}

#menubar_item{
    position: static;
    float: left;
	text-align: center;
    vertical-align: middle;
    height: 25px;
    padding-top: 5px;
	background-color: #bbd;
    font-weight: bold;
	font-size: 12px;
	width: 150px;
    border-top: solid 1px #369;
    border-left: solid 1px #369;
    border-right: solid 1px #369;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
	text-decoration: none;
}

#menubar_item_active{
    position: static;
    text-shadow: -1px -1px 2px #333;
    float: left;
	text-align: center;
    vertical-align: middle;
    height: 25px;
    padding-top: 5px;
	font-weight: bold;
	font-size: 12px;
	width: 150px;
    border-top: solid 1px #369;
    border-left: solid 1px #369;
    border-right: solid 1px #369;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
	text-decoration: none;
}

#menubar a:link #menubar_item_active{
	color: #ddd;
    background-color: #66A;
}

#menubar a:visited #menubar_item_active{
	color: #ddd;
}

#menubar a:hover #menubar_item_active{
    color: #fff;
	border: solid 1px #F77;
    background-color: #77F;
}

#menubar a:active #menubar_item_active{
	color: #ddd;
}

#wrapper{
	float: left;
    width: 1000px;
    align-content: center;
	border: none;
}

#content_wrapper{
    position: static;
    border: solid 1px #369;
	width: 988px;
    margin-top: 35px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
	float: left;
    -webkit-border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
    -webkit-border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
    -webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

#footer{
	border: none;
	clear: both;
	color: #FFF;
    text-align: left;
	font-size: 11px;
	height: 65px;
	margin: 0;
	padding: 10px 10px 10px 67px;
	background-color: #66b;
	text-decoration: none;
    -webkit-border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
    -webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

#footer a{
	color: #FFF;
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}

.rounded {
    width: auto;
    height: auto;
	color: #F00;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px #fff;	
    border: none;
    background-color: #FFCC66;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}

.style_err {
    text-align: center;
	font-weight: bold;
	font-size: large;
	text-decoration: none;
}
