

ul           { list-style-type: square; color: #000000 }
BODY {
	overflow-y:scroll;
	overflow-x:hidden;
	width:100%;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #503623;

}
div.innerbox {padding-left: 2em; padding-right: 3em ; padding-top: 2em; padding-bottom: 3em; width: 720px} 
div.scrollingcontent {position : absolute; 
	left:50%; width:760px; 
	margin-left:-380px; 
	height: auto; overflow-x:hidden; overflow:hidden; 
	background-image: url(../../images/common/main_bg.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	border:solid green 1px;
 } 	

.scrollingcontent	{
	background-position: 120px 165px;
	/* where the background image starts .. off set with the menu height */
}

div.fixedcontent  {position: fixed; width:760px; left:50%; margin-left:-380px; z-index: 2; top: 0em; padding: 0em; 
	height:165px; 
	border:solid green 1px;
  background-image: url(../../images/common/header.jpg);
	border-bottom: none;
	border-right: none;
 }
.fixedcontent p {margin: 0px; padding: 0px;}
div.pad {display:block; height:165px;}

table{
	font-size : 12px;
}



a            {text-decoration:none; color:#503623 }
A:hover      { color: #FFBB2A; text-decoration: underline }
a:link       { color: #009412 }
a:visited    { color: #808080 }
a:active     { color: #FCBA2B }

h1           { font-size: 10pt; color: #ffffff; font-weight: bold }

Select {FONT-SIZE:9px;COLOR: Black;BACKGROUND-COLOR: White;} 
Input {FONT-SIZE:11px;COLOR: Black;BACKGROUND-COLOR: White;} 
Textarea {FONT-SIZE:11px;COLOR: Black;BACKGROUND-COLOR: White;}

/* submit buttons with mousover and cursor hand */
.cmdover {;FONT-SIZE:9px;COLOR:#FCBA2B;BACKGROUND-COLOR: #007510;
cursor: pointer; 
 font-weight: bold;
} 
.cmd {FONT-SIZE:9px;COLOR: #ffffff;BACKGROUND-COLOR: #009412;
cursor: pointer; 
 font-weight: bold;
}

/* radio buttons */
.radio {FONT-SIZE:10px;COLOR: Black;BACKGROUND-COLOR: White;} 

