/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0;
	background-color: #666;
	font-size: 75%;
}

h1 {
	font-size: 160%;
	margin: 0 0 0.25em 0;
}

h2 {
	font-size: 130%;
	font-weight: bold;
}

img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

hr {
	border-bottom: 2px solid #666;
}

div.header {
	width: 758px;
	height: 112px;
	margin: 0 0 0 -379px;
	position: relative;
	left: 50%;
	background-image: url(images/bar.gif);
	z-index: 10;
}

div.header img.logo {
	float: left;
}

div.content {
	clear: both;
	width: 708px;
	margin: 0 0 0 -379px;
	position: relative;
	left: 50%;
	background-image: url(images/bar.gif);
	padding: 1em 30px 1em 20px;
	min-height: 600px;
	z-index: 0;
}

div.content p {
	margin: 0 0 1em 0;
}

div.footer {
	clear: both;
	width: 758px;
	height: 20px;
	margin: 0 0 0 -379px;
	position: relative;
	left: 50%;
	background-image: url(images/cap.gif);
	background-repeat: no-repeat;
	padding: 20px 0;
}

div.footer p {
	text-align: center;
	font-size: 80%;
	color: #ccc;
	margin: 0;
}


div.subnav {
	width: 160px;
	border: 1px solid #030;
	float: left;
	margin: 0 25px 1em 0;
	font-size: 85%;
}


div.subnav div.l1 {
	background-color: #030;
	background-image: url(images/subnav.gif);
	color: #fff;
	font-weight: bold;
	padding: 3px 0 3px 5px;
}

div.subnav div.l1 a {
	color: #fff;
	text-decoration: none;
}

div.subnav div.l1 a:hover {
	color: #fff;
	text-decoration: underline;
}


div.subnav div.l2 {
	background-color: #060;
	color: #fff;
	font-weight: bold;
	padding: 3px 0 3px 10px;
}

div.subnav div.l2 a {
	color: #fff;
	text-decoration: none;
}

div.subnav div.l2 a:hover {
	color: #fff;
	text-decoration: underline;
}


div.subnav div.l3 {
	background-color: #8b7;
	color: #000;
	padding: 3px 0 3px 15px;
}

div.subnav div.l3 ul {
	margin: 0 0 0 5px;
	padding: 0 0 0 5px;
}

div.subnav div.l3 a {
	color: #000;
	text-decoration: none;
}

div.subnav div.l3 a:hover {
	color: #000;
	text-decoration: underline;
}


div.subnav div.l4 {
	background-color: #060;
	color: #fff;
	font-weight: bold;
}

div.subnav div.l4 p {
	border-top: 1px solid #030;
	padding: 3px 0 3px 10px;
	margin: 0;
}

div.subnav div.l4 a {
	color: #fff;
	text-decoration: none;
}

div.subnav div.l4 a:hover {
	color: #fff;
	text-decoration: underline;
}



div.panel {
	width: 160px;
	border: 1px solid #037;
	float: left;
	clear: left;
	margin: 0 25px 1em 0;
	font-size: 85%;
}

div.panel div.l1 {
	background-color: #037;
	background-image: url(images/panel.gif);
	color: #fff;
	font-weight: bold;
	padding: 3px 0 3px 5px;
}

div.panel div.l1 a {
	color: #fff;
	text-decoration: none;
}

div.panel div.l1 a:hover {
	color: #fff;
	text-decoration: underline;
}


div.panel div.l2 {
	background-color: #fff;
	color: #000;
	padding: 5px;
}

div.panel div.l2 a {
	color: #000;
	text-decoration: none;
}

div.panel div.l2 a:hover {
	color: #000;
	text-decoration: underline;
}


div.panel form {
	text-align: center;
	margin: 0;
}

div.panel input {
	font-size: 85%;
}

div.panel input.text {
	width: 95%;
}

div.panel input.button {
	width: 80px;
}

