body {
	margin:0;
	padding:0;
	font-family:"Comic Sans MS", sans-serif;
	color: #000;
	background: #ffffff;
	font-size:100%;
}

/* Structure */

#main {
	width:740px;
	margin:0 auto;
	padding:0;
	background: #fff;
	border-right: 2px solid #cc9900;
	border-left: 2px solid #cc9900;
}


#content {
	float: left;
	padding-right: 190px;
	font-size: 0.95em;
	color: #000;
	width: 510px;
	text-align: left;
	padding: 5px 0px 15px 5px;
	background-color: transparent;
}

#right {
	float: right;
	font-size: 0.95em;
	color: #000;
	background-color: #FFFFCC;
	margin: 0;
	padding: 0 5px 15px 0;
	width: 190px;
	text-align: left;
}


#footer {
	font-size: 0.75em;
	color: #000;
	padding: 0 0 10px 0;
	text-align: center;
	clear: both;
	background-color: transparent;
}

/* Link Styles */

a {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
		color: #FF9966;
}

a.top-menu {
	color: #cc9900;
	text-decoration: none;
	padding: 5px;
}

a.top-menu:hover {
	color: #FF9966;
}

a.navigation {
	color: #cc9900;
	border-width: 0 5px 0 5px;
	border-color: #FFFFCB;
	border-style: solid;
	text-decoration: none;
	display: block;
	padding: 3px 15px 3px 5px;
	text-align: left;
	font-weight: bold;
	width: 165px;
	
}

a.navigation:hover {
	border-color: #cc9900;
	background-color: #FFFFFF;
	color: #cc9900;
}

/* Other Styles */

#top-nav {
	width: 738px;
	margin: 0 auto auto;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: center;
	line-height: 2em;
	background: #cc9900;
}

#header {
	padding:0;
	width: 738px;
	margin:0 auto;
	height:271px;
	background: #FFFFFF url('images/header.jpg') no-repeat top left;
	clear: left;
}

#header h1 { 
	background: transparent; 
	padding: 20px 0 0 0;
	margin: 0 0 0 360px;
	height: 40px;
	color: #ffffff;
	font-size: 1.5em;
	text-align: left;
	border-style: none;
	
}



h1 {
	color: #996600;
	font-size: 1.3em;
	text-align: left;
	margin: 0 5px 10px 20px;
	padding: 10px 10px 1px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #996600;
	background-color: transparent;
	
}

p {
	padding: 5px 5px 5px 20px;
	margin: 0;
	line-height: 1.3em;
}

ul {
list-style-type:none;
margin:1em;
padding-left: 10px;
}

ul li {
margin-left:10px;
padding-left: 25px;
line-height: 30px;
background:transparent url('images/bullet.gif') no-repeat 1% 50%;
}

#right h2 {
	color: #996600;
	font-size: 1.1em;
	padding: 5px 10px 5px 10px;
	
}

#right h3 {
	color: #996600;
	font-size: 1.1em;
	padding: 10px 10px 5px 0;
	border-top: 0px solid #944759;
	width: 185px;
	margin-left: 10px;
}

#right p {
	padding: 5px 10px;
	margin: 0;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

/* Images */

img.centered {
display:block;
margin-left:auto;
margin-right:auto;
border:1px solid #996600;
padding:4px;
}

img.alignright {
float: right;
border:1px solid #996600;
margin:4px 0 3px 7px;
padding:4px;
}

img.alignleft {
float: left;
border:1px solid #996600;
margin:4px 7px 3px 0;
padding:4px;
}

/* IE hack */
* html #content { height: 1%; }
* html #widecontent { height: 650px; }