*{margin:0;padding:0}
body {
	font-family: Arial, sans-serif;
	background-color:#123b65;
	font-size:10pt;
	color: #000000;
	text-align:center;
}

h1 {
	width: 600px;
	font-family: Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #123b65;
	border-bottom: solid 4px #000000;
	padding:20px 0;
}

h2 {
	width: 600px;
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #123b65;
	border-bottom: solid 2px #123b65;
	margin-bottom: 20px;
}
h3{color:#096eb2;padding:20px 0}
fieldset {
	border: solid 1px #f4f4f4;
	width: 590px;
	padding: 10px;
	margin-bottom: 15px;
}

legend {
	color: #ffffff;
	background: #7b792c;
	border: 1px outset #f4f4f4;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
}

label {
	width: 125px;
	float: left;
	margin: 2px 0px 2px 0px;
	text-align: right;
}

.inputText, .inputTextArea {
	margin: 2px 0px 2px 5px;
}

select {
	margin: 2px 0px 2px 5px;
}

input.submit {
	color: #fff;
	background: #7b792c;
	border: 2px outset #fff;
	width: 120px;
}

.footer {
	visibility:hidden;
	clear: both;
	width: 600px;
	margin-top: 8px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}

.credit {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #696969;
}

a:link, a:visited, a:active {
	text-decoration: none;
	background: transparent;
}

a:link {
	color: #0000ff;
}

a:visited {
	color: #990099;
}

a:active {
	color: #ff0000;
}

a:link:hover, a:visited:hover, a:active:hover {
	color: #ff0000;
}

.entry {
	width: 600px;
	border-bottom: solid 1px #999999;
	margin-bottom: 5px;
	padding-bottom: 4px;
	clear: both;
}

#lastEntry {
	border-bottom: none;
}

.entry .field, .timestamp {
	margin-top: 4px;
	margin-bottom: 4px;
	clear: both;
}

.entry .field .label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 4px;
}

.entry .field .value {
	float: left;
}

.timestamp {
	margin: 0px 0px 4px 104px;
	padding-top: 4px;
	clear: both;
}

.navigation {
	width: 600px;
	margin-top: 25px;
	text-align: center;
}

#previous {
	font-size: 12pt;
	margin-right: 30px;
	display: inline;
}

#next {
	font-size: 12pt;
	margin-left: 30px;
    display: inline;
}

.pageNumberContainer {
	display: inline;
	text-align: center;
}

.pageNumber {
	margin-left: 4px;
	margin-right: 4px;
}

#currentPageNumber {
	font-weight: bold;
	color: #ff0000;
}

.entryCount {
	width: 600px;
	text-align: center;
	padding-bottom: 4px;
	margin-top: 8px;
}

/*----------------------------------------GOL STYLES*/

#nav li{color:#fff;font-weight:bold;margin-right:25px;list-style:none;display:inline;}
#nav{padding-bottom:5px;}
#nav li a{color:#fff;text-decoration:none;text-transform:uppercase;font-size:11px}
#nav li a:hover{color:#7b792c}


#wrapper{width:772px;margin:0 auto;border-left:5px solid #7b792c;border-right:5px solid #7b792c;border-bottom:5px solid #7b792c}
#content{background-color:#FFFFFF;padding-left:80px;border-bottom:10px solid #e2e2d1;text-align:left}

#header{width: 772px;height:220px;background:url(img/masthead.jpg) no-repeat top left;}
		
.home{width: 772px;height: 500px;background:url(img/main.jpg) no-repeat top left;}
		
#copyright{clear:left;padding-top:20px;padding-bottom:20px;}
#copyright span{text-align:center;font-size:12px;color:#fff;display:block;}
#copyright span.credits{padding-top:20px;color:#6e6f6e;font-size:10px;}	
#copyright a{color:#fff;}
#copyright a:hover{color:#7b792c}