/* 

blue ----- #0066CC
grey ----- #E0DFDF
red ------ #990000
*/


	body {
	font-family: "Lucida Grande", "Lucida Sans", Lucida, "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	text-align:center;
	margin:0px;
	background-image:url(../images/site/BG.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#333333;
	}
		
	a {
	text-decoration: none;
	font-weight: bold;
	}

	a:link, a:visited, a:active {
	color: #0066CC;
	font-weight: bold;
	}

	a:hover {
	color: #4576B3;
	text-decoration: none;
	font-weight: bold;
	}
	
	H1 {
	padding:10px;
	font-size:18px;
	color:#0066CC;
	}
	
	.clientlogin {
	color:#FFFFFF;
	font-weight:bold;
	}
	
	.noborder a {
	border:0px;
	}
	
	
	ul#nav {
	background-image:url(../images/site/BGnav.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #000000;
	font-size: 0px;
	height: 24px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
	ul#nav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
	ul#nav li a {
	color: #fff;
	border-left: 1px solid #990000;
	font-size: 10px;
	line-height: 24px;
	padding: 5px 11px 5px 11px;
	text-decoration: none;
	}
	
	ul#nav li a:hover{
	background-image:url(../images/site/BGnavHVR.jpg);
	background-position:top;
	}
	
	ul#nav li a.firstLink {
	border-left: 0px;
	}
	
	.txt10px {
	font-size:10px;
	}
	
/* ----------- POSITION ---------------*/
	
	#shell {
	width:760px;
	margin-right:auto;
	margin-top:0px;
	margin-left:auto;
	padding: 0;
	text-align:left;
	background-color: #ffffff;
	border-width: 0px 1px 0px 1px;
	border-color:#000000;
	border-style:solid;
	background-image:url(../images/site/BGrightcolumn.png);
	background-position:right;
	background-repeat:repeat-y;

	}
	
	#bodyLEFT {
	width:540px;
	padding:15px 15px 15px 15px;
	float:left;
	text-align:left;
	margin:0px;
	overflow: hidden;
	}
	
	#bodyRIGHT {
	font-size:14px;
	font-weight:bold;
	width:190px;
	padding:10px 0px 10px 0px;
	margin:0px;
	float:right;
	text-align:center;
	overflow:hidden;
	}
	
	#header {
	background:#333333;
	}
	
	#headerHM {
	width: 760px;
	height: 154px;
	background-image:url(../images/site/headerHM.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
	#logoflash {
	width: 410px;
	height: 65px;
	
	}
	
	
	#footer {
	width:760px;
	padding:10px 0px 0px 0px;
	margin-right:auto;
	margin-top:0px;
	margin-left:auto;
	color:#FFFFFF;
	text-align:center;
	background-color: #000000;
	border-width:0px 1px 0px 1px;
	border-color:#000000;
	border-style:solid;
	background-image:url(../images/site/BGfooter.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-weight:bold;
	}
	
	/*#nav {
	line-height:20px;
	text-align: center;
	height:24px;

	}
	
	#nav a {
	line-height:20px;
	height:24px;
	color:#FFFFFF;
	padding: 3px 8px 4px 8px;
	background-image:url(../images/site/BGnav.jpg);
	background-position:top;
	border-width:0px 0px 0px 1px;
	border-color:#990000;
	border-style:solid;
	}
	
	#nav a:hover {

	}
	*/
	
	p,pre {
	padding:0px 10px 10px 10px;
	}

	#clientlogin {
	width:170px;
	margin-top:10px;
	background-image:url(../images/site/BGclientlogin.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
	border:1px #333333 solid;
	font-size:12px;
	font-weight:normal;
	text-align:right;
	padding:0px 5px 0px 0px;
	}
	
	#clientlogin form {
	margin: 0;
	padding: 0;
	}
	
	#clientlogin button {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 10px;
 	background-color: #0066CC;
 	color: #FFFFFF;
	cursor: pointer;
	margin:3px;
	}
	
	#clientlogin input {
	margin: 3px;
	padding: 0px;
	border: 1px #000000 solid;
	}
	
	


