@import url("misc.css") ;

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


#body
{
	background-color:#4A4A4A;
	font-size: 12px;	
}

 a:hover
 {
	color: black;
	background-color: #c5e674;

 }
  a:visited
 {
	color:green;
 }
 a
 {
	color:#632929;
 }

hr
{	

	height:1px;
	background-image:url(back.gif);
}
div.hr
{
	margin-top:15px;
	margin-bottom:15px;
	height: 1px;
	background-position: center 50%;
	background-attachment: scroll;
	background-image: url(hrback.gif);
	background-repeat: repeat-x;
}

input
{
	 border-top : darkgray 1px double;
	border-left: darkgray 1px double;
	border-bottom: darkgray 1px double;
	border-right: darkgray 1px double;
	width:200px;
}
.CheckBox
{
	
}

.CheckBox input
{
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	margin-right: -40px;
}
#main
{
	
	width: 847px;
	background-image: url(back.gif);
	
	border-right: #1f1f1d 5px solid;
	border-top: #1f1f1d 5px solid;
	border-left: #1f1f1d 5px solid;
	border-bottom: #1f1f1d 5px solid;
	text-align:left;
	/*position:relative;
	clear:both;
	min-height:300px;*/
}

#head
{
	background-image: url(head_back.gif); 
	
	height:50px;
}

#left
{
	width: 245px;
	min-height: 100px;
	position: relative;
	float: left;
	font-size: 15px;	
}
#leftContent
{
	text-align: right;
	/*margin-right: 30px;*/
	font-family: Verdana, 'Trebuchet MS' , 'Book Antiqua';
}

#right
{
	width: 520px;
	min-height: 200px;
	position: relative;
	float: left;	
	
}




.menuBullet
{
	 background-image: url(menu_symbol.gif);
	width:15px;
}
#menu li
{	
	width:100%;
	margin-top: 5px;
	font-weight: normal;	

}
#menu
{
	position:relative;
	padding-top:20px;
		padding-right:10px;
	list-style-type: none;
	
	
}
#menu a
{
	color: black;
	text-decoration: none;
}
#menu a:hover
{
	color: black;
}

#left input
{

	height:19px;
	
	
}


#searchBtn
{
	border-top: darkgray 1px double;
	border-left: none;
	border-bottom: darkgray 1px double;
	border-right: darkgray 1px double;
	text-align: center;
	width: 30px;
	height: 21px;
	font-size: 10pt;
}
#searchTbl
{
	border-collapse: collapse;
	table-layout: auto;
	text-align:right;
	
	
}	
#searchTbl input
{
	border-top: darkgray 1px double;
	border-left: darkgray 1px double;
	border-bottom: darkgray 1px double;
	border-right-style: none;
	width:180px;
}


#Login
{
	font-size:10px;
	text-align:right;
	padding-right:10px;
}
#Login input
{		   
	width:100px;
}