/* COLOURS*/
.banner { background-color: #FE7900; }

.navi a {	color: #ffffff; }
.navi a:link { color: #ffffff; }
.navi a:hover { color: #ffffff; }

.main {	color: #000000; }
.main em {
	color: #03C;
}
.main strong {
	color: #03C;
}
.bigurl {	color: #888888; }
.bigurl a {	color: #888888; }
.bigurl a:link {	color: #888888; }
.bigurl a:hover {	color: #444444; }
.form legend { color: #000000; }
.form input[type="button"],input[type="submit"],input[type="reset"] { 
	background-color: #e9470b;
	color: #ffffff;
	border-color: #006AFE;
}

/* Greys and such */

.main h1, .main h2, .main h3 {
	color: #F60;
}
.main h1 a, .main h2 a, .main h3 a { color: #888888; }
.main h1 a:link, .main h2 a:link, .main h3 a:link {	color: #888888; }
.main h1 a:hover, .main h2 a:hover, .main h3 a:hover  {	color: #444444; }

.main a {
	color: #00C;
	font-weight: bold;
}
.main a:link { color: #888888; }
.main a:hover {
	color: #03C;
	font-weight: bold;
}

.footer { clear:both; color:#ffffff; background-color: #c1c1c1; }
.footer a { color: #ffffff; }
.footer a:link { color: #ffffff; }
.footer a:hover { color: #777777; }

.error { color: #ff0000; }

/* Debugging
div, p {
	border: 1px dotted red;
}
*/

/* FONTS */
.navi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.right {
	float: right;
}

.main em {
	text-decoration: none;
	font-weight: bold;
}

.main strong {
	text-decoration: none;
	font-weight: bold;
}

.bigger {
	font-size: 1.2em;
}

.smalllabel {
	font-size:0.8em;
	font-weight: normal;
	vertical-align: middle;
	padding: 10px;
}

form legend {
	font-weight: bold;
}

form label {
	font-weight: bold;
}

form input[type="button"],input[type="submit"],input[type="reset"] { 
	font-weight: bold;
	text-decoration: none;
}

.bigurl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;	
}

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
}

.footer {
	z-index: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.small {
	font-size: 0.9em;
}

.error {
	font-weight: bold;
}

.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Sort out some defaults */
* {
	margin: 0;
}

html {
	height: 100%;
}

body {
	font-size: 13px;
	height: 100%;
	min-width: 980px;
	width: 100%;
	width:expression(document.body.clientWidth < 980? "980px": "auto" );
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 50px; /* .push must be the same height as .footer */
}

.footer {
	width:100%;
	white-space:nowrap;
}

.footer td {
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 7px;
	padding-right: 20px;
}

p {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}

h1, h2, h3 {
	padding-top: 0.5em;
	padding-bottom: 0.1em;
}

img {
	border: none;
}
a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

/* The content */
.main {
	height: 100%;
	padding: 10px;
	padding-left: 32px;
	border-collapse: collapse;
	background-image:
	background-repeat:no-repeat;
	background-position: center center;
}

.main-right {
	background-image: url(/images/home-right.jpg);
	background-repeat:no-repeat;
	background-position: center right;
}

/*
	float: right;
	padding-top: 40px;	
	padding-bottom: 40px;	
}
*/

.banner {
  height: 136;
  padding: 0;
  border:0;
  border-style:none;
  border-collapse: collapse;
}

.banner tr, .banner td {
  height: 136;
  padding: 0;
  border:0;
  border-style:none;
}

.navi {
 	width: 100%;
	text-align: center;
	height: 30px;
	padding: 0px;
	padding-left: 25px;
	background-image: url(/images/navi-bg.jpg);
	background-position: bottom;
	border-width:0px;
}

.navi a {
	padding-top: 8px;
	width: 115px;
	height: 19px;
	display: block;
	border-collapse: collapse;
	background-image: url(/images/button-up.jpg);
}

.navi a:link {
	background-image: url(/images/button-up.jpg);
}

.navi a:hover {
	background-image: url(/images/button-down.jpg);
}

.main ul {
	list-style-image: url(/images/bullet.jpg);
}

.bigurl li {
	border-style: none;
	list-style: none;
	font-size: 1.1em;
}

.bigurl {
	vertical-align: center;
	padding: 0px;
	border: 0px;
}

.bigurl a {
	padding-right: 1em;
	text-decoration: none;
}

/* Forms */
form {
	vertical-align: top;
	padding: 0.5em;
	border-collapse: collapse;
}

form fieldset {
	padding: 0 1em 0 1em;
}

form label {
	display: block;
}

form fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none; 
}

form fieldset li {
	padding: 1em; 
} 

form input[type="button"],input[type="submit"],input[type="reset"] {
	padding: 5px;
	border-collapse: collapse;
}
#MissionStatement {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bolder;
	color: #30C;
	margin: 5px;
	padding: 5px;
	height: auto;
	width: auto;
	border: thick groove #F60;
}

