@CHARSET "UTF-8";

body {
	margin: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", "serif";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

a {
	color: #FFCC00;
}

h1 {
	margin-bottom: 10px;
	font-size: 24px;
	font-family: "Georgia", "Georgia", "serif";
	font-weight: normal;
	font-style: italic;
	color: #333333;
}

h2 {
	font-size: 16px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-weight: normal;
	font-style: normal;
	letter-spacing: 2px;
	color: #FFCC00;
}

h3 {
	margin-top: 0px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	font-size: 10px;
	font-family: "Lucida Console", "Monaco", "monospace";
	font-weight: normal;
	font-style: normal;
	letter-spacing: 2px;
	color: #808080;
	text-transform: uppercase;
	border-bottom: 1px dotted #b3b3b3;
}

p {
	line-height: 22px;
	text-align: justify;
}

li {
	line-height: 22px;
}

th {
	width: 300px;
	text-align: left;
}

td {
	width: 150px;
}

input[type="text"],
select,
textarea {
	width: 300px;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
}

select {
	padding: 1px;
}

input[type="submit"] {
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
}

.clearDiv {
	clear: both;
}

#headerYellowLine {
	height: 5px;
	background-color: #FFCC00;
}

#site {
	width: 1050px;
	margin: auto;
}

.menuItem {
	float: left;
	font-family: "Trebuchet MS", "Helvetica", "sans-serif";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #333333;
	margin-right: 50px;
	margin-top: 5px;
}

.webAddress {
	float: right;
	font-family: "Trebuchet MS", "Helvetica", "sans-serif";
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	margin-top: 6px;
}

#logo {
	width: 602px;
	height: 114px;
	background-image: url('non-pub/gfx/logo.png');
	margin-top: 40px;
	margin-bottom: 40px;
}

#leftColumn {
	float: left;
	width: 700px;
}

#rightColumn {
	float: right;
	width: 300px;
}

#rightColumn p {
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-weight: normal;
	font-style: normal;
}

#footer {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	border-top: 1px dotted #b3b3b3;
	color: #b3b3b3;
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	line-height: 18px;
}