/** BASIC */

body {
	margin: 0px;
	padding: 0px;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}


.input1 {
	width: 190px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
}

.input2 {
	width: 90px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	border:1px solid #CCC;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	text-align: justify;
}

p, blockquote {
	line-height: 1.5;
}

.text1 {
	text-align: right;
	font-size: 23px;
	font-weight: bold;
	color: #E9B501;
}

.text2 {
	font-size: 16px;
}

.text3 {
	font-size: 18px;
	font-weight: bold;
	color: #22592F;
}

.text4 {
	font-size: 11px;
	font-weight: bold;
	color: #525E6A;
}

.text5 {
	color: #E4E8EC;
}

.text6 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.text7 {
	text-align: center;
	color: #949494;
}

/** LINKS */

a {
	color: #949A58;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	display: block;
	width: 76px;
	padding: 12px 0px 7px 20px;
	background: #FFFFFF url(images/homepage04.gif) no-repeat left bottom;
	text-decoration: none;
	font-weight: bold;
	color: #1A5A26;
}

a.link1:hover {
	color: #949A58;
}

a.link2 {
	display: block;
	padding: 6px 22px;
	background: url(images/homepage06.gif) no-repeat;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

a.link2:hover {
	background: url(images/homepage07.gif) no-repeat;
}

a.link3 {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #E9B501;
}

a.link3:hover {
	text-decoration: underline;
}

a.link4 {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #E9B501;
}

a.link4:hover {
	text-decoration: underline;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-top: 2px;
	margin-right: 15px;
}

hr { display: none; }

hr.dark{
	display:block;
	border:1px solid #EEE;
	border-top:1px solid #AAA;
	margin-top:20px;
	margin-bottom:20px;
}

.hr1 {
	height: 2px;
	margin-bottom: 1em;
	background: url(images/homepage12.gif);
}

.hr2 {
	height: 1px;
	margin-bottom: 1em;
	background: url(images/homepage19.gif);
}

table.data{
	background:#EEE;
}
table.data th{
	background:#1D5B2C;
	color:#DDD;
	padding:5px;
}
table.data th a{
	color:#DDD;
	text-decoration:none;
}
table.data th a:hover{
	color:#FFF;
}
table.data tr.dark{
	background:#F3F3F3;
}
table.data tr.light{
	background:#FFF;
}
table.data td{
	color:#666;
}
p.right{
	text-align:right;
}
p.floatleft{
	float:left;
}
h2{
	color:#FFF;
}
blockquote{
	margin-left:10px;
	margin-right:10px;
}
strong,b{
	color:#444;
}
label,select,option{
	color:#444;
}
textarea{
	color:#444;
	border:1px solid #AAA;
	padding:3px;
}
input{
	color:#444;
	margin-top:5px;
}
p.error{
	color:#C44;
}

table.bio img{
 	border:1px solid #20602F;
 	width:110px;
 	padding:1px;
}

table.bio td{
 	text-align:center;
 	vertical-align:top;
}

/** BASIC */

a.link3 {
	float: right;
	padding: 5px 25px 1px 0px;
	background: url(images/homepage17.gif) no-repeat right bottom;
}

a.link4 {
	float: right;
	padding: 5px 20px 1px 0px;
	background: url(images/homepage18.gif) no-repeat right bottom;
}

.text3 {
	padding-top:5px;
	padding-bottom:15px;
}

/** WRAPPER */

#wrapper {
	margin: 0px auto;
}

/** HEADER */

#logo{
  	font-size:36px;
}

#slogan {
}

/** SEARCH */

#search {
	display:none;
}

#menu-top{
	display:none;
}

/** MAIN MENU */

#mainmenu {
	display:none;
}

/** CONTENT */

#content {
	margin: 0px auto;
}

#left {
	display:none;
}

#right {
}

/** LINKS */

#links {
	display:none;
}

/** FOOTER */

#footer {
	height: 83px;
	margin: 0px auto;
}

#copyright {
}

input{
	color:#444;
}
#bind{
	background:url(images/img_submitted.gif) no-repeat top center;
}
#bound{
	background:url(images/img_bound.gif) no-repeat top center;
}
#draft{
	background:url(images/img_draft.gif) no-repeat top center;
}

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px solid #F3F3F3;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}