/* CSS Eureka Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1E6FBE;
}

/* Forms */


.submitbutton {
	background-image:url(images/submit.jpg);
	border:0;
	width:88px;
	height:25px;
	cursor:pointer;
	}
.submitbutton a {
	background-image:url(images/submit.jpg);
	border:0;
	width:88px;
	height:25px;
	cursor:pointer;
}	

.clientbutton {
	background-image:url(images/submit-client.jpg);
	border:0;
	width:94px;
	height:27px;
	cursor:pointer;

	}
.clientbutton a {
	background-image:url(images/submit-client.jpg);
	border:0;
	width:94px;
	height:27px;
	cursor:pointer;
}	
.clientName {
	background-image:url(images/loginName.jpg);
	background-position:fixed;
	background-repeat:repeat-x;
	border:0;
	width:146px;
	height:24px;
	padding:5 5;
	}
.clientPassword {
	background-image:url(images/loginPassword.jpg);
	background-position:fixed;
	background-repeat:repeat-x;
	border:0;
	width:146px;
	height:24px;
	padding:5 5;
}
	
/* Headers and Navigation */

.sidebox {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  color: #FFFFFF;
	  font-weight: bold;
	  text-decoration:none;
}
.nav a {font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  color: #FFFFFF;
	  font-weight: bold;
	  text-decoration:none;
}
.nav a:hover { text-decoration:underline}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #18599A;
	font-weight: bold;
	font-size: 16px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	line-height:17px;
}
h2 a {
	color:#0066FF;
	text-decoration:none;
	background-image:url(images/dotted.gif);
	background-repeat:repeat-x;
}
h2 a:hover {
	color:white;
	background-color:#5ba5f0;
	
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#18599A;
	font-weight: normal;
	line-height:16px;
}
h3 a{
	color:#0066FF;
	text-decoration:none;
	background-image:url(images/dotted.gif);
	background-repeat:repeat-x;
}
h3 a:hover {
	color:white;
	background-color:#5ba5f0;
	
}

/* Footer */
	
.MESfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
.MESfooter a {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
.MESfooter a:hover {
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:black;
}
.footernav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:15px;
}
.footernav a{
	text-decoration:none;
	color:#0066FF;
}
.footernav a:hover{
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:15px;
}

/* client help */
.help {
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
.help a:link {
	color:#0066FF;
	text-decoration:none;
	background-image:url(images/dotted.gif);
	background-repeat:repeat-x;
}
.help a:hover {
	color:white;
	background-color:#5ba5f0;
	cursor:help;
	text-decoration:none;
	
}
.help a:visited {
	color:#000000:
	}
