html {
overflow-y: scroll;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url('images/background.jpg');
background-attachment: fixed;
}
.page {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	color: #000000;
	text-align: left;
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.content {
	background-color: #E9E9E9;
	margin: 0px;
	padding: 0px;
	width: 720px;
	border: medium solid #000000;
	left: 120px;
	top: auto;
	right: auto;
	bottom: auto;
	float: right;
}
.sidebar {
	display: inline;
	float: left;
	width: 210px;
	position: relative;
	margin: 0px;
	vertical-align:top;
	text-align: center;
	right: 75px;
}
.sidebox {
	background-color: #737573;
	color: #E9E9E9;
	margin: 5px;
	width: 200px;
	border: medium solid #000000;
}
.header {
	position: relative;
	height: 200px;
	width: 725px;
	right: 75px;
	text-transform: lowercase;
	font-size: 125%;
}
.main {
    position: relative;
	padding: 0px;
right: 60px;
margin-left: 210px;
}
.footer {
}
.objlist {
	border: 0px;
	height: 300px;
	width: 200px;
	overflow: auto;
}

.iframes {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	color: #ffffff;
        background: #737573;
}

.popup {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	color: #000000;
	text-align: left;
	padding:30px 30px 30px 30px;
        background: #E9E9E9;
	border: medium solid #000000;

}
p.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

h1 {
	padding:0px;
	margin:0px;
	text-transform: lowercase;
	font-size: 200%
}
h2 {
	padding:0px;
	margin:0px;
	text-transform: lowercase;
	font-size:175%
}
h3 {
	padding:0px;
	margin:0px;
	text-transform: lowercase;
	font-size: 150%;
}
h4 {
	padding:0px;
	margin:0px;
	text-transform: lowercase;
	font-size: 125%;
}
h5 {
	padding:0px;
	margin:0px;
	text-transform: lowercase;
	font-size: 100%;
}
small {
	color: #666666;
}

a:link {
	color: #C63000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.sidebox a:link, .objlist a:link {
	color: #ffffff;
	text-decoration: none;
}
.sidebox a:visited, .objlist a:visited {
	color: #E9E9E9;
	text-decoration: none;
}
.sidebox a:hover, .objlist a:hover {
	color: #E9E9E9;
	text-decoration: underline;
}
.sidebox a:active, .objlist a:active {
	text-decoration: none;
}

ul {
	list-style: circle;
	margin-left: 20px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
	padding: 0px;
	text-align: left;
}

.cont {
        position: absolute;
        top: 1px;
        left: 1px;
        color:#000000;
}