*, html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img, div{
	margin: 0;
	padding: 0;
	border: 0;
}

a img{
	border: 0;
}

a{
	color: #000;
}

:focus{
	outline: none;
}

td{
	vertical-align: top;
}

th{
  color: #424691;
  text-align: left;
}
body{
	color: #222;
	font-family: "lucida grande", tahoma, arial;
	font-size: 14px;
	background: #fff;
}

h1, h2, h3, h4{
  color: #424691;
  margin-bottom: 15px;
}

p{
  line-height: 1.8em;
  margin-bottom: 15px;
}


#outer{
	position: relative;
	background: url(img/donahok_back.jpg) no-repeat 0 0;
	width: 999px;
	height: 543px;
	padding: 189px 0 0 50px;
	margin: auto auto;
}

#homelink{
  display: block;
  position: absolute;
  top: 17px;
  left: 228px;
  width: 780px;
  height: 165px;
}

#links{
  display: block;
  position: absolute;
  top: 675px;
  left: 60px;
}

#links a img{
	margin-right: 105px;
}


#nav{
  display: block;
  position: relative;
  float: right;
  width: 200px;
}

#nav ul{
	list-style-type: none;
}

#nav li{
	height: 70px;
}

#nav a{
	display: block;
	width: 170px;
	height: 51px;
	padding-left: 30px;
	line-height: 51px;
	text-decoration: none;
	color: #2425e2;
	font-size: 26px;
	background: url(img/btn.png) no-repeat 20px 0;	
}

#nav a:hover,
#nav a.active{
	width: 190px;
	background-position: 0 0;
	padding-left: 10px;
}

#content{
  position: relative;
  width: 761px;
  height: 451px;
  padding: 15px;
  overflow: auto;
}

#content ul{
  margin: 5px 0 15px 15px;
}

#content li{
  margin-bottom: 5px;
}

table.schedule{
	border-collapse: collapse;
}

table.schedule td{
	padding: 5px;
}

table.schedule td.time{
	text-align: right;
}

table.schedule td.desc{
	font-weight: bold;
}

.regForm label{
	display: block;
	text-align: right;
	width: 500px;
	margin-bottom: 10px;
}

.regForm label input{
	margin-left: 10px;
	width: 300px;	
	padding: 2px;
}


.clear{
	clear: both;	
}

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


