body {
		 background-color: #FFFFFF;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
		 font-size: 13px;
		 margin: 0;
		 padding: 0;
		 background: url(images/leftbar.jpg) repeat-y left top;
     }
		 
#topbar {
        background-color: #EAEAEA;
        height: 88px;
		border-bottom-width: 1px;
      	border-bottom-style: solid;
        border-bottom-color: #D2D2D2;
}				

#topbartwo {
                 background-color: #808080; 
                 padding: 5px;
				 border-bottom-color: #FF0000;
				 border-bottom-width: 1px;
                 border-bottom-style: solid;
}

img.customlogofigure {
margin-left: 15px;
}				


/* LEFT SIDE MENU */

#leftbar {
         background-color: #D2D2D2;
		 float: left;
		 width: 150px;
         border-right-width: 1px;
      	 border-right-style: solid;
         border-right-color: #E2E2E2;				 

         line-height: 135%;
}

.leftmenuheadingfirst { 
     background-color: #000000; 
     padding: 5px;
     border-bottom-color: #FF0000;
     border-bottom-width: 2px;
     border-bottom-style: solid;
     border-top-color: #FF0000;
     border-top-width: 1px;
     border-top-style: solid;								 	 								 
}

.leftmenuheading { 
     background-color: #000000; 
     padding: 5px;
     border-bottom-color: #FF0000;
     border-bottom-width: 2px;
     border-bottom-style: solid;								 
}

A.leftmenu:link {
	color: #FFFFFF;
	font-size: 12px;
    text-decoration: none;
	font-weight: bold;
}
A.leftmenu:active {
	color: #FFFFFF; text-decoration: none;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
A.leftmenu:visited {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;	
}
A.leftmenu:hover {
	color: #E1E100;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;	
}

/* MAIN CONTENT AREA */

#maincontent {
			margin-left: 161px;
			margin-right: 25px;
			text-align: justify;
}


#copyright {
					 clear: both;
					 font-family: Verdana, Arial, Helvetica, sans-serif;
					 font-size: 10px;
}

A.chess:link {
	color: #FF0000;
    text-decoration: none;
	font-weight: bold;
}
A.chess:active {
	color: #FF0000; text-decoration: none;
	text-decoration: none;
	font-weight: bold;
}
A.chess:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;	
}
A.chess:hover {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;	
}

/* Contact Us Form */

#contactform {
font-size: .9em;
}

#contactform .label {
float: left;
width: 170px;
margin-right: 10px;
text-align: right;
font-weight: bold;
}

input#contactus {
	margin-left: 180px;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input#phonenumber, input#visitorname, input#visitoremailaddress, input#companyname, input#citystatecountry, textarea#visitormessage {
background-color: #E2E2E2;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
width: 300px;
margin-top: -2px;
}

input#phonenumber:focus,
input#visitorname:focus,
input#companyname:focus,
input#citystatecountry:focus,
input#visitoremailaddress:focus,
textarea#visitormessage:focus
{
	background-color: #FDD041;
}