html, body, table, tr, td, input, select, option, button, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}

body {
	margin: 10px 0px;
	background: #453c2f url(layout/bg-tile.gif) repeat-x top;
	line-height: 1;
	overflow: -moz-scrollbars-vertical;
}

a:link {
    color: #0000CC;
    text-decoration: underline
}

a:visited {
    color: #0000CC;
    text-decoration: underline
}

a:active {
    color: #0000CC;
    text-decoration: underline
}

a:hover {
    color: #0000CC;
    text-decoration: none
}

.clear { clear: both; }

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    margin: 0;
}

h1 { font-size: 100%; }

input, select, option, button, textarea { color: #000; }

/* FOOTER *************************************************************************/
#footer {
    background: url(layout/level2-footer.gif) no-repeat;
    padding-top: 1px;
    padding-bottom: 1px;
    color: #FFFFFF;
}

#footer a:link {
    color: #FFFFFF;
    text-decoration: none;
}

#footer a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#footer a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

#footerPadding {
    margin-right: 200px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 11px;
}
/* END */


/* HEADER *******************************************************/
#header {
	font-size: 7pt;
	min-height: 110px;
	background: #FFFFFF;
	color: #525f93;
	padding-top: 1px;
}

#headerPadding {
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
/* END */


/* NAVIGATION ***********************************************/
#navigation {
	min-height: 72px;
	background: #323366;
	color: #c4c8cb;
	text-align: center;
	padding: 1px 0 1px 0;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5;
}

#navigationPadding {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 10px;
	margin-right: 10px;
}

#navigation a:link {
	color: #c4c8cb;
	text-decoration: none;
}

#navigation a:visited {
	color: #c4c8cb;
	text-decoration: none;
}

#navigation a:hover {
	color: #fff;
	font-weight: bold;
}
/* END */


p {
    margin-top: 1.5em;
    margin-bottom: 0px;
}

.quote { font-size: 7pt; }

.quoted_by {
    padding-top: 5px;
    font-size: 7pt;
    color: #1E4C23;
}

#wrapper {
    width: 979px;
    margin-right: auto;
    margin-left: auto;
    border: 1px solid #000000;
}