
* {
	margin: 0;
	padding: 0;
}

body {
	width: 975px;
	margin: 0 auto;
	background: #ffffff url(/images/background.gif) repeat-x;
	border-top: none;
	font-size: 12px;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#tabs .ui-tabs-nav {
    height: 2.35em;
    text-align: center;
}
#tabs .ui-tabs-nav li {
    display: inline-block;
    float: none;
    margin: 0em;
}

h1, h2, h3 {
	color: #44763E;
}

h1 {
	font-size: 3em;
	font-weight: bold;
        color: #867B1C;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #867B1C;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 7px;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
	font-size: 13px;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #44763E;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #44763E;
}

#navlist { list-style-image: url(/images/small.gif); }
