body {
	font-family: sans-serif;
	text-align:left;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #E0E9F6;
	margin: 0px;
	padding: 0px;
	float: none;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}

a {
	color: #005596;
	text-decoration: underline;
}

a:hover {
	color: #005596;
	text-decoration: none;
}

h1 {
	color: #005596;
	font-size: 25px;
	margin-top: 0px;
}

h2 {
	color: #005596;
	font-size: 20px;
	margin-top: 0px;
}

h3 {
	color: #005596;
	font-size: 16px;
	margin-top: 0px;
}

h4 {
	color: #005596;
}

label {
	clear:left;
	float:left;
	width:150px
}

#top-strap {
	text-align:center;
	height: 36px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#top-strap-container {
	height: 36px;
	width: 900px;
	padding: 0px;
	margin: 0px;
	margin: 0px auto;
}

#bottom-strap {
	text-align:center;
	height: 36px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
}

#bottom-strap-container {
	width: 900px;
	padding: 0px;
	margin: 0px auto;
	border-top: 1px solid #666666;
	float: none;
	text-align: right;
}

#bottom-strap-container img {
	float: left;
	margin-top: 5px;	
}

#main-content {
	width: 900px;
	height: auto;
	padding: 0px;
	margin:0px auto;
	float: none;
}

#logo {
	text-align: left;
	float: left;
	margin-bottom: 20px;
}

#header-image {
	width: 900px;
	float: none;
	margin-bottom: 15px;
}

.intro-text {
	width: 900px;
	float: none;
	font-size: 20px;
	line-height: 25px;
	color: #005596;
	margin-bottom: 20px;
}

#intro-box {
	width: 260px;
	height: 180px;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #888888;
	float: left;
	margin-bottom: 25px;
}

#intro-box-end {
	width: 280px;
	height: 180px;
	float: left;
	margin-bottom: 25px;
}

#copyright {
	width: 900px;
	height: auto;
	margin:0px auto;
	margin-top: 70px;
	color: #666666;
	font-size: 10px;
	text-align: right;
}

#navigation-sidebar {
	text-align: center;
	width: 100%;
	margin-top: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #005596;
	float: left;
}

#navigation-sidebar a {
    color: #FFF; outline: none;
    text-align: center;
    text-decoration: none;
    height: 20px;
}

#navigation-sidebar a:hover {
    text-decoration: underline;
}

#navigation {
	width: 640px;
	float: right;
	background-color: #005596;
}

#navigation li {
	float: left;
    list-style: none;
    margin-top: 2px;
    color: #FFF;
}

#navigation li a {
    position: relative; overflow: hidden;
    text-decoration: none;
    font: 12px Arial;
    color: #FFF; outline: none;
    text-align: center;
    height: 20px;
    z-index: 10; letter-spacing: 0;
    float: left; display: block;
    margin: auto 10px;
}

#navigation li a:hover {
    text-decoration: underline;
}

#navigation ul {
    position: relative;
    height: 20px;
    padding: 5px;
    overflow: hidden;
    list-style:none; 
    margin: 0px auto; 
    display: block; 
}

#bottom-navigation {
	width: 440px;
	float: right;
	background-color: #005596;
}

#bottom-navigation li {
	float: left;
    list-style: none;
    margin-top: 2px;
    color: #FFF;
}

#bottom-navigation li a {
    position: relative; overflow: hidden;
    text-decoration: none;
    font: 12px Arial;
    color: #FFF; outline: none;
    text-align: center;
    height: 20px;
    z-index: 10; letter-spacing: 0;
    float: left; display: block;
    margin: auto 10px;
}

#bottom-navigation li a:hover {
    text-decoration: underline;
}

#bottom-navigation ul {
    position: relative;
    height: 20px;
    padding: 5px;
    overflow: hidden;
    list-style:none; 
    margin: 0px auto; 
    display: block; 
}

.points ul {}
.points li {margin-bottom:8px; margin-left:0px;}

#table {
width:100%;
margin:0;
padding:0
}

.table caption {
width:700px;
font:italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-align:right;
padding:0 0 5px 5px
}

.table th {
color:#fff;
border-right:1px solid #666;
border-bottom:1px solid #666;
border-top:1px solid #666;
text-align:left;
background:#005596;
text-decoration:none;
font-weight:400;
padding:6px 6px 6px 12px
}

.table th.nobg {
color:#666;
border-top:0;
border-left:0;
border-right:1px solid #666;
background:none
}

.table td {
border-right:1px solid #666;
border-bottom:1px solid #666;
background:none;
color:#666;
padding:6px 6px 6px 12px
}

.table td.alt {
background:#efefef;
color:#666
}

.table th.spec {
border-left:1px solid #666;
border-top:0;
background:none;
color:#666
}

.table td.spec {
color:#666;
border-left:1px solid #666;
border-top:0
}

.table th.specalt {
border-left:1px solid #666;
border-top:0;
background:#efefef;
color:#666;
text-decoration:none
}
