html, body
{
  height: 100%;
}

p {FONT-SIZE: 12px; COLOR: #0E2F61; FONT-FAMILY: Verdana, Tahoma; TEXT-DECORATION: none
}
a {text-decoration:none;}
a:link {color: #0044AA}
a:visited {color: #0044AA}
a:hover {color: #0044AA;
text-decoration: underline}
a:active {color: #0044AA}
h1 {font-size: 18px; color:#003366}
h2 {font-size: 14px; color:#003366}
.formtext {FONT-SIZE: 12px; COLOR: #0E2F61; FONT-FAMILY: Verdana, Tahoma; TEXT-DECORATION: none
}
.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 dashed gray;
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;
}


<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(../images/bg.jpg); background-position:center; background-repeat:no-repeat; background-attachment:fixed;
}
-->


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 990;
overflow: hidden;
margin-bottom: 0em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(../images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}

.style1 {font-family: Arial, Helvetica, sans-serif}
.style2 {
	color: #E4E4E4;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
.style4 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style5 {font-size: 12px}
.copyright {font-size: 12px; color: #A3A3A3}
a:link {
	color: #1759D2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1759D2;
}
a:hover {
	text-decoration: underline;
	color: #2F70E8;
}
a:active {
	text-decoration: none;
	color: #1759D2;
}
