#Styles for the Go site

#goHeader { 
	border-bottom: 3px solid #225A65; 
	height: 32px; 
	margin: 0; 
	padding: 0px; 
	line-height: 32px; 
}

#goMenubar { 
	width: 60px; 
	padding: 0px 0px 0px 0px; 
	float: left; 
}

#goMenubar DIV.goMenuBlock {
	padding: 5px 0px 10px 0px; 
	border-bottom: 3px solid #000000;
}

DIV.goMenuBlock H2 {
	padding: 5px 0px 0px 8px; 
}

DIV.goMenuBlock UL {
	margin: 0px; 
	padding: 0px 0px 0px 25px;
}

DIV.goMenuBlock LI {
	padding: 2px 0px; 
	line-height: 18px; 
}

DIV#goContent {
	padding: 10px; 
	text-align: left; 
	float:left;
	margin-left: 10%; 
	margin-right: 10%;
}

body {
	font-family: verdana;
	line-height: 150%;
}

TD.profile {
	font-weight: bold;
	color: #7F462C;
	vertical-align: top;
}

a:link {
	color: #7F462C;
}
a:hover {
	color: #7F462C;
	font-weight: bold;
}
a:active {
	color: #7F462C;
	font-weight: bold;
}
a:visited {
	color: #B67E07;
}

font.required {
	color: red;
	font-weight: bold;
}

font.small {
	font-size:7pt;
}
h2 {
	color: #7F462C;
	font-weight: bold;
	font-size:17pt;
}

h3 {
	color: #7F462C;
	font-weight: bold;
	font-size:15pt;
}

table.message {
	width: 100%;
	border: 2px #B67E07 solid;
}
table.message td.header {
	border-bottom: 2px #B67E07 solid;
}
table.message td.content {
	
}
table.message td.trailer {
	font-size: 10px;
	text-align: right;
}
table.main {
	border: 2px #000000 solid;
}
hr {
	color: #7F462C;
}
