@charset "UTF-8";
/* CSS Document */
.logo {
	background-image:url(../graphics/logo.png);
	background-repeat:no-repeat;
}
.largeThinWhite {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #CCCCCC;
	margin: 8px;	
}
.titles {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #CCCCCC;
	margin-left: 30px;	
}
.contentImageTitles {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight:bold;
	color: #FFFFFF;
	margin-left: 30px;
	margin-bottom: 30px;	
}
.subTitles {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCCCCC;
	margin-left: 30px;	
}
.mainContent {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	padding-left: 15px;
	padding-right: 15px;
}
.quoteContent {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	padding: 15px;
	background-image:url(../graphics/quotations.png);
	background-position:right;
	background-repeat:no-repeat;	
}
.styleGrey {color: #333333;}
.styleLightGrey {color: #666666;}
.styleOrange {color: #FF6600;}
.horizontalBar {
	background-image:url(../graphics/greybar-horizontal.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	
}
.verticalDot {
	background-image:url(../graphics/greybar-verticaldot.gif);
	background-position:left;
	background-repeat:repeat-y;
	
}
.footerBar {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	font-weight:bold;
}
#logo {
	position:absolute;
	left:50%;
	top:10px;
	width:300px;
	height:93px;
	z-index:1;
	background-image: url(../graphics/logo.png);
	background-repeat: no-repeat;
	margin-left: -475px;
}
#content a:link, #content a:visited  {
	color: #CCCCCC;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: underline;
	color: #C9F5B4;
}
#content a:active {
	text-decoration: underline;
}
