h2 {
font-size:80%;
}
h3 {
margin-top:10px;
margin-left:5px;
color:#FF0000; 
font-size:120%;
}
li {
list-style-position:inside; 
list-style-type:square; 
margin-left:2px;
}
div.top {/*set the top outside the box text*/
text-align:center;
font-size: 100%;
font-weight: bold;
color:#999999;
height:20px;
padding-top:5px;
}
div.frame {/*set the outside frame*/
	position: relative;
	/*top:35px;*/
	left: 70px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
	width:525px;
	border-color:#999999;
	border-style:double;
	border-collapse:collapse;
	background-color:#FFFFFF;
}
div.categories {/*set the categories*/
position:relative;
top:0;
left:0;
background-color: #FF0000;
padding-left: 3px;
border-color:#FFFFFF;
border-style:solid;
border-width:thin;
border-collapse:collapse;
font-weight: bold;
text-align: left;
line-height:19px;
font-size:75%;
}
div.required, div.noemail {/*set the required field notes*/
position:absolute;
margin-left:0px;
top:290px;
width:150px;
border-style:none;
color:#FF0000;
font-size:80%;
text-align:center;
}
div.noemail {/*set the noemail field notes*/
top:222px;
width:90px;
border-style:solid;
border-width:thin;
}
div.serverErrors
{
	position:absolute;
	color:#FF0000;
	font-size:120%;
	text-align:center;
	width:500px;
}
div.errors {/*set box position for the errors*/
position:absolute;
left:56%;
top:75px;
width:200px;
}
.errors {/*set background and font size for the errors*/
border-style: hidden;
color:#FF0000;
background-color:#FFFFCC;
font-size:75%;
text-align:left;
}
.dropdown, .input, .labelNOP, .labelDOS, .textarea, 
.shortinput, .shortinput2, .stateselect,
.longline, .textarea .labelheading {
display:block;
width:200px;
float:left;
margin:2px;
padding:0px;
font-size:90%;
border-style:solid;
border-width:1px;
border-color:#CCCCCC;
height:15px;
}
.labelDOS
{
border-color:#FFFFFF;
font-weight:bold;
}
.valid {
font-size:75%;
}
.dropdown {
width:80px;
}
.textarea {
height:auto;
}
.shortinput  {
width:25px;
}
.shortinput2, .stateselect  {
width:60px;
}
.summary {
color:#FF0000;
}
.labelNOP, .longline, .labelheading {
text-align:right;
color:#FF0000;
padding-right:10px;
padding-left:10px;
border:none;
}
.labelheading { 
font-size:75%;
font-weight:bolder;
}
.longline {
width:375px;
text-align:left;
}
br {
clear:left;
}
.pushright, .RadioButtonList {
font-size:70%;
left:50%;
}
.pushright {
margin-left:225px;
}
.leftcolumn {
width:200px;
}
.arrows {
border:none;
padding-bottom:1px;
padding-right:3px;
padding-top:1px;
padding-left:0px;
vertical-align:middle;
}
.submit {
position:relative;
left:50%;
border-style:solid;
border-width:thin;
color:#FF0000;
font-size:75%;
padding:1px;
text-align:center;
}

#RightHalf {
position: absolute;
left: 50%;
margin-left: -9px;
top: 0px;
width: 269px;
height: 270px;
overflow: auto;
}
