/*
Theme Name: 	OpenBASE
Theme URI:  	http://www.NeoeliteUSA.com
Description: 	OpenBASE Default Theme (SourceForge Version)
Author: 	David Branco
Author URI: 	http://www.NeoeliteUSA.com
Version: 1
*/

h1 {
	text-align: center;
}
body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url('images/Template_05.jpg');
	background-repeat: repeat;
	color: #FFFFFF;
}
#header {
	width: 100% - 5px;
	height: 150px;
	text-align: center;
	margin-bottom: 5px;
}
#left {
	width: 25%;
	text-align: left;
	padding: 0;
	margin: 0;

}
#left h4 {
	display: block;
	padding: 0;
	margin-bottom: 0;
	font: 120% arial, helvetica;
	font-weight: bold;
	color: #007;
}
img {
	border: none;
}
#right {
	width: 75%;
	padding: 10px;
	text-align: left;
}
#right a:link, a:visited {
	color: #007;
	text-decoration: underline;
	padding-left: 1px;
	padding-right: 1px;
}
#right a:hover {
	color: #070;
	text-decoration: underline;
	padding-left: 1px;
	padding-right: 1px;
}
#footer {
	margin-top: .75in;
	text-align: center;
}
#footer a:link, a:hover, a:visited {
	color: #006;
	text-decoration:underline;
	padding-left: 1px;
	padding-right: 1px;
}
div {
	margin-top: 20px;
}
p {
	text-indent: .4in;
}
a:link.buttonstyle {
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	width: 165px;
	float: left;
	border: solid 1px #08253b;
	padding: 3px;
}
a:visited.buttonstyle {
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	width: 165px;
	float: left;
	border: solid 1px #08253b;
	padding: 3px;
}
a:hover.buttonstyle {
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	width: 165px;
	float: left;
	background-color: #777777;
	border: solid 1px #08253b;
	padding: 3px;
}
a:active.buttonstyle {
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	color: green;
	width: 165px;
	float: left;
	background-color: #777777;
	border: solid 1px #08253b;
	padding: 3px;
}