/* CSS Screen */

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

img {
	border: 0px;
}

a:link {color: #6FB7FF; text-decoration: none;}
a:visited {color: #6FB7FF; text-decoration: none;}
a:active {color: #6FB7FF; text-decoration: none;}
a:hover {color: #004D99; text-decoration: none;}

h1 {
	font-size: 11px;
	font-weight: bold;
}

h2 {
	font-size: 10px;
	font-weight: bold;
}

h3 {
	font-size: 10px;
	font-weight: normal;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

p {
	margin: 0px;
	margin-bottom: 12px;
}

ul {
	margin: 0px;
	padding: 8px;
	list-style-type: square;
}

.top_left {
	float: left;
	position: absolute;
	width: 265px;
	height: 128px;
	background-image: url(img/top_left.jpg);
}

.top_right {
	float: right;
	position: relative;
	width: 184px;
	height: 179px;
}

.bottom_right {
	position: absolute;
	right: 0%;
	bottom: 0%;
	width: 227px;
	height: 136px;
	background-image: url(img/bottom_right.jpg);
}

.middle {
	float: left;
	position: absolute;
	width: 580px;
	height: 200px;
	left: 50%;
	margin-left: -250px;
	top: 40%;
}

.logo {
	float: left;
	position: relative;
	width: 182px;
	height: 50px;
	margin-left: 150px;
	display: inline;
	background-image: url(img/logo.jpg);
}

.links {
	float: left;
	width: 600px;
	position: relative;
	margin-top: 10px;
}

.links ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.links ul li {
	float: left;
	margin-left: 10px;
}

.links ul li.menu-first {
	margin-left: 0px;
}
