/* CSS Document */
body 
{
	margin:0px;
	background-color:#7C858A;
}
	
.background_left 
{
	background: url(images/content_bg.jpg) top repeat-y;
} 
.background-right
{
	border-right:1px solid #000000 !important;
	background:url(images/right_bg_eyesonedwardart.jpg) bottom no-repeat #DC7612;
}
.content_base
{
	background:url(images/base_menu_bg.jpg) bottom left no-repeat;
	height:44px;
}
.height22 
{ 
	height:21px;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:11px;
	padding-top:1px;
}
.height19 
{ 
	height:19px;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:11px;
	padding-top:3px;
}
.maintext 
{
	font-family:Tahoma, Verdana, sans-serif;
	font-size:11px;
	color:white;
	padding-bottom:10px;
	text-align:left;
}
h1 
{
	font-family:Tahoma, Verdana, sans-serif;
	font-size:11px;
	color:white;
	font-weight:normal;
	display:inline;
}
h2 
{
	font-family:Tahoma, Verdana, sans-serif;
	font-size:11px;
	color:white;
	font-weight:normal;
	display:inline;
}
a.menu 
{
	font-family:Tahoma, Verdana, sans-serif;
	font-size:11px;
	color:black;
	text-decoration:none;
}
a.menu:hover 
{
	font-family:Tahoma, Verdana, sans-serif;
	font-size:11px;
	color:white;
}
a.links 
{
	font-family:Tahoma, Verdana, sans-serif;
	font-size:11px;
	color:black;
	text-decoration:underline;
	font-weight:bold;
}
a.links:hover 
{
	font-family:Tahoma, Verdana, sans-serif;
	font-size:11px;
	color:white;
	text-decoration:underline;
	font-weight:bold;
}
span.checkbox {
   width: 19px;
   height: 25px;
   padding: 0 5px 0 0;
   background: url(checkbox.gif) no-repeat;
   display: block;
   clear: left;
   float: left;
}
span.radio {
   width: 19px;
   height: 24px;
   padding: 0 5px 0 0;
   background: url(radio.gif) no-repeat;
   display: block;
   clear: left;
   float: left;
}
span.select {
   position: absolute;
   width: 230px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
   height: 30px;
   padding: 0 24px 0 8px;
   color: #333;
   font: 12px/30px arial,sans-serif;
   background: url(select.gif) no-repeat;
   overflow: hidden;
}
.inputtext {
   width: 230px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
   height: 30px;
   padding: 7px 24px 0 8px;
   color: #333;
   font: 12px/30px arial,sans-serif;
   border:none;
   background: url(input.gif) no-repeat;
   overflow: hidden;
}
.biggertext {
	font-size:13px;
}
.dropdowndivs {
position:relative;
           width:550px;
           height:1px;
           top:-1px;
           left:0px;
           background:#ccc;
           overflow:hidden;
           z-index:0;
}
