@charset "utf-8";
.subhead {
	font-family: "Century Gothic", Helvetica, sans-serif;
	color: #B6B6B6;
	font-weight: bold;
	font-size: 16px;
}

.style2 {font-size: 9px}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-indent: 20px;
	border-bottom-style: none;
	border-bottom-color: #F1F1F1;
}
.copy {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 0.9em;
	list-style-type: square;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #FFFFFF;
}
.menubar {
	font-family: "Century Gothic", Arial;
	font-size: 0.95em;
	font-weight: bold;
	color: #C0C0C0;
	text-indent: 10px;
}
.heading {
	font-family: "Century Gothic", Arial;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom-style: none;
	font-style: normal;
	color: #FFFFFF;
}
html {
	border: 0;
}
.bodytext {color: #000000; font-family: Arial, Helvetica, Sans-Serif; font-size: 12px; font-weight: normal; text-decoration: none}
.bodytextb {color: #000000; font-family: Arial, Helvetica, Sans-Serif; font-size: 12px; font-weight: bold; text-decoration: none}
.bodytextparab {
	color: #990000;
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: normal;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

/*------------------------------- Tags ---------------------------------*/

img {
	border: 0;
}
form {
	margin: 0;
}
a {
	text-decoration: none;
	outline: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #ffffff;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
hr {
	height: 1px;
	border-top: 1px solid #dbdbdb;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	margin: 20px 0;
}
acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted #919191;
}
sup {
	height: 0;
	line-height: 1;
	position: relative;
	top: -0.6em;
	vertical-align: baseline !important;
	vertical-align: bottom;
}

/*------------------------------- Floats ---------------------------------*/

.left {
	float: left;
}
.right {
	float: right;
}
.clearer {
	clear: both;
	height: 0px;
	padding: 0;
	margin: 0;
	display: block;
	line-height: 0;
	white-space: nowrap;
}

/*------------------------------- Layout ---------------------------------*/
			
#container {
	width: 990px;
}
#logo {
	width: 374px;
	float: left;
}
#logo h1 {
	display: none;
}
#logo img {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
}
#content {
	width: 208px;
	float: left;
	padding: 15px;
}
#content .strapline {
	font-size: 22px;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #717171;
}
#content .strapline a {
	color: #575757;
}
#content .strapline em {
	color: #575757;
	text-decoration: none;
	font-style: normal;
}
#content h2 {
	font-size: 22px;
	line-height: 25px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	color: #a4a4a4;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 4px;
}
.column01, .column02 {
	width: 245px;
	text-align: justify;	
}
.column01 a, .column02 a {
	color: #6d6d6d;
}
.column01 {
	float: left;
}
.column02 {
	float: right;
}
.news {
	color: #8d8d8d;
	padding-bottom: 3px;
	border-bottom: 1px dashed #ccc;

}
.footer {
	font-size: 11px;
	text-align: right;
}
.footer a {
	color: #ffffff;	
}

