body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#wrapper {
	width:770px;
	margin:auto;
	}

.separatorLine {
	background-image:url(../images/separatorLine.jpg);
	width:770px;
	height:18px;
	background-position:center;
	background-repeat:no-repeat;
	clear:both;
	margin-bottom:10px;
	}

#head {
	text-indent:-5000px;
	margin:0;
	width:300px;
	height:70px;
	float:left;
}
	
#logo {background-image:url(../images/logo.gif);
	width:210px;
	position:relative;
	background-repeat:no-repeat;
	height:83px;
	text-indent:-5000px;
	left:15px;
	top:-.6em;
}	

#searchBar {
	position:relative;
	float: right;
	width:160px;
	height:22px;
	margin-top:80px;
	}
	
#contactButton {
	position:relative;
	width:95px;
	height:18px;
	float:right;
	top: 4px;
	margin-right:10px;
	margin-top:80px;
	}
	
#navBar{
	margin: 0 5px 10px 5px;
	padding: 0px;
	width:200px;
}
#navBar a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
}

#content{
  	float:right;
	width: 500px;
	margin: 0;
	padding: 0 30px 0 0;
}

#footer{
	clear: both;
	padding: 5px 10px 2px 0;
	margin-top: 0px;
}

#logoFasinarm {
	background-image:url(../images/logoFasinarm.gif);
	background-repeat:no-repeat;
	width:125px;
	height:55px;
	position:relative;
	left:633px;
	text-indent:-5000px;
	}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#003366;
	margin:0 0 20px; 0;
	}

/* NAV BAR LEFT */

#sitemap {
	font-size: 11px;
	}

	
#sitemap li {
	list-style-image:url(../images/icons/folder.gif);

	}

#sitemap ul li {
	padding-left: -.5em;
	}

#sitemap li ul li {
	padding-top:3px;
	list-style-image:url(../images/squarebullet.gif);
	}

/* LINKS */

a:link, a:visited, a:hover {
	color:#000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color:#003366;
}

label{ 
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	display: block;
	width: 140px;
	float: left;
	margin-bottom: 10px;	
	text-align: right;
	padding-right: 10px;
}

input {
	margin-bottom:5px;}

br {
	clear: left;
}

.button {
	font-size:10px;
	padding:2px;
	border:1px solid #CCCCCC;
	background-color:#f9f9f9;}
