﻿/* 0 BASIC TAGS */
*
{	margin: 0;
	padding: 0;
}

body {
	background-color: #656565;
	background-image: url(Images/background.gif);
	background-repeat: repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
}

p, blockquote
{
	line-height: 1.5em;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}

blockquote
{
	color: #f5deb3;
	font-style: italic;
}

hr
{
	border: 0;
	border-top: 1px solid #505050;
	height: 1px;
	margin-top: 1.3em;
}

a {
	text-decoration: none;
	color: #DBB94F;
}
a img
{
	border:none;
}

a:hover {
	text-decoration: underline;
	color: #E6CD84;
}

a:active { 
	color: #C19B28;
}

ul
{
	line-height: 1.5em;
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	vertical-align: middle;
	margin-left: 4em;
	margin-top: 0.5em;
}


/* 1 HEADER */

.header
{
	background-image: url(Images/header.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 789px;
	height: 76px;
	float: right;
	text-align: left;
}

.menua
{
	text-transform: uppercase;
	font-size: 10px;
	position: absolute;
	right: 13px;
	top: 13px;
}

.nav
{
	position: absolute;
	right: 37px;
	top: 51px;
	text-transform: uppercase;
	font-size: 10px;
}

.menub {
	margin: 8px auto 2px auto;
	text-transform: uppercase;
	font-size: 10px;
}

/* 2 PAGE */

.wrapper
{
	width: 979px;
	margin: 0 auto 0 auto;
}

.page
{
	background-repeat: repeat-y;
	text-align: left;
	width: 770px;
	padding-top: 1px; /* Weird Mozilla Bug */
	margin-right: 13px;
	float: right;
}

h1 {
	margin-top: 1.12em;
	margin-bottom: 1.0em;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	margin-top: 1.12em;
	margin-bottom: 1.0em;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	margin-top: 1.12em;
	margin-bottom: 1.0em;
	font-size: 15px;
	font-weight: bold;
}
h4 {
	margin-top: 1.12em;
	margin-bottom: 1.0em;
	font-size: 14px;
	font-weight: bold;
}

h5 {
	margin-top: 1.12em;
	margin-bottom: 1.0em;
	font-size: 13px;
	font-weight: bold;
	color: #ffffcc;
}

h6
{
	margin-top: 1.12em;
	margin-bottom: 0.7em;
	font-size: 12px;
	font-weight: bold;
	color: #ffffcc;
}

h6 a
{
	color: #ffffcc;
}

h6 a:visited
{
	color: #ffffcc;
}

h6 a:hover
{
	text-decoration: underline;
	color: #ffffcc;
}

#columnleft
{
	float: left;
	width: 200px;
}

#columnright
{
	margin-left: 250px;
	height: 100%;
}

.fullwidth
{
	width: 100%;
	height: auto;
	float: right;
}

.halfwidthleft
{
	width: 47%;
	float: left;
}
	
.halfwidthright
{
	width: 47%;
	float: right;
}

.articlefooter
{
	width: 100%;
	height: auto;
	font-size: smaller;
	color: #dcdcdc;
	border-top: #dcdcdc 1px solid;
	margin-top: 2em;
}

.dimpanel
{
	background-image: url(Images/background_dim.gif);
	background-repeat: repeat;
	padding: 1px 10px 10px 10px;
	margin-top: 20px;
}

.bluepanel
{
	background-image: url(Images/background_blue.gif);
	background-repeat: repeat;
	padding: 1px 5px 5px 5px;
}
.greenpanel
{
	background-image: url(Images/background_green.gif);
	background-repeat: repeat;
	padding: 1px 5px 5px 5px;
}
.olivepanel
{
	background-image: url(Images/background_olive.gif);
	background-repeat: repeat;
	padding: 1px 5px 5px 5px;
}

/* FOOTER */

.footerbg {
	width: auto;
	height: 50px;
	text-align: center;
	clear: both;
	position: relative;
	top: 40px;
	margin-right: 190px;
}

.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	width: 770px;
	height: 50px;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
}

.skyscraper
{
	width: 160px;
	height: 600px;
	float: right;
	margin-left: 29px;
	margin-top: 76px;
	background-image: url(images/skyscraperbackground160.gif);
	background-repeat: repeat-y;
}

.quotesource
{
	line-height: 1em;
	font-size: smaller;
	color: #dcdcdc;
}