﻿
body {
	margin: 0;
	padding: 0;
	border: 0;
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}

#container {
	background-color: #fff;
	width: 740px;
	padding: 0;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}

#masthead {
	width: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: right;
	background-color: #FFFFFF;
	width: 740px;
}

#tagline {
	margin: 20px 3px 3px 3px;
	text-align: center;
	width: auto;
	float: right;
	color: #00F
}

#navigation {
	background-color: #545454;
	overflow: hidden;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
}

#column_l {
	width: 385px;
	position: relative;
	float: left;
	margin: 0;
	padding: 4px 4px 4px 10px;
	background-color: #fff;
}

#column_r {
	width: 192px;
	margin: 0 4px 0 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
}

#footer {
	width: 740px;
	clear: both;
	overflow: auto;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Styles for Masthead */

#masthead img { 
	float: left; 
}

#masthead p {
	font-size: small;
	color: #0033CC;
	margin: 10px 10px 0;
}

#column_r p {
	font-size: 11px;
	margin: 3px 7px 3px 7px;
}

/* Styles for Navigation */

#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
}

#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 6px;
	border: 1px solid #c9c9c9;
}

#navigation a:hover {
	color: #000;
	background-color: #a9a9a9;
}

/* Styles for Footer */

#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #0033CC;
	margin: 1px;
	padding: 1px;
}

#footer a {
	color: #0033CC;
	text-decoration: underline;
}

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

/* Styles for Links */

a {
	color: #036;
	text-decoration: underline;
}

a:hover {
	color: #808080;
	text-decoration: underline;
	/*font-size: large;*/
}

.style_bold {
	font-weight: bold;
}

.style_italic {
	font-style: italic;
}

.style1 {
	font-size: medium;
	text-align: center;
}
.style2 {
	color: #000000;
}
.style5 {
	color: #0000FF;
}
.style4 {
	font-size: medium;
}
.style6 {
	font-size: x-small;
}
.style7 {
	font-size: large;
}
.style8 {
	font-size: x-large;
}
.style11 {
	font-size: medium;
	text-align: center;
}.style12 {
	color: #800000;
}
.style13 {
	border-width: 0px;
}
.style14 {
	color: #808080;
}
.style15 {
	color: #545454;
}
.style16 {
	font-size: xx-small;
}
.style19 {
	font-size: large;
	color: #800000;
}
.float_right {
	float:right;
}
.AdHeader {
	font-size: x-large;
	color: #900;
}
#adsense {
	float: left;
	width: 490px;
	margin: 2px;
}

