/************************************************************************/
/* HTML Tag Styles 													    */
/***********************************************************************/	

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	line-height: 1.266;
	margin: 0px;
	padding: 0px;
}


p {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
	font-size: 1 em;
	color: #000000;
}

h1 {
	font-family: "Bookman Old Style", Georgia, "Palatino Linotype", "Trebuchet MS";
	font-size: 200%;
	font-style: italic;
	color:#FFFFFF;
	text-align: center;
	font-weight: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
	font-weight: bold;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color: #000000;
	font-style:italic;
}


form {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5 px;
}

form label {
	float: left;
	width: 22%;
}

input {
	background-color: #FFFFFF;
	border: 1 px inset #FF0000;
	width: 400px;
}

input.txt {
	background-color: #000000;
	border: 1 px inset #FF0000;
	width: 100px;
}

input[type="radio"] {
  width: 20px;
}

input[type="checkbox"] {
  width: auto;
}


input.btn {
	color: #000000;
	background-color: #C0C0C0;
	border: 1 px outset #00008B;
	width: 210px;
}

fieldset{
	border: 1px dotted #999999;
	margin-top: 16px;
	padding: 10px;
}


legend {
	font: bold 1em Arial, Arial, Helvetica, sans-serif;
	color: #330033;
	background-color: #FFFFFF;

}

p.label_checkbox_pair {
clear: both;
float: none;
}
p.label_checkbox_pair input {
clear: left;
float: left;
margin-left: 10px;
}
p.label_checkbox_pair label {
clear: none;
display: block;
float: left;
margin-left: 10px;
width: 345px;
}



/************************************************************************/
/* Layout DIV Styles									     		   */
/***********************************************************************/	

#banner {	
	background-color: #006699;
	position: absolute;
	height: 65px;
	width: 1260px;
	left: 0px;
	top: 0px;
	clear: both;
	float: none;
}

#sidebar {
	position: absolute;
	width: 257px;
	left: -4px;
	top: 67px;
	background-color: #006699;
	padding: 10px;
	float: left;
	visibility: visible;
	height: 700px;
}
#main {
	margin-top: 75px;
	margin-right: 10px;
	margin-left: 280px;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	position: static;
	top: 500px;
}

#mainnonvigation {
	margin-top: 75px;
	margin-right: 10px;
	margin-left: 100px;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	position: absolute;
	top: 85px;
	left: 159px;
}
#mainform {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	margin-right: 190px;
	margin-left: 280px;
	padding-left: 10px;
	position: static;
	visibility: visible;
	float: none;
	top: 500px;
	clear: both;
	width: 500px;
}

#spacer {
	height: 10px;
	width: 10px;
	border: thin dotted #FFFFFF;
}

/************************************************************************/
/* Other Styles									     		   */
/***********************************************************************/	
#asterisk {
	color:#FF0000;
}

#smallfield{
clear:none;
width: 100px;
}

#smallh{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

.datatable {
	width: 60%;
}


.datatable th {
	font-weight: bold;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

#checkboxlabelwidth{
	width:auto;
}

#mod_label{
	float:left;
	width: 18%;
}

#longfield{
clear:none;
width: 300px;
}


#longfield2{
clear:none;
width: 200px;
}
