/*  This is the default Samoth style sheet with the basic style  */
/*  elements such as the Allset Hack                             */
/*  Created: 10 May 2006         Creator: Phil Gibbons           */

/* Setting the body tags properties */
body {font: 100% verdana, arial, sans-serif; text-align: center; color: #000; background-color: #244A78; behavior: url(css/csshover.htc);}

* {margin: 0; padding: 0;}

ul { 
	margin: 0;
	padding: 0;
  }

li {
	margin: 0;
	padding: 0;
  }

/* Alsett clearing method */
.clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        }
/* Browser hacks */
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

h1 {
	font-size: 1.4em;
  }

p {
	font-size: .9.em;
	text-align: left;
	margin-bottom: .5em;
  }

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

a:visited {
	color: #000;
  }

a:hover {
	color: #02961E;
  }

#page {
	width: 797px;
	background: url(../images/page.gif) left top repeat-y;
	margin-right: auto;
	margin-left: auto;
  }

#header {
	width: 735px;
	height: 100px;
	margin-bottom: 20px;
	margin-left: 5px;
  }

#logo {
	position: absolute;
	width: 218px;
	height: 120px;
	background: url(../images/logobackground.gif) left top no-repeat;
	margin: -123px 0 0 50px;
  }

#logo h1#first, #logo h1#second, #logo h1#third {
	text-align: left;
	color: #244A78;
  }

#logo h1#first {
	margin: 15px 0 0 15px;
  }

#logo h1#second {
	margin-left: 40px;
  }

#logo h1#third {
	margin-left: 130px;
  }

#menu {
	float: left;
	width: 165px;
	margin-left: 28px;
  }

#menu ul {
	list-style: none;
	text-align: right;
	width: 165px;
	margin-top: 10px;
  }

#menu ul li {
	font-size: .9em;
	margin-bottom: 1em;
	padding: 5px;
  }

#menu ul li a {
	display: block;
	width: 155px;
  }

#menu span {
	background: url(../images/toprightmenu.gif) right top no-repeat;
  }

#content {
	float: left;
	width: 567px;
	min-height: 350px;
	padding-left: 25px;
	background: url(../images/leftcontent.gif) top left repeat-y;
  }

#content>p {
	text-align: justify;
	margin-right: 40px;
  }

#content h1 {
	text-align: left;
	font-size: 1.1em;
	color: #244A78;
	margin-bottom: .5em;
	margin-left: 1em;
	padding-bottom: 5px;
	text-decoration: underline;
  }

#content>ol {
	text-align: justify;
	margin-right: 40px;
	margin-left: 20px;
  }

#content>ol li {
	margin-bottom: .7em;
  }

form.application fieldset {
	margin-right: 40px;
        margin-bottom: 1em;
        color: #000;
  }

form.application legend {
        padding: 5px;
  }

form.application p {
	text-align: justify;
	padding: 0 .5em 0 .5em;
  }

form.application fieldset ol {
	text-align: justify;
        margin: 0 0 1em 2.5em;
  }

form.application label {
        display: inline-block;
        vertical-align: top;
        width: 400px;
        margin-right: 15px;
	margin-bottom: .5em;
  }

form.application fieldset input {
        margin-right: 20px;
  }

.normaltext {
	font-size: .9em;
        visibility: hidden;
  }

.errortext {
	font-size: .8em;
        visibility: visibile;
        color: red;
  }

#footer {
	width: 797px;
	background: url(../images/page.gif) left top repeat-y;
	padding: 1em 0;
	margin-right: auto;
	margin-left: auto;
  }

#footer p {
	text-align: center;
  }
