#browserspecs {
	border: solid;
	border-width: 1px;
	border-color: #5491B9;
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 5px;
	padding-right: 5px;
}
#iesecuritymessage {
	display: none;
}
#errorMessage {
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
}
#main {
	position: relative;
	height: 350px;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: .5em;
}

#toplinks {
	color: gray;
	background-color: black;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 1em;
	padding: 2px 1em 3px 1em;
}
#toplinks a {
	display: inline-block;
	color: white;
}
#getacro {
	float: right;
	border: 0px;
}
#loading {
	text-align: center;
	visibility: hidden;
	margin-top: 100px;
}
#header {
	height: 123px;
	position: relative;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #5491B9;
}
#headerlogo {
	color: white;
	display: inherit;
	float: left;
	position: absolute;
	height: 123px;
	width: 493px;
}
#headerspacer {
	position: absolute;
	float: right;
	width: .5em;
	height: 100%;
	right: 250px;
	background: url(/public_images/bg.gif) bottom repeat-x;
}
#login {
	padding: 1em;
	text-align: right;
	padding-right: 1em;
	display: inherit;
	color: white;
	float: right;
	position: absolute;
	right: 0px;
	width: 250px;
	height: 100%;
}
#news {
	position: absolute;
	left: 0px;
	right: 250px;
}

.greenButtons:hover{ background: #FFF url(/images/new_button_green1.png) repeat-x;  }
.greenButtons{ background: #FFF url(/images/new_button_green.png) repeat-x;border: 1px outset #ddd; font-weight: bold;color: #415412;font-family: Verdana, Arial, Helvetica, sans-serif; }


.normalButtons, .greenButtons{	
	margin: 3px ;
	margin-left:0;
	height: 20px; 
	text-align: center;
	font-size: 8pt;
	cursor: pointer;
	padding:0 5px;
}	
