/* background color for the body
   font code for the whole body: Verdana
*/
body {
    /*background-color: #33394c;*/
	background-color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.content {
	position: relative;
	width: 800px;	
	height: auto;
	background-color: #e7ecf1;
	border: #82b1bc 1px solid;
}

.content2 {
	position:relative;
	width: 720px;	
	height: auto;
	background-color: #ffffff;
	border: #82b1bc 1px solid;
	line-height: 20px;	
}

/* top navigation bar along with the logo and title on */
.topbar
{
	position: relative;
	top: auto;
	left: auto;
}

.topbar .topic {
	position: absolute;
	left: 360px;
	top: 15px;
}

.topbar .hands
{
    position: absolute;
	top: 55px;
    left: 45px;
	float: left;	
}

#title {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #091a52; 
}

#title1{
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .08em;
	text-align: center;
	color: #091a52; 
}

#text {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;	
	font-weight: bold;
	letter-spacing: .02em;
	text-align: left;
	padding: 2px 2em 0px 0em;
	color: #0f4741;
}


#text1 {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;	
	font-weight: bold;
	letter-spacing: .02em;
	text-align: left;	
	color: #000000;
}

#text2 {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;	
	font-weight: normal;
	letter-spacing: .02em;
	padding: 0px 1em 0px 1em;
	text-align: left;	
	
	color: #000000;
}

#text3 {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 30px;	
	font-weight: normal;
	letter-spacing: .02em;
	text-align: left;
	padding: 0px 1em 0px 1em;
	color: #000000;
}


.menu {
	position: relative;
	top:2px;
	left:2px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;	
	font-weight: normal;
	letter-spacing: .02em;
	text-align: left;
	background-color:#ffffff;
	color:#000033;
	width:130px;
}

hr {
	background-color: #33394c;
	height: 3px;
	width: 800px;
}

.button {
	position: relative;
	background-color: #4c587d;
	top: 0px;
	left: 0px;	
	padding: 1px 2em 1px 2em;
}

.borderlines {
	position:relative;
	width:550px;
	border: 1px solid;
	padding: 2px 4em 2px 4em;
}

#pic1 {
	position:relative;
	top: 32px;
	left:0px;	
}

#pic2 {
	position:relative;
	top: -39px;
	left: 80px;	
}

#pic3 {
	position:relative;
	top: -110px;
	left:160px;	
}

#pic4 {
	position:relative;
	top: -181px;
	left: 240px;	
}

a:link {
	font-weight: normal;
	color: #3453A9;
	text-decoration: none;
	}

a:active {
	color: #9CCBEF;
	font-weight: bold;
	text-decoration: none;
	}

a:visited { color: blue; }

a:hover {
	color: white;
	background-color: #6EA3CC;
	text-decoration: none;
	}



