@charset "utf-8";
/* CSS Document */
/*position of logo div*/
#logo {
	position:absolute;
	left:39px;
	top:9px;
	width:177px;
	height:105px;
}
/*position of top nav div*/
#topnav {
	position:absolute;
	left:798px;
	top:83px;
	width:182px;
	height:31px;
}
.sidenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
input[type=text],
input[type=password],
input[type=submit],
select,
textarea {
    padding: 2px;
    border: 1px #bab5ab solid;
    background: #ffffff;
    vertical-align: middle;
}

select {
    padding: 0;
    vertical-align: top;
}

#column-left select {
    width: 10em;
}

option {
    border-bottom: 1px #eae8e3 solid;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=submit]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
textarea:focus  {
    border: 1px #565248 solid;
}

div.info {
    margin: 0.5em;
    font-weight: bold;
    color: #009900;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*position of sidenav*/
#sidenav {
	position:absolute;
	left:12px;
	top:319px;
	width:116px;
	height:64px;
	z-index:1;
}
#content {
	position:absolute;
	left:219px;
	top:323px;
	width:549px;
	height:269px;
	z-index:3;
	overflow: visible;
}
#newsbar {
	position:absolute;
	left:814px;
	top:325px;
	width:91px;
	height:45px;
	z-index:2;
}
