/* CSS Created 1/17/06 */
/* Colors:
		#256183 - blue
		#328325 - green
		#772583 - purple
*/

body {
  margin: 3px;
  padding: 0;
  background: #fff url(./images/bg.gif) repeat-x;
  font-size: .8em;
}

p, td, ul {
  line-height: 1.3em;
  font-family: tahoma, helvetica, sans-serif;
}

a {
  color: #256183;
}
a:hover {
  color: white;
  background-color: #772583;
  text-decoration: none;
}

h1 {
  font-family: tahoma, helvetica, sans-serif;
  font-size: 2em;
  margin: 18px;
  padding-top: 50px;
  color: #256183;
  border-bottom: 2px solid #EFEFEF;
}

/* =Layout */

#left {
	float: left;
	width: 270px;

}

#logo {
	position: absolute;
	top: 3px;
	left: 3px;
}

#content {
	float: left;
	width: 450px;
	background: #fff url(./images/content_bg.jpg) no-repeat;
	height: 500px;
}

#nav {
	position: absolute;
	top: 170px;
	left: 40px;
}

#update {
	position: absolute;
	top: 300px;
	left: 40px;
}

#footer {
	position: absolute;
	top: 450px;
	left: 40px;
	width: 200px;
	text-align: right;
	font-family: 'trebuchet ms', tahoma, sans-serif;
}

#slogan {
	position: absolute;
	top: 50px;
	left: 760px;
	width: 250px;
	font-family: 'trebuchet ms', tahoma, sans-serif;
	font-size: 12px;
}

#map {
	margin: 25px;
}

/* =Navigation */

#nav {
	text-align: right;
	list-style: none;
	width: 200px;
}

#nav p {
	font-family: 'trebuchet ms',tahoma, georgia, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	padding: 0 3px;
	margin: 0 0 1px 1px;
	text-decoration: none;
}

#nav a:hover {
	color: #FFF;
	background-color: #256183;
}

.current {
	color: #FFF;
	background-color: #256183;
}

/* =Format */

#content p, form {
	padding-left: 25px;
	padding-right: 18px;
}


.big { font-size: 1.7em; }

.small { font-size: .8em; }

.grey { color: #D8D8D8; }

.green { color: #328325; }

ul {
  padding: 0 0 0 10px;
  margin: 0 0 0 50px;
  list-style-image: url(./images/arrow.gif);
}