/* CSS Document */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:.8em;
	line-height: 16px;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #FFF;
	text-decoration: none;
	font-size:1em;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 150%;
 color: #FFF;
 margin-bottom:20px;
}

h2{
 font-size: 114%;
 color: yellow;
 margin-top:20px;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}
#wrapper {
	position:relative;
	margin:0 auto;
	width:100%;
	background-color:#03257e	;
}
#header {
	text-align:center;
	padding: 5px 10px;
	height: 162px;
}
#content {
	padding:5px 10px;
	position: relative;
}
#nav {
	position: absolute;
	top: 42px;
	left: 20px;
	width: 125px;
}
#nav ul {
	margin:0;
	padding:0;
	list-style: none;
	color: #FFF;
}
#nav ul li {
	color:#FFF;
	padding:5px 0;
	border-bottom: dashed 1px #00c1ec;
}
#footer {
	clear:both;
}
#help {
	position:absolute;
	top:169px;
	left:15px;
	width:370px;
	background-color:#2c4796;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding:3px 3px 3px 15px;
	
}
#logout {
	margin-top:20px;
	color:red;
}
.searchForm {
	margin-left:160px; 
	margin-top:40px;
}
#labelsLogin {
	background-image:url(../../../images/newlabels.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	text-align:left;
	padding-right:290px;
 	padding-top: 190px;
	height:320px;
}
