/* *******************************
HTML tags redefined
******************************* */

body {
	background-color: #CCCCCC;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 10px auto 10px auto; /*  margin: top right bottom left */
	padding: 0px 0px 0px 0px; /* padding: top right bottom left */
	text-align: center;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: lighter;
	color: #59B124;
	text-align: left;
	margin: 0px 0px 10px 0px; /*  margin: top right bottom left */
	padding: 0px 0px 0px 0px; /* padding: top right bottom left */
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #333333;
	text-align: left;
	margin: 15px 0px 5px 0px; /*  margin: top right bottom left */
	padding: 0px 0px 0px 0px; /* padding: top right bottom left */
	font-style: italic;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: lighter;
	color: #59B124;
	text-align: left;
	margin: 0px 0px 5px 0px; /*  margin: top right bottom left */
	padding: 0px 0px 0px 0px; /* padding: top right bottom left */
}

p {
	margin: 0px 0px 10px 0px; /*  margin: top right bottom left */
	padding: 0px 10px 0px 0px; /* padding: top right bottom left */
}

ul {
	margin-top: 0px;
	padding-top: 0px;
}

table {
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.footernavtext {
	color: #666666;
	font-size: xx-small;
	margin: 0px 0px 0px 0px; /*  margin: top right bottom left */
	padding: 0px 0px 15px 60px; /* padding: top right bottom left */
	font-weight: normal;
}

form {
	display: inline;
	margin: 0px 0px 0px 0px; /*  margin: top right bottom left */
	padding: 0px 0px 0px 0px; /* padding: top right bottom left */
}

a:link {
	text-decoration: underline;
	color: #006699;
}

a:visited {
	text-decoration: underline;
	color: #006699;
}

a:hover {
	text-decoration: underline;
	color: #009999;
}

a:active {
	text-decoration: underline;
	color: #666666;
}

/* *******************************
Custom styles
******************************* */
.footernavtext {
	color: #666666;
	font-size: xx-small;
	margin: 0px 0px 0px 0px; /*  margin: top right bottom left */
	padding: 0px 0px 15px 60px; /* padding: top right bottom left */
	font-weight: normal;
}

a.footernav:link {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

a.footernav:visited {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

a.footernav:hover {
	text-decoration: none;
	color: #59B124;
	font-weight: bold;
}

a.footernav:active {
	text-decoration: none;
	color: #59B124;
	font-weight: bold;
}

.whitespace {
	background-color: White;
	width: 750px;
	border: 10px;
	border-style: solid;
	border-color: White;
}

.contentwhitespace {
	padding: 60px 60px 20px 60px; /* padding: top right bottom left */
}

.black {
	background-color: Black;
	color: Black;
}

.loginarea {
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #252723;
}

.lightgreen {
	background-color: #EEF7E9;
	color: #333333;
}

.lightgreen2 {
	background-color: #A3D486;
	color: #333333;
}

.swingbridgegreen {
	color: #59B124;
	font-weight: bold;
}

.rightcolumncontent {
	padding: 7px 7px 0px 7px; /* padding: top right bottom left */
	width: 100%;
}

.rightcolumnquote {
	color: #59B124;
	font-size: x-small;
	padding: 0px 13px 0px 15px; /* padding: top right bottom left */
	line-height: 15px
}
.rightcolumncopy {
	font-size: xx-small;
	padding: 0px 13px 5px 0px; /* padding: top right bottom left */
}

a.rightcolumn:link {
	text-decoration: none;
	color: #666666;
}

a.rightcolumn:visited {
	text-decoration: none;
	color: #666666;
}

a.rightcolumn:hover {
	text-decoration: none;
	color: #FBB529;
}

a.rightcolumn:active {
	text-decoration: none;
	color: #FBB529;
}

.h2marker {
	font-size: x-small;
	font-weight: bold;
	color: #59B124;
	margin: 0px 0px 0px 0px; /*  margin: top right bottom left */
	padding: 0px 0px 0px 0px; /* padding: top right bottom left */
}

.credits {
	font-size: xx-small;
	text-align: center;
	margin: 0px 0px 0px 0px; /*  margin: top right bottom left */
	padding: 10px 0px 0px 0px; /* padding: top right bottom left */
}

a.creditsnav:link {
	font-size: xx-small;
	text-decoration: none;
	color: #666666;
}

a.creditsnav:visited {
	font-size: xx-small;
	text-decoration: none;
	color: #666666;
}

a.creditsnav:hover {
	font-size: xx-small;
	text-decoration: none;
	color: #FBB529;
}

a.creditsnav:active {
	font-size: xx-small;
	text-decoration: none;
	color: #FBB529;
}

ul.nomarker {
	list-style-image: none;
	list-style-type: none;
	margin-left: 20px;
}
