body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  text-align: center;
  background: #000000;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

.bottomLeft {
	background: url(../images/bottom_left_corner.gif) 0 100% no-repeat #CCCC99;
	width: 100%;
	
	
}

.bottomRight {
	background: url(../images/bottom_right_corner.gif) 100% 100% no-repeat;
	
}


#logo {
	text-align: left;
	background: url(../images/top_right_corner.gif) 100% 0 no-repeat #8C8C8C;
}

#footer {
	text-align: left;
}

#header {
    float:left;
    width:100%;
    background: #8C8C8C url("../images/bg.gif") repeat-x bottom;
    font-size:93%;
    line-height:normal;
}
	
#header ul {
    margin:0;
    padding: 10px 10px 0;
    list-style:none;
}
#header li {
    float:left;
	background: url("../images/left.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
}

#header a, #header strong, #header span {
	float: left;
    display:block;
	background: url("../images/right.gif") no-repeat right top;
	text-decoration: none;
	font-weight:bold;
	color:#765;
	padding: 5px 15px 4px 6px;
}
	
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */

#header a:hover {
	color:#333333;
} 
  
#header #current {
    background-image:url("../images/left_on.gif");
}

#header #current a {
    background-image:url("../images/right_on.gif");
	padding-bottom: 5px;
	color:#333;
}

#dynamicBody {
	padding: 45px 45px 50px 15px;
	text-align: left;
}

#scrolling {
	overflow: auto;
	width: 100%;
	height: 350px;
}

.leftCol {
	float: left;
	width: 30%;
}

.rightCol {
	float: right;
	width: 70%;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}