/* main settings */
html, body {
  margin: 0px; 
  padding: 0px;
  border:none;
  width:100%;
}

body, input, select, textarea, tbody td, table, .yui-navset, div#main {
	
  text-decoration: none;
  word-spacing: normal;
  letter-spacing: 0;
	font-weight:normal;
-webkit-text-size-adjust: none;
 }

body {
  background-color: #070f28;
  color:black;
  text-align:center;
  padding:0px;
  margin:0px;
  text-align: center;
  font-family: Arial, "Arial CE", sans-serif;
  text-decoration: none;
  word-spacing: normal;
  letter-spacing: 0;
  font-size: 80%;
  line-height: 1.5em;
  font-weight:normal;

}
hr {height: 1px;color:#d9dad4;background-color:#d9dad4;   border: 0;}
img {border:none}
tr,td {vertical-align:top;}

ul {  margin-top:0px;    } 

li { }

option,select { }
select {border: 1px solid silver; margin-bottom:10px;}
input,textarea,button {border:none;color:black;text-align:left}
label {}
h1, h2, h3, h4 {	margin:0.2em 0 0.2em 0;	}
h1 { font-size:1.2em; font-weight:bold; margin-bottom:0.5em;}
h2 {font-size:1.1em;font-weight:bold;color:#ddd ;margin-bottom:0.4em;}
h3 { font-size:1em; margin-bottom:0.3em;}
h4 { font-size:1em;  }

p {margin:0px 0px 1em 0px;
   padding:0px;
	 font-weight:normal;
}
	


		
.bigger {font-size:160%;font-weight:bold}
.bold {font-weight:bold;}
.italic { font-style: italic}
.white {color:#ffffff}
.image {border:1px solid #555555}
.blue {color:blue}
.red {color:red}
.yellow {color:#fbc509;}
.black {color:black}				
.orange {color:#FF690B}			
.green {color:#413D2E}

.float_right {float:right}
	
/* content */
div#main {
  width:848px;
  text-align:center;
  margin:40px auto;
  padding:0px auto;
  background-color:white;  
}

div#top {
	height:429px;
	}


div#main_image {
	width:597px;
	height:429px;
	float:right;
	}
div#content {
  text-align:left;
  width:100%;
  padding:0px;
  padding-bottom:10px;
  margin-top:0px;  
  background-color:#0895c4;
  margin-top:2px;
  
}

div.content_left { width:50%; float:left;}
div.content_right { width:50%;float:right;}

div.in {text-align:left; padding:40px}
div.center {text-align:center; }

div.cleaner
{
margin: 0px;
padding: 0px;
float: none;
clear: both;
width: 100%;
height: 0px;
line-height: 0px;
font-size: 0px;
}


/* anchors */


a:link, a:visited {
  color:white;
  font-weight:bold;
  text-decoration: underline;
}
a.blue:link, a.blue:visited {color:#35d4ff;}
a:link, a:visited {	 }

a:hover {color:#2560a6;}
a:active{  outline: none;}
a {  outline: none;}

a.hp {color:#aaa;font-weight:normal;font-size:.8em;text-decoration:none}
