body {
	background-color: #143D55;
	padding: 0px;
	margin: 0px;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666;
}

a {
	color: #3087B4;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a:visited {
	color: #287AA9;
}

p {
	color: #666;
}

p.minor {
	position: relative;
	left: 28px;
}

p.footer {
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 0.6em;
}

p.footer a {
	color: #143D55;
}

h1 {
	background: url("../pictures/png/scouts-logo.png") no-repeat 50% 0;
	font: normal 22px arial,sans-serif;
	margin: 0px;
	text-indent: -5000px;
	color: #143D55;
	height: 130px;
	display: block;
}

h2 {
	font: normal 22px arial,sans-serif;
	color: #143D55;
}

h3 {
	font: normal 22px arial,sans-serif;
	color: #143D55;
}

h4 {
	font: normal 22px arial,sans-serif;
	text-align: center;
	color: #143D55;
}

h5 {
	font: normal 22px arial,sans-serif;
	text-align: center;
	color: #143D55;
}

h6 {
	font: normal 22px arial,sans-serif;
	text-align: center;
	color: #143D55;
}

div#header, div#content {
	background: url(../pictures/png/background.png);
	width: 678px;
	margin: auto;
	padding-top: 10px;
	padding-left: 45px;
	padding-right: 45px;
	font-size: 1.6em;
}

div#header img {
	border: 0;
}

div#content {
	text-align: left;
}

div#navbar {
	background-color: #fff;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background: url(../pictures/png/nav.png);
}

div#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #143D55;
	line-height: 30px;
	white-space: nowrap;
	text-align: center;
}

div#navbar li {
	list-style-type: none;
	display: inline;
}

div#navbar li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #143D55;
}

div#navbar li a:link {
	color: #143D55;
}

div#navbar li a:visited {
	color: #143D55;
}

div#navbar li a:hover {
	text-decoration: none;
	color: #ffffff;
	background: url(../pictures/png/bar.png) repeat-x;
}

p#center {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

div#center {
	text-align: center;
}

div#foot {
	border-top: 1px solid #666;
	margin-top: 15px;
	padding-top: 2px;
	padding-bottom: 20px;
}

div#copyright {
	position: relative;
	top: -1em;
	left: -1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}

div#authors {
	position: relative;
	top: 0em;
	left: 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

div#authors a:hover {
	position: relative;
	top: 0em;
	left: 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

div#login-form {
	float: right;
	width: 205px;
}

form {
	display: inline;
}

fieldset {
	border:1px solid #CCCCCC;
	width: 200px;
	padding: 10px;
}

legend {
	font-weight: bold;
	font-size: 1em;
}

label {
	font-weight: bold;
	color: #143d55;
}

input {
	background-color: #AAAAAA;
	border: 1px solid #555555;
	color: #333333;
	padding: 0px;
	width: 100%;
}

input:focus, input:active {
	background-color:#AAAAAA;
	border: 2px solid #000000;
	color:#333333;
}

textarea {
	background-color: #AAAAAA;
	border: 1px solid #555555;
	color: #333333;
	padding: 0px;
	width: 100%;
}

textarea:focus, textarea:active {
	background-color:#AAAAAA;
	border: 2px solid #000000;
	color:#333333;
}

.subButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	width: 60px;
	border: 1px solid #555555;
	background-color: #336666;
}

.subButton:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	width: 60px;
	border: 1px solid #555555;
	background-color: #336666;
}

.subButton:active, .subButton:focus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	width: 60px;
	border: 1px solid #555555;
	background-color: #336666;
}

p#buttons {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

select {
	padding:4px;
	width:175px;
}

select:focus, select:active {
	background-color:#cccccc;
	color:#333333;
}

div.number {
	float: left;
	width: 40px;
}

div.brief {
	float: left;
	width: 450px;
	margin-right: 10px;
}

span.red {
	color: #f00;
}

span.bold {
	font-weight: bold;
	text-transform: uppercase;
}

a.tooltip {
	color: #666;
	text-decoration: none;
}

a.tooltip span {
	display: none;
}

a.tooltip:hover span {
	display: block;
	background-color: #cfc;
	border: 1px solid #000;
	padding: 5px;
	width: 300px;
	font-size: 0.8em;
	position: absolute;
	margin-left: 5px;
	margin-top: 5px;
}

a.second:hover span {
	background-color: #cfc;
	border: 1px solid #000;
	padding: 5px;
	width: 200px;
	font-size: 0.8em;
	margin-left: 500px;
	margin-top: 5px;
}

a.tooltip:hover {
	background-color: #fff;
}
/* The above hover change defeats the
IE/Win display changing bug */

div.approval {
	margin: 2px;
	margin-left: 500px;
	font-size: 0.8em;
	padding: 5px;
	border: 1px solid #f00;
	background-color: #fcf;
}

#authors {
	position: relative;
	z-index: 5;
	width: 300px;
}
