body {
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	line-height: 16px;
	background-color: #F7C211;
}
/* GENERAL */

/* image borders */
a img {
	color: #fff;
}         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
a img, img {
	color: inherit;/* undo the rule above */
	border: none;               /* hide from Netscape 4 */
}                           /* code from W3C - www.w3.org */
}
/* links */
A, A:link, A:visited {
	color: #333333; /* link_color */
	text-decoration: none;
}
A:hover {
	color: #333333;
	text-decoration: underline;
}
#header {
	width: 100%;
	height: 76px;
}
#main {
	width: 900px;
	margin: 0px auto;
	text-align: left;
	padding-bottom: 50px;
}
#mainContent {
	width: 820px;
	margin: 1px auto;
}
#imageDiv {
	width: 100%;
	height: 147px;
	position: relative;
}
#contentDiv {
	width: 100%;
	margin: 0px auto 15px;
}
#footer {
	width: 780px;
	margin: 0px auto;
	height: 50px;
}
.footerType {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #333333;
	font-style: normal;
	text-align: right;
	padding-right: 15px;
	font-weight: bold;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
	color: #000000;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 2px;
	line-height: 22px;
	margin-right: 10px;
	letter-spacing: -1px;
	font-weight: normal;
	margin-top: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC3300;
	text-transform: uppercase;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #CC3300;
	font-weight: normal;
	padding-left: 390px;
	padding-top: 20px;
}
h4 {
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
	color: #000000;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 2px;
	line-height: 22px;
	margin-right: 10px;
	letter-spacing: -1px;
	font-weight: normal;
	margin-top: 0px;
}
/* MENU */
#menuNav {
	position: relative;
	margin: 0px auto;
	width: 100%;
	float: left;
	height: 50px;
}
/* NEWS */
#news {
	width:180px;
	text-align:left;
	height:250px;
	background:url("../images/quote.gif") no-repeat left top;
	margin-left:20px;
	padding-right: 20px;
	float: left;
}
#news2 {
	width:180px;
	text-align:left;
	height:310px;
	background:url("../images/quote.gif") no-repeat left top;
	padding-right: 20px;
	float: left;
	background-color: #F7C211;
}
.newsType {
	margin-left:20px;
	font-family:"Courier New", Courier, monospace;
}
/* BLOCKQUOTE */
blockquote {
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 25px;
	margin-left:20px;
	background: url("../images/quotes1.png");
	background-position: 0 -5px;
	background-repeat: no-repeat;
	margin-right: 10px;
}
blockquote p {
	line-height: 18px;
	margin: 0;
	display: inline;
	padding-right: 20px;
	background: url("../images/quotes2.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}
