#nav {
	/*Old bg color = 343456*/
	background-color: #371b5f;
	color: #FFFFFF;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial;
	font-size: 0.8em;
	height: 22px;
	padding-top: 6px;
	text-align: right;
}

#nav ul {
	margin: 0px;
}

#nav li {
	display: inline;
	padding-right: 17px;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.logo {
	float: right;
	margin-top: 2px;
	margin-right: 0px;
}

#left_page .left_page_buttons p {
	margin-top: 5px;
	margin-bottom: 5px;
}

h1, h2, h3, h4, h5, h6 {
  color: #371b5f;
  margin-top: 0;
  margin-bottom: 1em;
}

h1 {
	font-size: 1.4em;
	line-height: 1.2em;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1em;
}

h4 {
  font-size: 0.9em;
}

h5 {
  font-size: 0.8em;
}

h6 {
  font-size: 0.7em;
}

.right_page_text p {
	margin-top: 0px;
	margin-bottom: 14px;
}

.right_page_img {
	float: right;
	width: 80px;
	margin-top: 4px;
  border: 1px solid #999;
} 

.clear {
	clear:both;
	border-bottom: 3px solid #FFFFFF;
}

.right_page_text a {
	color: #371b5f;
	text-decoration: underline;
}

.right_page_text a:hover {
	text-decoration: none;
  color: #000;
}

blockquote {
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 20px 20px 20px 25px;
	margin: 0px 0px 14px 0px;
}

cite {
  color: #351B60;
  font-weight: bold;
  font-size: 1.1em;
}

a img {
  border-style: none;
}

form dt {
  font-weight: bold;
  width: 150px;
  float: left;
  margin-bottom: 5px;
}

form dd {
  margin-left: 150px;
  margin-bottom: 5px;
}

#login_form h1 {
  font-size: 1.2em;
  text-align: center;
}

#login_form form {
  background-color: #e5e5e5;
  padding: 9px;
}

#login_form #login, #login_form #password {
  width: 290px;
}

#flash {
  background-color: #ffedc6;
  padding: 10px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
  border: 1px solid #ffd16b;
}

#flash p {
  margin: 0;
}

#flash.notice {
  color: #2e6b16;
}

#flash.error {
  color: #5f1313;
}

#footer {
  clear: both;
  width: 872px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  font: 0.7em "Lucida Grande", Lucida, Verdana, sans-serif;
  padding-top: 10px;
  padding-right: 15px;
  color: #888;
}

#footer ul {
  margin: 0 0 5px;
  padding: 0;
}

#footer ul li {
  list-style-type: none;
  display: inline;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #929392;
}

#footer ul li:first-child {
  border-left-style: none;
}

#footer ul li a {
  color: #888;
}

#footer ul li a:hover {
  color: #727272;
  text-decoration: none;
}

.right_page_text ul li {
  line-height: 1.4em;
  font-size: 1.1em;
}

hr {
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
  border-bottom: 1px solid #c6c6c6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.news_short {
	padding: 20px 14px 5px 14px;
	background-color: #EEE;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}

#content .news_short h1 {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 1.4em;
}

#content .news_short h2 {
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 2px;
	border-bottom: 1px solid #DDD;
	padding-bottom: 5px;
}

#content .news_full h2 {
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 8px;
	color: #111;
	border-bottom: 1px solid #DDD;
	padding-bottom: 8px;
}

#content .news_full h1 {
	margin-top: 0px;
	margin-bottom: 3px;
}

.contact_details {
	padding-top: 10px;
}

#contact {
	background-color: #EEE;
	border: 1px solid #CCC;
	width: 450px;
	padding: 20px 20px 8px 25px;
	margin-bottom: 15px;
}

#contact textarea {
	width: 444px;
	height: 130px;
	margin-top: 2px;
}

.contact_form {
	margin: 0px;
	padding: 0px;
}

.contact_form dd {
	margin: 0px 0px 10px 0px;
}

.contact_form input {
	width: 440px;
}

.submit input {
	width: 447px;
}
