@CHARSET "UTF-8";

a {
	font-size: 1.2em;
	color: #333;
	text-decoration: none;
	border: none;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

a:hover {
	color: #336699;
	text-decoration: underline;
}

img {
	border: none;
}

a img {
	border: none;
}

.imageCaption {
	font-size: 0.7em;
	text-align: center;
	font-weight:bold;
	background-color: #efefef;
	padding: 10px;
	display:block;	
	line-height: 110%;
}


h1 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	text-align: left;
	color: #1d74ca;
}

hr {
	border-top: 1px dashed #ccc;
	color: #fff;
	background-color: #fff;
	height: 0px;
	width: 98%;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.quoteBox {
	width: 227px;
	float: right;
	display: inline;
	padding: 0;
	margin: 10px 0px;
}

.quoteBox.right {
	float: right;
	margin-left:20px;
}

.quoteBox.left {
	float: left;
	margin-right:20px;
}

.quoteBoxTop {
	background-image: url(/images/frontend/quote_box_top.jpg);
	background-repeat: no-repeat;
	width: 160px;
	padding: 5px 47px 5px 20px;
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
}

.quoteBoxMiddle {
	width: 187px;
	background-color: #efefef;
	padding: 20px;
	font-size: 0.9em;
}



#content_right_headline {
	background-image: url(/images/frontend/content_right_headline.png);
	width: 145px;
	height: 23px;
	/*position: absolute;
	top: 28px;
	right: 7px;*/
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 10px;
	color: #515356;
	font-size: 1.6em;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
}



/*------------------------------------------- CONTENT RIGHT COLUMN -------*/
#content_RightColumn {
	width: 162px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content_RightColumn p {
	display: inline;}

#RightColumnContainer {
	display: inline;
}

#RightColumnBox {
	width: 129px;
	background-color: #e6e9ec;
	font-size: 1.2em;
	text-align: left;
	margin: 0px 12px 0px 0px;
	padding: 0px 10px 0px 10px;
}

#RightColumnBox p {
	display: inline;
}

#RightColumnBoxBottom {
	background-image: url(/images/frontend/right_column_box.gif);
	background-repeat: no-repeat;
	height: 16px;
	margin: 0px 12px 0px 0px;
	width: 149px;
}

#RightColumnAdv {
	width: 158px;
	float: right;
	padding: 20px 0px 0px 0px;
	border-top: 1px dashed #CCC;
	border-left: 1px dashed #CCC;
}