@charset "utf-8";
/* CSS Document */

body {
	font-family: Trebuchet MS, Arial, sans-serif; /*Tohama, Arial, Verdana, Helvetica; */
	font-size: 11px;
	font-weight: normal;
	margin:0;
	padding:0;
	color: #FFFFFF;
	background: url(background.jpg) repeat-x top left #5B6D6F;
/*	background-color: #5B6D6F;	*/
}

h1, h2, h3, h4, h5, h6 { padding: 5px; margin: 0; color: #000; border-bottom: solid 2px #000; font-family:Arial, Helvetica, sans-serif; font-size: 18px; background-color:#eec015 }
img { border: none; }
p { text-align: justify; line-height: 18px; padding: 1px; }
a { text-decoration: underline; color: #eec015; }
a:link { text-decoration: none; color:#eec015; }
a:hover { text-decoration: underline; color: #eec015; }
a:visited { text-decoration: none; color: #eec015; }
strong { font-size: 110%; }
.newsletter_input {
	width: 120px;
	font-size: 100%;
	color: #000000;
}

.yellowMainHead { color: #eec015; font-size: 20px; font-weight:bold; font-family: "Lucida Sans", Tohama, Arial; }
.whiteMainHead { color: #ffffff; font-size: 18px; font-weight:normal; font-family: "Lucida Sans", Tohama, Arial; }

.yellowHeading { color: #eec015; font-size: 14px; font-weight:bold; font-family: "Lucida Sans", Tohama, Arial; }
.whiteHeading { color: #FFFFFF; font-size: 14px; font-weight:bold; font-family: "Lucida Sans", Tohama, Arial; }

.datebox { color: #000000; background-color:#eec015; padding: 3px; font-weight:bold; border-bottom: solid 2px #000; }
/* FOOTER */

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #828C8E;
}

#footer_right { color: #828C8E; font-weight: bold; }
.footer_right { color: #828C8E; font-weight: normal; word-spacing: 1px; }
.footer_copyrights { color: #94A5A7; font-size: 10px; }
.footer_links { font-size: 11px; color: #CCCCCC; word-spacing:2px; }

/* =-=-=-=-=-=-=-[Menu Three]-=-=-=-=-=-=-=- */
ul#navlist
{
	width: 190px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	letter-spacing: 1.5px;
}

ul#navlist li
{
	list-style: none;
	margin: 0px;
	border: 0px;
	border-bottom: 1px solid #808080;
}

ul#navlist li a
{
	display: block;
	font-weight: bold;
	padding: 4px 8px 4px 8px;
	border: 0px;
	text-decoration: none;
	text-align: left;
}
ul#navlist li a:link { color: #FFFFFF; }
div#navcontainer li a:visited { color: #FFFFFF; }
ul#navlist li a:hover { color: #eec015; background: #5B6D6F; }
