body {
	margin: auto;
	smargin-left:10px;
	margin-top:50px;
	width: 761px;
	color: #404040;
	font-family: verdana,helvetica, ariel;
	font-size: 11px;
	}

p { margin-top:3px; }

h1 {
	margin-bottom: 0px;
	font-size : 105%;
	color : #404040;
	}

h2 {
	margin-bottom: 0px;
	font-size : 100%;
	color : #404040;
	}

a {
    color : #404040;
    text-decoration : none;
}


a:hover {
    text-decoration : underline;
}

img { border:0px; }

/***************************************************************************
 *	Layout divs
 */
 
div.header {
	height:85px;
	}

div.footer {
	margin-top: -15px;
	width: 600px;
	float:left;
	}

div.title { 
	float:left;
	width:300px;
	margin-left:-10px;
	}
	
div.nav {
	float:right;
	margin-top:5px;
	padding:2px;
	width: 380px;
	text-align:center;
	}

div.home {
	float:center;
	padding-top: 50px;
	padding-left: 6px;
	padding-right: 6px;
	width: 680px;
	height: 298px;
	text-align:center;
	}


div.textbox
	{
	float:left;
	width: 404px;
	height: 322px;	
	padding-top: 12px;
	padding-left: 6px;
	padding-right: 6px;
/*	border: 1px solid #AAA; */
	overflow : auto;
	}

/***************************************************************************
 *	Navigation
 */

img.subnav {
	margin:auto;
	}
	
#nav_selected {
	border-bottom: 1px solid #0097FE;
	}

/***************************************************************************
 *	Footer
 */

span.client_names { color: #999; }
