body
{
	font-family: Arial, sans-serif;
/*	background-image: url("background.jpg");
	background-repeat: repeat-x;
	b0eef4
*/
	background-color: #646060;
	color: #000000;
	margin: 0px;
	padding: 10px;
	height: 100%;
}

h1
{
	text-align: center;
}

img
{
    border-style: none
}


div.masthead
{
	margin-left: auto;
	margin-right: auto;
	width: 910px;
	background-color: #162187;
}

div.menubar
{
	margin-left: auto;
	margin-right: auto;
	width: 890px;
	background-color: #175927;
	background-image: url("./images/green1.jpg");
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}

div.menubar ul
{
	list-style: none;
	padding: 0;
}

div.menubar ul li
{
	display: inline;
}


div.menubar a
{
	color: #dcdcdc;
}

span.clearer
{
	display:block;
	clear:both;
	font-size:0;
	line-height:0;
}

div.prop
{
    height: 100px;
    float: right;
    width: 1px;
}

div.clear
{
	clear: both;
    height: 1px;
    overflow: hidden;
}




div.bulk
{
	margin-left: auto;
	margin-right: auto;
	width: 910px;
	padding: 0px;
	height: 100%;
	background-color: #E5ECFF;
	overflow: hidden;
}


div.main
{
	width: 750px;
	float: left;
	background-color: #E5ECFF;
	/*height: 100%;*/
	min-height: 100%;
}

div.content
{
	padding: 10px;
}


div.menucol
{
	width: 160px;
	float: left;
	background-color: #162187;
	height: 1000px;
}


div.admin_footer
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 910px;
	BACKGROUND-COLOR: #739194;
}


div.footer
{
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 910px;
    FONT-WEIGHT: lighter;
    FONT-SIZE: x-small;
    PADDING-BOTTOM: 2px;
    TEXT-TRANSFORM: none;
    COLOR: #dcdcdc;
    PADDING-TOP: 2px;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    BACKGROUND-COLOR: #175927;
    FONT-VARIANT: normal;
    TEXT-DECORATION: none
}

div.bar_left
{
	float: left;
    text-align: left;
}

div.bar_right
{
	float: right;
    text-align: right;
}

div.question
{
	clear: both;
	padding-top: 15px;
}

div.footer_base
{
    clear:both;
    height:1px;
    overflow:hidden;
}

table.results
{
	width: 730px;
}

table.results td
{
	width: 25%;
}

table.results td.right
{
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
}


table.answertable
{
	width: 730px;
}

table.answertable td
{
	border:1px solid  #000000;
	width: 25%;
}


td.answer a:link
{
text-decoration: none;
display: block;
width: 100%;
color: #000000;
text-indent: 10px;
}

td.answer a:visited
{
text-decoration: none;
color: #000000;
text-indent: 10px;
display: block;
}

td.answer a:hover
{
text-decoration: none;
background-color: #FF6633;
display: block;
width: 100%;
text-indent: 10px;
}



div.form label,input
{
	display: block;
	float: left;
	margin-bottom: 10px;
}

div.form label
{
	text-align: right;
	width: 25%;
	padding-right: 20px;
}

div.form p
{
	clear: left;
}

p.notice
{
	text-align: center;
	font-size: large;
}





