@charset "ISO-8859-1";

BODY {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background-color: #3c4c6d;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#wrapper {
	width: 840px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

#left-side {
	width: 258px;
	float: left;

}

#right-side {
	width: 582px;
	float: right;
}

#title {
	text-align: left;
	font-size: 22px;
	font-family: "News Gothic MT", "Univers 55 Roman", Helvetica, Arial, Verdana, sans-serif;
	color: #f2f775;
	border-bottom: #f2f775 1px solid;
	height: 56px;
	padding-top: 16px;
	margin-bottom: 32px;
}

#menu {
	font-family: "News Gothic MT", "Univers 55 Roman", Helvetica, Arial, Verdana, sans-serif;
	text-align: left;
	font-size: 15px;
}

#menu P {
	margin-bottom: 3px;
	padding-bottom: 3px;
}

#menu UL {
	list-style-type: none;
	margin-top: 0;
	padding-top: 0;
}

#menu A:link {
	color: #ffffff;
	text-decoration: none;
}

#menu A:visited {
	color: #ffffff;
	text-decoration: none;
}

#menu A:hover {
	color: #ffffff;
	text-decoration: underline;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

#left-content {
	text-align: left;
	width: 284px;
	float: left;
	line-height: 19px;
}

#right-content {
	width: 284px;
	float: right;
	text-align: left;
	line-height: 19px;
}

#left-content P {
	padding-top: 0;
	margin-top: 0;
}

#right-content P {
	padding-top: 0;
	margin-top: 0;
}

#right-content UL {
	list-style-type: none;
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
	padding-left: 0;
}

#left-content UL {
	list-style-type: none;
	margin-top: 0;
	padding-top: 0;
	margin-left: 0;
	padding-left: 0;
}


#left-content A:link {
	color: #b6b6b6;
	text-decoration: underline;
}

#left-content A:visited {
	color: #b6b6b6;
	text-decoration: underline;
}

#left-content A:hover {
	color: #b6b6b6;
	text-decoration: none;
}

#right-content A:link {
	color: #b6b6b6;
	text-decoration: underline;
}

#right-content A:visited {
	color: #b6b6b6;
	text-decoration: underline;
}

#right-content A:hover {
	color: #b6b6b6;
	text-decoration: none;
}


.header {
	font-size: 16px;
	color: #f2f775;
	line-height: 20px;
	text-transform: uppercase;
}


IMG {
	border: none;
}