/* CSS Document */

/*set page background to black and text to grey
html is included because this is the root element for
pages served as application/xhtml+html*/

html, body {
	background: #FFFFFF;
	color:#000000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 1.6;
	text-transform: none;
	}
			
a:link {
	color: #336600;
	text-decoration:none;
	border-bottom-style: solid;
	border-bottom-color: #99CC33;
	border-bottom-width: 2px;
	}
	
a:visited {  
	color: #336600;
	text-decoration:none;
	border-bottom-style: solid;
	border-bottom-color: #99CC33;
	border-bottom-width: 2px;
	}
	
a:hover {
	color: #99CC33;
	border-bottom-style: dotted;
	border-bottom-color: #99CC33;
	border-bottom-width: 2px;
	text-decoration: none ! important;
	}
	
/* wrapper */

#wrapper {
	width: 760px;
	margin: 0 auto;
	position: relative;
	top: 20px;
	}

/* header */

#header {
	width: 760px;
	height: 156px;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
	
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 150%;
	color:#000000;
	line-height:0.5;
	}
	
/* logoboc */
	
#logobox {
	width: 192px;
	height: 156px;
	float: left;
	}
	
/* dacaptitle */

#dacaptitle {
	width: 556px;
	height: 120px;
	float: right;
	}
	
/* pagetitle */

#pagetitle {
	width: 556px;
	height: 36px;
	clear: both;
	position:inherit;
	top: 0;
	left: 0;
	padding-top: 6px;
	float: right;
	}
	
#pagetitle p {
	font-size: 85%;
	}
	
/* holder */

#holder {
	width: 760px;
	margin: 0 auto;
	}

	
/* styles for the menu menu - remove padding, margin and bullets */
	
#menubar {
	width: 192px;
	font-size: 100%;
	float: left;
	position: relative;
	top: 20px;
	}
	
#menubar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
/*float each list element inline*/
#menubar li {
	float: left;
	display: inline;
	}
	
/*style links in the nav list*/
#menubar a {
	display: block;
	margin: 0;
	padding: 8px 0px 8px 8px;
	border: 0;
	width: 180px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 80%;
	}

#menubar a:link, #menubar a:visited {
	background-color: #336600;
	color: #FFFFFF;
	}

#menubar a:hover, #menubar a:active {
	background-color: #99CC33;
	color: #000000;
	}
	
/*styles for the content menu - remove padding, margin and bullets*/
	
#content {
	width: 556px;
	font-size: 90%;
	float: right;
	position: relative;
	}
	
#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 150%;
	color:#336600;
	line-height:1.2;
	}
	
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #336600;
	line-height: 1;
	}
	
.paletext {
	color: #333333;
	}
	
/*style links in the content list*/
#content a {
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
	line-height:1.6;
	}

#content a:link, #content a:visited {
	color: #336600;
	}

#content a:hover, #content a:active {
	color: #99CC33;
	}
	
/*styles for the places menu - remove padding, margin and bullets*/
	
#navbar {
	width: 760px;
	font-size: 100%;
	padding-top: 18px;
	padding-bottom: 18px;
	}
	
#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
/*float each list element inline*/
#navbar li {
	float: left;
	display: inline;
	}
	
/*style links in the nav list*/
#navbar a {
	display: block;
	margin: 0;
	padding: 8px 0px 8px 8px;
	width: 144px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 70%;
	}
#navbar a:link, #navbar a:visited {
	background-color: #336600;
	color: #FFFFFF;
	}
#navbar a:hover, #navbar a:active {
	background-color: #99CC33;
	color: #000000;
	}
	
/* form style */

form {

  margin: 0;

  }

table {

  margin-left: 0;

  }

.mediumbox {

  width: 200px;

  }

.widebox {

  width: 500px;

  }

textarea {

  width: 380px;

  height: 100px;

  }

label, .warning, .radioLabel {

  font-family:Verdana, Arial, Helvetica, sans-serif;

  font-weight: bold;

  }

.warning {

  color:#F00;

  }

td.centered {

  text-align: center;

  }

#striped td {

  padding: 2px 10px 2px 0;

  vertical-align: top;

  }

/* This gives odd-numbered rows a pale gray background

#striped tr {

  background-color:#eee;

  }

*/

#striped tr.hilite {

  background-color:#E8F2F8;

  }
	
/*placetable width */

#placetable {
	width: 736px;
	clear: both;
	}
	
/*footer width */

#footer {
	width: 736px;
	margin: 0 auto;
	clear: both;
	padding: 12px;
	background-color:#CCFF66;
	position: relative;
	top: 20px;
	}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	}
