
/* *********** GENERAL *********** */

body {
	margin: 51px 0 0 0;
	background: url('../images/bg_body.jpg') repeat-x;
}

table {
	border-collapse: collapse;
}

form {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Trebuchet MS;
	font-size: 19px;
	line-height: 120%;
	font-weight: bold;
	color: #4a9fc0;
	margin: 0px;
	margin-bottom: 6px;
}

img {
	border: 0px;
}

hr {
	height: 1px;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 10px;
	border-top: 1px solid #d0d0d0;
	border-left: 0px;
	border-bottom: 0px;
	border-right: 0px;
	padding: 0px;
}

ul {
	margin-top: 8px;
	margin-bottom: 12px;
}
ul li {
	margin: 1px 0 6px 0;
	margin-left: -10px;
}

a {
	text-decoration: none;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #00599c;
	outline: none;
	border: 0px;
}
a:hover {
	text-decoration: underline;
}

.gort {
	text-align: right;
}



/* *********** DIV IDS *********** */

#page {
	margin: 0 auto;
	width: 839px;
}

#logo {
	float: left;
	margin-left: 9px;
	width: 830px;
}

#intro {
	float: left;
	margin-top: 69px;
	margin-left: 9px;
	width: 830px;
}

#sections {
	float: left;
	margin-top: 54px;
	width: 100%;
}

#award {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
}

#footer {
	float: left;
	margin-top: 34px;
	margin-left: 9px;
	width: 830px;
	font-family: Trebuchet MS;
	font-size: 11px;
	line-height: 120%;
	color: #696969;
}
#footer a {
	text-decoration: none;
	color: #696969;
}

* html #logo, #intro {
	display: inline;
}



/* *********** DIV / SPAN CLASSES *********** */

.hold {
	clear: both;
	float: left;
	width: 100%;
}



/* *********** FONTS *********** */

.regcopy {
	font-family: Trebuchet MS;
	font-size: 14px;
	line-height: 22px;
	color: #6a6a6a;
}

.introcopy {
	font-family: Trebuchet MS;
	font-size: 26px;
	line-height: 22px;
	color: #6a6a6a;
}


/* *********** IMAGES *********** */

.f-lft {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}