/* CSS Document */
h1 {
	font-size: 16px;
	
}
img.girl {
    margin-right: 0px;
	
}
a {
	border-bottom: 1px dotted;
	color: #FFF;
	text-decoration: none;
	display: block;
	margin-right: 25px;
}

a:hover, a:active, a:focus {
	border-bottom: 1px solid #000;
	color: #FFF;
	text-decoration: none;
}
a.contact {
	border-bottom: 1px dotted;
	color: blue;
	text-decoration: none;
	display: inline;
}

a.contact:hover, a:active, a:focus {
	border-bottom: 1px solid;
	color: red;
	text-decoration: none;
}

div.mission a {
	border-bottom: 1px dotted;
	color: blue;
	text-decoration: none;
	display: inline;
}

div.mission a.contact:hover, a:active, a:focus {
	border-bottom: 1px solid;
	color: red;
	text-decoration: none;
}

a.contact1 {
	border-bottom: 1px dotted;
	color: blue;
	text-decoration: none;
	display: inline;
	margin-right: 0px;
}

a.contact1:hover, a:active, a:focus {
	border-bottom: 1px solid blue;
	color: blue;
	text-decoration: none;
}
a.logo {
	border-bottom: none;
	text-decoration: none;
}

a.logo:hover, a:active, a:focus {
	border-bottom: none;
	text-decoration: none;
}

html, body {
	margin:0px;
	padding:0px;
}
table.main {
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}

td {
	padding: 0px;
}

body, input, select, textarea {
	background-color: #ffffff;
}
td, input, select, textarea {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	vertical-align: top; 
}
td.logo {
	width: 100%;
	text-align: left;
	padding-top: 10px;
	padding-left: 25px;
}
div.menu {
	padding-top: 10px;
	padding-left: 25px;
	padding-bottom: 10px;
	margin: 20px;
	margin-right: 10px;
	width: 240px;
	text-align: left;
	border: 2px dashed #ffffff;
/*	color: #ffffff; */
  	font-size: 14px;
  	font-weight: bold;
}
div.mission {
	float: right;
	position: absolute;
    top: 10px;
    right: 30px;
	padding: 10px 20px 0 20px;
	text-align: left;
	border: 2px dashed #a0b3c4;
	
/*	color: #ffffff; */
  	font-size: 14px;
	letter-spacing: 1px;
	background-color:transparent;
	

}
td.mainbody {
	height: 400px;
    bottom: 0px;
}
td.innerbody {
    background: url(../images/bg.gif) no-repeat top right #a0b3c4;
    font-size: 14px;
	height: 400px;
	width: 70%;
    bottom: 0px;
	padding: 20px;
}

#s_form {clear: both; padding:0 0 0 0;}
#s_form input {float:left;}
#s_form #url { font-size:50px; color:#B5B5B5; background-image:url("../images/f_bg.png"); width:535px; height:64px; background-repeat:repeat-x; border-width:0;}
#s_form #url2 { color:#B5B5B5; width:250px; border:1px solid #B5B5B5;}
#s_form #urldone { font-size:50px; color:#99cc66; background-image:url("../images/f_bg.png"); width:535px; height:64px; background-repeat:repeat-x; border-width:0;}