body{
  margin: 0;
  padding: 0;
  padding-top: 10px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #333;
  background: #333;
}

blockquote {
	background: #eee;
	padding: 10px;
}

h1{}

h2{
  font-size: 1.5em;
}

h3{
  margin-bottom: 0;
  font-size: 1.3em;
}

h4{
  font-size: 1em;
  margin-bottom: 0;
}

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

ul{}
li{}

p{
  margin: 0;
  margin: 15px 0;
}

address{}

a img{
  border: 0;
}

div.hr hr{
  display: none;
}

div.hr{
  border-bottom: 2px solid #eee;
  margin: 0 auto;
  width: 80%;
}

div.clear{
  clear: left;
  margin: 0;
  padding: 0 !important;
}

.alignleft{
  clear: left;
	float: left;	
}
.alignright{
  clear: right;
	float: right;
}

img.alignleft, img.alignright{
  margin: 10px;
	padding: 5px;
	background: #eee;
	border: 1px solid #ccc;
}


a:hover h3{
  text-decoration: underline; 
}
/* Tables */
table{
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

th, td{
  padding: 5px;
}

th{  
  font-size: 1.2em;
  background: #ccc;
}

table.infoTable td{
  border-bottom: 1px solid #ccc;
}

table.riderTable{
  width: auto;
}

table.riderTable td{
  padding: 5px 15px 5px 5px;
  border-bottom: 1px solid #ccc;
}
/* End Tables */

/* Container Elements */
div#container{
  margin: 0 auto;
  width: 750px;
}

div#wrapper{
  float: left;
  width: 750px;
  margin-top: 5px;
  padding-top: 17px;
  background: #fff url("../images/design/wrapper-top.png") left top no-repeat;
}

div#left-col{
  float: left;
  width: 170px;
  text-align: center;
}

div#right-col{
  float: left;
  width: 570px;
  padding-right: 10px;
}

div#sub-left, div#sub-right{
  float: left;
  width: 280px;
}

div#sub-right{
  margin-left: 10px;
}
/* End Container Elements */

/* Block Elements */
div#header{
  width: 750px;
  height: 200px;
  background: url("../images/design/header.jpg") no-repeat;
}

div.emphasis{
  float: left;
  width: 540px;
  padding: 15px;
  margin-bottom: 10px;
  background: url("../images/design/emph-bg.png") repeat-x;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #fff;
  background-color: #666;
}

div.block{
  float: left;
  width: 260px;
  padding: 10px;
  background: url("../images/design/block-bg.png") repeat-x;
  border-top: 1px solid #000;
}

div.block div{
  padding: 10px;
  background: #fff;
}

div#wrapper div#foot{
  float: left;
  width: 100%;
  height: 17px;
  background: url("../images/design/wrapper-bot.png") no-repeat;
}

div.block div.pdf{
  float: left;
  width: 129px;
  padding: 0 !important;
  padding-top: 10px;
  text-align: center;
  background: #fff;
}

div.block div.randomPic{
  padding: 0;
  text-align: center;
  background: #fff;
}

div.block div.randomPic p{
  margin: 0;
  padding: 5px 0;
}

div#footer{
  float: left;
  width: 100%;
  padding: 10px;
  text-align: center;
}
/* End Block Elements */

/* Navigation */
div#nav{
  text-align: left;
  font-weight: bold;
}

div#nav ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav ul li{
  border-bottom: 1px solid #fff;
}

#nav ul li a{
  display: block;
  width: 150px;
  padding: 5px 10px;
  background: url("../images/design/nav-li-off.png") repeat-y;
  text-decoration: none;
  color: #333;
}

#nav ul li a:hover, #nav ul li.current a{
  color: #fff;
  background: url("../images/design/nav-li-on.png") repeat-y;
}

#footer ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer ul li{
  display: inline;
  padding: 0 5px;
  border-right: 1px solid #ccc;
}

#footer, #footer a{
  color: #ccc;
}

#footer a{
  font-weight: bold;
}

#footer a:hover, #footer ul li.current a{
  color: #ccc;
  text-decoration: none;
}

#footer ul li.current a{
  font-weight: bold;
}
/* End Navigation */

/* Links, fonts & images */
div#header h1{
  position: absolute;
  left: -9999px;
}

div#left-col p{
  padding: 15px;
}

div.emphasis a{
  color: #ffff00;
}

div.emphasis a:hover{
  color: #fff;
}

h2.rider{
  margin: 0;
  font-family: "Trebuchet MS", Arial, serif;
}

h2.newsTitle{
  margin-bottom: 0;
  padding-bottom: 0;
}

h3.newsHeading{
  font-size: 1.2em;
}

h4 a{
  color: #336699;
  text-decoration: none;
}

h4 a:hover{
  text-decoration: underline;
}

a.docLink{ text-decoration: none; }

table.infoTable a{ font-weight: bold; text-decoration: none; }
table.infoTable a:hover{ color: #333; text-decoration: underline; }

/* End Links, fonts & images */