body, html {
	height: 100%;
}

a#logo {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
}

/*div#nav {
	border-bottom: 1px solid #ccc;
}*/

#header {
	margin: 0px 0px 10px 0px;
	
}

#header-left {
	float:left;
	width:300px;
}

#header-right {
	text-align:right;
	float:right;
	width:600px;
	padding:15px 0 0 0;
}

#footer {
}

#footer-left {
	font-size: 10px;
	margin: 15px 0 0 0;
	height: 30px;
	float:left;
	width:600px;
}

#footer-right {
	font-size: 10px;
	margin: 0px 0 0 0;
	height: 30px;
	width:300px;
	text-align:right;
	float:right;
}

hr {
  color: #dddddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: 1px;
  margin: 10px 0 0 0;
  border:none;
  border-bottom: thin dotted;
}



a:link, a:visited {
	color: #3478B7;
	text-decoration: none;	
}

a:hover, a:active {
	color: #f76913;
	text-decoration: underline;
}

body {
/*	background:  #686868 url(/images/cssimg/bg-header-17-2.png) repeat-x 0 0;*/
	background:  #ffffff;
	margin: 23px;
	font-size: 14px;
}

h1 {
	color: #3478B7;
}

h2 {
	font-family:'Trebuchet MS','Lucida Grande',Arial,Sans-Serif;
	font-weight:bold;
	text-transform:uppercase;
	color: #3478B7;
	font-size: 24px;
}

h3 {
	color: #3478B7;
	font-size: 18px;
}

.lcol {
	float:left;
	width:250px;
	margin:0px 0 0 20px;
}

.mcol {
	float:left;
	width:250px;
	margin:0px 0 0 0;
}

.rcol {
	float:left;
	width:170px;
	margin:0px 0 0 0;
}

#awards {
	color: #3478B7;
	font-weight: bold;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */
