@charset "utf-8";
/* CSS Document */

/*-  Layout
-------------------------------------------------*/
body  {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background: #665a44;
}

* {
	margin:0;
	padding:0;
}

img {border: 0;}

#container {
	margin:0 auto;
	text-align:left;
	width: 915px;
}

#header { 
	background: url("img/header.jpg") no-repeat 50% 0;
	width: 915px;
	height: 244px;	 
}

#content {
	background:url("img/container.gif") repeat-y;
	margin: 0 auto;
	padding-bottom: 20px;
	padding: 30px 100px 30px 100px;
	min-height: 500px;
	}
	
#contentIndex {
	background:url("img/container.gif") repeat-y;
	margin: 0 auto;
	padding-bottom: 0px;
	padding: 0 50px 0 60px;
	min-height: 500px;
	}
	
#index {
	width:800px;
	height:698px;
}

#contentBrown {
	background:url("img/containerBrown.gif") repeat-y;
	margin: 0 auto;
	padding-bottom: 20px;
	padding: 30px 100px 30px 100px;
	min-height: 500px;
	}
	
#rightCol {
padding:0 0 0 40px;
}
	
#contentTable {
	background:url("img/container.gif") repeat-y;
	margin: 0 auto;
	padding-bottom: 20px;
	padding: 0px 54px 0px 59px;
	min-height: 500px;
	}

#footer {
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	padding-top: 10px;
}




/*-  Gobal 
-------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "Trebuchet MS" "Lucida Sans", sans-serif, Arial, Helvetica,;
}

p, th, td, li, dd, dt, ul, ol, blockquote, a, textarea {
  margin: 0;
  padding: 0;
  font: normal, 1em/1.25 Verdana, Arial, Helvetica, sans-serif;
}


a, a:link, a:visited, a:active, a:hover {
	color: #000099;
	text-decoration: none;
}

.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

#table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	

/*-  Text styles
-------------------------------------------------*/

h1 {
	font-size: 16px;
	color: #990000;
	padding-bottom: 20px;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	padding-bottom: 20px;
	font-weight: bold;
	color: #000000;
}

p {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 10px;
}

Classes: they are not set to any particular element, so you can assign them to whatever you need:

.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 20px; list-style: disk; font-size: 12px; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
.imgPadLeft{ padding-left: 10px;}
.imgPadBottom{ padding-bottom: 10px;}
.imgPadRight{ padding-right: 10px;}
.imgPadTop{ padding-top: 10px;}

#main {
	padding: 50px;

}


/*-  Navigation
-------------------------------------------------*/
.jqueryslidemenu{
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top:211px;
	text-align: left;
	padding-left: 90px;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block; /*background of tabs (default state)*/
	color: white;
	padding: 8px 10px;
	border-right: 1px solid #778;
	color: #CCCC66;
	text-decoration: none;
	background-color: #5A5343;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: #999999; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
