html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
	background-color: #f5f5f5;
	color: #7e7a7a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	
}
h1 {
	color: #00b0f0;
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
	letter-spacing: -1px;
}
h2 {
	color: #777777;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
	letter-spacing:0;
	font-weight:bold;
    color: #fff;
	line-height: 25px;
}
a,  a:link {
	color: #00b0f0;
	font-weight: none;
	text-decoration: none;
}
a:hover {
	color: #202020;
	text-decoration: none;
}
#outerWrapper {
	text-align: left;
	width: 920px;
	background: #ececec url(Images/content-bg.jpg) repeat-y left 13px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header  {
	height: 135px;
	background-image: url(Images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#nav    {
	height: 52px;
	margin-right: 17px;
	margin-left: 208px;
	width:672px;
	margin-top:18px;
	background-image: url(Images/nav.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 8px;
	padding-left: 22px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	padding-left:5px;
}
#nav ul li {
	margin: 0px;
	display: block;
	float: left; 
	list-style: none;
	clear: right;
}
#nav ul li a {
	display: block;
	padding-right: 16px;
	padding-left: 16px;
	color: #f5f5f5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 52px;
}
#nav ul li a:hover {
	background: url(Images/nav-hover.jpg) repeat-x top;
	text-decoration: none;
	color: #202020;
}

#outerWrapper #contentWrapper {
	padding-right: 10px;
	padding-left: 10px;
	clear: both;
}
#footer {
	background: url(Images/footer-bg.jpg) no-repeat  top;
	height: 32px;
	width:920px;
	text-align: center;
	margin:auto;
}
.table {
	background-image:url(Images/table.jpg);
	background-repeat:no-repeat;
	padding-left:5px;
	width:295px;
}
.table_content {
	width: 280px;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
}
