*{
	margin:0px;
	padding:0px;
}

body{
	background-color:black;
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	margin:5px;
}

#container{
	width:590px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
}
	
#leftpanel{
	width:590px;
	float:left;
	text-align:right;
	clear:right;
	border-bottom:2px solid white;
	}

#rightpanel{
	padding:10px 25px 10px 25px;
	margin:0px;
	background-color:black;
	float:left;
	width:540px;
	text-align:left;
	line-height:1.5em;
	}
	
#rightpanelcontact{
	padding:10px 0px 10px 30px;
	margin:0px 0px 0px 0px;
	background-color:black;
	float:left;
	width:530px;
	text-align:left;
	}
	
#footer{
	clear:both;
	background-color:black;
	border-top:5px solid white;
	text-align:right;
	width:590px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
	margin-bottom:20px;
}

a{
	color:red;
	text-decoration:none;
}

a:hover{
	color:#336633;
}

h1{
	color:red;
	font-size:14px;
	padding:10px 0 0 0;
	margin:0px;
	border-bottom:1px dashed white;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/header.jpg);
	background-position:right;
	background-repeat:no-repeat;
	}
	
h2{
	color:red;
	font-size:12px;
	padding:0px;
	margin:0px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

img{
	padding:0px;
	margin:0px;
	}

    #tabsH {
      float:left;
      width:590px;;
      background-color:black;
      font-size:93%;
      line-height:normal;
	  color:white;
      }
    #tabsH ul {
	  margin:0 0 0 30px;
	  padding:0;
	  list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      margin:0;
      padding:0;
      text-decoration:none;
	  color:white;
      }
    #tabsH a span {
      float:left;
      display:block;
      padding:5px 0px 4px 5px;
      color:white;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:red;
      }
	  
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border:1px solid white; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:12px;
z-index:1000;
background-color:white;
width: 140px;
visibility: hidden;
text-align:left;
font-size:10px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
border-left:5px solid black; /*THEME CHANGE HERE*/
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:black;
color:white;
border-left:5px solid white; /*THEME CHANGE HERE*/
}

.contact{
	width:30px;
	vertical-align:top;
	text-align:right;
	}