html, body {
	background:#eae9e1;
	padding: 0;
	margin: 0;
	height:100%;
	text-align:center;
}

html { overflow-y :scroll }

a:link, a:hover, a:visited, a:active {color:#333333; text-decoration:underline;}
a:hover {color:#000000;}

h1 {
	font-family:trebuchet ms; 
	font-size: 22px; 
	color:#333333;
}

h2 {
	font-family:trebuchet ms;
	font-size:20px; 
	color:#333333;
}

#container {
	background: white url(../images/pagebackground.gif);
	width:900px;
	margin: 0 auto;
	min-height:100%;
	text-align:center;
}

/* Make IE6 full-height */	
* html #container {height:100%;}
	
#inner {
	background: #f9fafa;
	width:816px;
	padding-bottom:10px;
	font-size:20px;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
	min-height:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
	
/* Make IE6 full-height */
* html #inner {height:100%;}
	
/* Navigation button controls */
#nav ul {
	display:inline;
	margin-left:0;
	padding-left:0;
	width:816px;
}
	
#nav ul li {
	list-style:none;
	display:inline;
	width:100px;
	height:30px;
	
}
	
#nav ul li a, #nav ul li a:visited, #nav ul li a:hover, #nav ul li a:active {
	display:block;
	float:left;
	width:100px;
	height:30px;
	background: url(../images/button.gif);
	margin-right:2px;
	font-family:tahoma;
	font-size:10px;
	text-decoration:none;
	color:white;
	text-align:center;
	line-height:30px;
}
	
#nav {
	height:30px;
	margin-bottom:1px;
}
	
#flashBanner {
	width:816px;
	height:245px;
}

#content {
	width:816px;
	margin-top:30px;
	font-family: "trebuchet ms";
	font-size:14px;
	text-align:justify;
	line-height:24px;
	color:#999999;
}

#footer {
	width:811px;
	margin-top:30px;
	font-family: trebuchet ms;
	font-size:11px; 
	text-align:right; 
	background:#f4f5f5; 
	padding: 5px 5px 5px 0;
}

#footer p {
	display:inline;
	color:#999999;
}

.blueName {
	color:#20245c;
}

ul.properties {
	float: left;
	width: 300px;
	margin-bottom: 30px;
}
	
ul.properties li {
	color:#333333;
	font-size:12px;
	list-style:none;
}

ul.properties ul li {
	color:#999999; 
	font-size:14px;
	list-style: disc;
}

.copyright {
	font-size:12px;
	font-family:trebuchet ms;
	text-align:right;
	font-weight:bold;
	color:#333333;
}

#partners {
	width: 625px; 
	margin: 0 auto; 
	padding:0px;
}

.partner1 {
	height:100px;
	width:300px; 
	background:#f4f5f5; 
	float:left; 
	padding:5px;
	margin-right:5px;
}

.partner2 {
	height:100px; 
	width:300px;
	background:#f4f5f5;
	float:left; 
	padding:5px;
}
.partner1 p {
	margin:0px;
	margin-top:0px;
	padding:0px; 
	line-height:20px;
}

.partner2 p {
	margin:0px; 
	padding:0px; 
	line-height:20px;
}

.partnerName {
	font-weight:bold;
	color:#333333; 
	font-size:18px;
}

.partnerTitle {
	color:#333333;
	font-size:14px; 
	font-weight:bold;
}

#clients {
	width:680px;
	margin: 0 auto;
}

.client {
	text-align:center; 
	width:165px;
	padding-right:5px; 
	float:left;
}
	
.client p {
	padding:0; 
	margin:0; 
	color:#333333;
	font-size:11px;
	text-align:center;
}

br.clear {
	clear: both;
}
#tablehead {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999999;
}
#tableheadblue {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #21245C;
}
#container #inner #content table tr td strong {
	font-size: 16px;
}
#container #inner #content table tr td #tableheadblue {
	font-size: 14px;
}
#container #inner #content table tr td strong {
	font-size: 14px;
}

