/*  FIXED WIDTH 2 COLUMN LAYOUT  October 2008  */

html {
				height: 100%;
}

body {			height: 99.5%;
				margin: 4px 0 0px 0;
				padding: 0;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				background-color: #0f172c;
				color: #000000;
				text-align: center;
}

* html #wrapper {
				height: 99.5%;
				
}

#wrapper {			
				position:relative;
				min-height: 99.5%;
				text-align: left;
				width: 920px;
				margin-right: auto;
				margin-left: auto;
				padding: 0 0 0 0;
				background-color: #ffffff;
				border-left: 1px solid #0f172c;
				border-right: 1px solid #0f172c;
				border-top: 1px solid #0f172c;
				border-bottom: 1px solid #0f172c;
}

#wrapper .logo {
				float:right;
				width:920px;
				height:150px;
				margin-left: 0;
				margin-top: 0;
				margin-bottom: 0;
				vertical-align: top;
}

/*  **********************************  */
/*  **********  navigation  **********  */
/*  **********************************  */

#navigation {	
				clear: both;
				position: relative;
				margin-top: 0px;
				left: 0;
  				height: 24px;
    			width: 100%;
    			border-top: solid #0f172c 0px;
    			border-bottom: solid #0f172c 0px;
    			background-color: transparent;
				text-align: center;
				background-color:#23abf9;
}

#navigation ul {
				float: left;
    			margin: 0px;
    			padding-top: 4px;
				padding-left: 35px;
				padding-right: 0px;
    			font-family: Verdana, Arial, Helvetica, sans-serif;
    			font-size: 12px;
    			line-height: 24px;
				white-space: nowrap;
				background-color: transparent;
}

#navigation li {
				list-style-type: none;
				display: inline;
				margin: 0;
				
}

#navigation li a {
				text-decoration: none;
				padding: 0px 0px 0px 0px;
				margin: 0;
}

#navigation a:link, #navigation a:visited {
				float: left;
				line-height: 14px;
				font-weight: bold;
				margin: 0 10px 4px 10px;
				text-decoration: none;
				color: #ffffff;
				background-color: transparent;
}

#navigation a:link#current, #navigation a:visited#current, #navigation a:hover {
				border-bottom: 2px solid #ffffff;
				padding-bottom: 2px;
				background-color: transparent;
				color: #ffffff;
}

/*  *******************************  */
/*  **********  content  **********  */
/*  *******************************  */

#content {
				margin-left: 43px;
				margin-right: 43px;
				padding: 10px 0 0 0;
}

#content p {
				font-size: 80%;
				line-height: 1.8em;
				padding-left: 0px;
				color: #666666;
				background-color: transparent;
}

#content h1  {
margin-top:16px;
	background-image: url(images/headbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
		height: 42px;
	padding-top: 6px;
	padding-left: 48px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
		font-weight:bold;
		color: #31b33a;
		}
	
#content ul {
				font: normal 80% Verdana, Arial, Helvetica, sans-serif;
				color: #666666;
				background-color:transparent;
				line-height: 1.3em;
				padding-left: 40px;
				margin-left: 40px;
				list-style-type: square;
				
}

#content li {
				margin-bottom: 4px;
}

#content hr {		
				clear:both;
				width: 100%;
				color: #666666;
				background-color:transparent;
				height: 1px;
				border: 1px solid;
}

/*  internal links  */
#content a:link, a:visited {
				color: #666666;
				background-color: transparent;
				text-decoration: underline;
}

#content a:hover {
				color: #000000;
				background-color: transparent;
				text-decoration: underline;
}


/*  external links dotted  */
#content a.external:link, a.external:visited {
				font-weight: normal;
				color: #666666;
				background-color: transparent;
				border-bottom: 1px dotted #666666;
				text-decoration: none;
}

#content a.external:hover {
				font-weight: normal;
				color: #000000;
				background-color: transparent;
				border-bottom: 1px dotted #000000;
				text-decoration: none;
}

.rightImage {
				float: right;
				margin: 8px 0px 3px 10px;
}

.centerImage { 
  			    display: block;
  	  			margin-left: auto;
    			margin-right: auto; }
						
			

.top {			
				float: right;
				border: solid #778593 0px;
				margin: 0px 0px 0px 0px;
}

.back {
				font-size: 80%;
				line-height: 1.8em;
				
				margin: 4px 0 0 30px;
				color: #666666;
				background-color: transparent;
				}

#content p.red {
				font-size: 80%;
				line-height: 1.8em;
				margin-left: 0;
				margin: 4px 0 0 0px;
				color:#FF0000;
				background-color: transparent;
}

/*  *******************************  */
/*  **********  contact form  *****  */
/*  *******************************  */
#form {				
				margin: 0px 0px 0px 0px;
}

input.txt {		
				margin-left:5px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				color:#000000;
				background-color: #FFFFFF;
				border: 1px solid #666666;
				width:250px;
}

textarea.txt  {	
				margin-left:5px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size:100%;
				color:#000000;
				background-color: #FFFFFF;
				border: 1px solid #666666;
				width:250px;
				height:100px;
}
				
input.btn {		
				margin: 0px 0px 0px 98px;
				color:#000000;
}

form p {
				clear: left;
				margin: 0;
				padding: 0;
				padding-top: 3px;
}				
	
form p label, span.labelLeft {
				float: left;
				width: 15%;
				text-align:right;
				}
	
span.textRight {	
				margin-left:5px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size:100%;
				color:#666666;
				
				
}
	
/*  *******************************  */
/*  **********  footer  ***********  */
/*  *******************************  */

#clearfooter {
				clear: both;
				height: 50px;
}
	
#footer {		
position: relative;
				margin-left: auto;
				margin-right: auto;
				bottom: 0;
				left: 0;
				height: 50px;
				width: 920px;
				padding: 0px 0 0px 0px;
				font-size: 11px;
				color: #ffffff;
				background-color: #22aaf8;
				text-align: center;
				vertical-align: middle;
				line-height: 14px;
				border-top: solid #000 0px;
				border-bottom: solid #778593 1px;
				border-right: solid #000 0px;
				border-left: solid #000 0px;		
}

#footer a:link, #footer a:visited {
				color: #ffffff;
				background-color: transparent;
				text-decoration: none;
}

#footer a:hover {
				color: #0f172c;
				background-color: transparent;
				text-decoration: underline;
}

#content h2 {
color: #31b33a;
background-image: url(images/h2.gif);
background-repeat: no-repeat;
background-position: left top;
height: 28px;
padding-top: 4px;
padding-left: 30px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight:bold;
margin-top: 20px;
margin-bottom: -10px;
}
INPUT, SELECT, TEXTAREA {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
.borderrighht{
margin-left: 10px;
margin-bottom: 10px;
}

.borderleft{
margin-right: 10px;
margin-bottom: 10px;
}

#content .large {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
color: ff0000;
font-weight: bold;
}