@charset "UTF-8";
/* CSS Document */

body {
	background: url(imgs/background.jpg) repeat-x;
	background-color: #e7f1e8;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
p {	
	font-family: "Trebuchet MS", Arial, Geneva, Verdana, Helvetica, sans-serif;	font-weight: 100;
	font-size: 16px;
	color:#3B3B3B;
	line-height: 150%;
	padding-top: 0px;
	margin-top: 0px;
	}
	
h1 {
	color: #c17e00;
	font: 36px "Century Gothic";
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	}
	
h2 {
	color: #69846b;
	font: 24px "Century Gothic";
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	}
	
th {
	color: #69846b;
	font: 24px "Century Gothic";
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #c3d4c2;
	border-top: 1px dotted #69846b;
	}
	
td {
	background: url(../imgs/background.jpg) repeat-x;
	background-color: #e7f1e8;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 25px;
	}
	
ul {
	list-style-type: square;
	font-family: "Trebuchet MS", Arial, Geneva, Verdana, Helvetica, sans-serif;	font-weight: 100;
	}
	
a, a:active, a:visited {
	text-decoration: none;
	color: #3366CC;
	font-family: "Trebuchet MS", Arial, Geneva, Verdana, Helvetica, sans-serif;	font-weight: 100;
	}
	
	a:hover {
		border-bottom: 1px dotted #3366CC;
		}

img {
	border: 0px;
	}
		
fieldset {
	border: none;
	}
	
legend {
	color: #69846b;
	font: 20px "Century Gothic";
	margin: 0px;
	padding: 0px;
	}
	
input, textarea {
	background: #fff;
	font-size: 18px;
	border: 1px solid #69846b;
	color:#3B3B3B;
	padding: 5px;
	font-family: "Trebuchet MS", Arial, Geneva, Verdana, Helvetica, sans-serif;	font-weight: 100;
	}
	
dt {
	color: #69846b;
	font: 24px "Century Gothic";
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	}
	
	dd {
		font-family: "Trebuchet MS", Arial, Geneva, Verdana, Helvetica, sans-serif;	font-weight: 100;
		}
	
	dd + dt {
		margin-top: 25px;
		}
	
	dt a {
		color: #69846b;
		}
	
#container {
	background: url(imgs/back.jpg) repeat-y;
	width: 842px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}
	
#header {
	background: url(imgs/header.jpg) no-repeat;
	height: 69px;
	padding: 20px;
	padding-top: 170px;
	padding-bottom: 0px;
	}

	
	#header ul {
		list-style-type: none;
		height: 60px;
		margin: 0px;
		padding: 0px;
		font-family: "Trebuchet MS", Arial, Geneva, Verdana, Helvetica, sans-serif;	font-weight: 100;
		font-size: 20px;
		}
		
	#header ul li {
		margin-left: 57px;
		float: left;
		padding-top: 20px;
		height: 28px;
		color: #fff;
		}
		
		
		#header ul li.selected {
			border-bottom: 2px solid #fff;
			}
		
		#header ul li a {
			text-decoration: none;
			color: #fff;
			}
			
		#header ul li a:hover {
			border-bottom: 1px dotted #ccc;
			}
	
#footer {
	background: #e7f1e8 url(imgs/bottom.jpg) no-repeat;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 25px;
	}
	
	#footer a:hover {
		border: none;
		}
		
	#footer ul {
		list-style-type: none;
		height: 60px;
		margin: 0px;
		margin-left: 20px;
		padding: 0px;
		font-family: "Trebuchet MS", Arial, Geneva, Verdana, Helvetica, sans-serif;	font-weight: 100;
		font-size: 20px;
		}
		
	#footer ul li {
		margin-left: 57px;
		float: left;
		padding-top: 20px;
		height: 28px;
		color: #69846b
		}
		
		
		#footer ul li.selected {
			border-bottom: 2px solid #69846b;
			}
		
		#footer ul li a {
			text-decoration: none;
			color: #69846b;
			}
			
		#footer ul li a:hover {
			border-bottom: 1px dotted #69846b;
			}
	
#content {
	padding: 50px;
	padding-top: 25px;
	padding-bottom: 20px;
	}
	
#logos {
	float: right;
	text-align: center;
	margin-top: 40px;
	}
	
	#logos a:hover {
		border-bottom: none;
		}
	
	#logos img {
		margin-bottom: 100px;
		}
	
.left-column {
	width: 500px;
	float: left;
	}
	
.right-column {
	width: 200px;
	float: right;
	}
	
.img_right {
	float: right;
	margin-left: 20px;
	}
	
.img_left {
	float: left;
	margin-right: 20px;
	}
	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
