body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
	margin: 0px;
}

#container {
	width: 806px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	height: 95px;
	width: 806px;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
}

#header-bottom {
	height: 14px;
	width: 806px;
	background-color: #22ac8a;
}

#menu {
	height: 58px;
	width: 806px;
}


#logo {
	float: left;
	height: 220px;
	width: 260px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}

#logo a{
	float: left;
	height: 220px;
	width: 260px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}

#banner {
	float: right;
	height: 220px;
	width: 540px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}


#clear {
	clear: both;
}

#space {
	height: 12px;
}

#content {
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	float: right;
	width: 540px;
	margin-top: 7px;
}

#sub-content {
	background-image: url(images/sub-content-bg.jpg);
	background-repeat: repeat-x;
	float: right;
	height: auto;
	width: 540px;
	margin-top: 10px;
	padding-top: 10px;
}

p {
	padding-left: 20px;
	padding-right: 30px;
	text-align: justify;
}

/* side bar */
#side-bar {
	float: left;
	height: auto;
	width: 260px;
	background-color: #006666;
}

.side-bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 24px;
	background: url(images/side-section01.jpg);
	background-repeat: no-repeat;
	margin-left: 24px;
}

.side-bar a:link {
	text-decoration: none;
	color: #FFFFFF;
}

.side-bar a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

.side-bar a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.side-bar a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#stock-quote {
	float: left;
	height: auto;
	width: 260px;	
	background-color: #006666;
	/*background-color: #663366;*/
	margin-top: 7px;
}

.stock-quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 7px;
	padding-bottom: 10px;
	padding-left: 24px;
	background: url(images/side-section01.jpg);
	background-repeat: no-repeat;
	margin-left: 24px;
}

/* --- */


/* footer */
#footer {
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	height: 60px;
	clear: both;
	/*margin-top: 20px;*/
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 12px;
	color: #666666;
}

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

.footer a:hover {
	text-decoration: none;
	color: #999999;
}

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

.footer a:active {
	text-decoration: none;
	color: #666666;
}

/* --- */

.bigfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	padding-top: 12px;
	padding-left: 20px;
}

.boldit {
	font-weight: bold;
}

.blueit {
	color: #006699;
	font-weight: bold;
}

.greenit {
	color: #009966;
	font-weight: bold;
}

#left-img {
	float: left;
	width: 120px;
	padding-left: 20px;
}

#right-txt {
	float: right;
	width: 350px;
	padding-right: 30px;
	height: 220px;
	text-align: justify;
}

.linkit {
	text-decoration: none;
	color: #999999;
}

.linkit  a:link {
	text-decoration: none;	
	color: #999999;
}

.linkit  a:hover {
	text-decoration: underline;
	color: #666666;
}

.linkit  a:visited {
	text-decoration: none;	
	color: #999999;
}

.linkit  a:active {
	text-decoration: none;	
	color: #999999;
}

.lgrayit {
	color: #CCCCCC;
}

.bigfont-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}
