 /* <![CDATA[ */

img {
	border-style: none;
}

html {
   height: 100%;
   margin: 0 0 1px;
   padding: 0;
}

div {
	-moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

#banner {
	text-align:center;
	background: white;
	margin:0.5em;
	border: dashed;
	border-width: 1px;
}

body {
	margin:0; 
	padding:0;
	font-size: 0.9em;
	font-family: arial;
	background: #ddddff;
	text-align: center;
}

#header {
	margin:0.5em;
	border: solid;
	border-width: 1px;
	text-align:center;
	background: white;
}

#header a,a:hover {
	text-decoration: none;
	color: #000;
}

#left {
	float:left;
	width:180px;
	margin-left:0.5em; 
	padding:0;
	border: none;
}

#right {
	float:right;
	width:180px;
	margin-right:0.5em; 
	padding:0;
	border-style: none;
}

#middle {
	border: solid;
	border-width: 1px;
	padding: 0.5em;
	margin-left: 195px;
	margin-right: 195px;
	margin-bottom: 0.5em;
	background: white;
	text-align: justify;
}

#middle h1,h2 {
	text-align: center;
}

#footer {
	text-align: center;
	border-style: solid;
	border-width: 1px;
	margin: 0em 0.5em 0.5em 0.5em;
	padding: 0.5em;
	background: white;
}

#subfooter {
	font-size: 0.8em;
	margin-bottom: 0.5em;
}

.center {
	text-align: center;
	width: 100%;
}

.right {
	text-align: right;
	vertical-align: top;
	width: 100%;
}

h1,h2,h3,h4 { 
	margin: 0.2em 0 
}

h3 {
	margin-top: 1em;
}

hr {
	width: 100%;
	color: #ccc;
}

p { 
	margin: 0.5em 0 
}

a { 
	color:black;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color:grey;
	text-decoration: underline;
	font-weight: bold;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; 
	padding:0;
	background:transparent;
}

div.list-menu {
	position: relative; bottom: 3px;
	width: 178px;
	margin-bottom: 1em;
}

.list-menu ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	vertical-align: top;
}

.list-menu li {
	margin: 0.2em 0 0;
}

.list-menu a {
	font-weight: normal;
	text-align: center;
	display: block;
	width:178px;
	border: 1px solid #000000;
	background: #fff;
	text-decoration: none;
	-moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #000000;
}

.list-menu a:hover {
	border: 1px solid #000000;
	background: #333333;
	color: #ffffff;
}

div.submenu {
	width:178px;
	position: relative; bottom: 1px;
	-moz-border-radius: 0 0 0.5em 0.5em;
    border-radius: 0 0 0.5em 0.5em;
	margin-top: 0;
	border-style: solid;
	background-color: #fff;
	border-width: 1px;
}

.submenu a {
	border-style: none;
	background-color: transparent;
}

.submenu a:hover {
	border-style: none;
	background-color: transparent;
	color: #000000;
	text-decoration: underline;
}

.list-menu .selected a {
	font-weight: bold;
	border: 1px solid #000000;
	-moz-border-radius: 0.5em 0.5em 0 0;
    border-radius: 0.5em 0.5em 0 0;
}

div.info {
	border-style: solid;
	border-width: 1px;
	padding: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
	background: white;
}

div.info h1 {
	font-size: 1em;
}

form.search input {
	background:#FFF url(./images/search.png) no-repeat 4px 4px;
	padding:4px 4px 4px 22px;
	border:1px solid #CCC;
	width: 134px;
	height:18px;
}

/* News */
div.news {
	border:1px solid #CCCCCC;
	margin-bottom:0.5em;
}

div.news table td {
	text-align:justify;
}

/* Table layouts */

table {
	margin: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-spacing: 0;
	border-collapse: collapse;
}

th {
	text-align:center;
	text-decoration: bold;
	margin: 0;
	white-space: nowrap;
}

tr {
	text-align:center;
	vertical-align: top;
}

table.border {
	border-style: none;
	border-width: 1px;
	width: 97%;
}

/* Should this go here? */
.border {
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	margin: 0.5em;
	padding: 0.5em;
}
.nowrap {
	white-space: nowrap;
}

table.border td {
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	text-align: justify;
	width: 100%;
}

table.border th {
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	text-align: left;
}

/* Custom UL lists for FAQ pages */

ul.faq {
    padding-left: 0;
    list-style-type: none;	border: 1px solid #ccc;
	-moz-border-radius: 0.5em 0.5em 0 0;
    border-radius: 0.5em 0.5em 0 0;

    text-align: justify;
    margin: 5px;
}

ul.faq div {
	padding-bottom: 1em;
	font-weight: bold;
}

ul.faq li {
	margin-top: 1em;
	padding: 0.5em;
	border: 1px solid #ccc;
	-moz-border-radius: 0.5em 0.5em 0 0;
    border-radius: 0.5em 0.5em 0 0;
}

/* Contact forms */

div.contact {
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
	text-align: center;
	padding: 0.5em;
}

div.contacterror {
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
	text-align: center;
	padding: 0.5em;
	color: red;
}

div.contact h3 {
	margin: 0;
}

textarea.contact {
	width: 95%;
	rows: 100;
}

/* ]]> */
