/* CSS Document */
body {
	margin: 0px;
	background-color: #9C0738;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
h1, h2, h3, h4, h5, h6 {	/* Style for the headlines */
    color: #666666;
    font: 10px Verdana, Helvetica, Arial, sans-serif;
    margin: 0em 0em 0.5em 0em;
}

h1 {
    font-size: 200%;
}

h2 {
    font-size: 180%;
}

h3 {
    font-size: 160%;
}

h4 {
    font-size: 140%;
}

h5 {
    font-size: 120%;
}

h6 {
    font-size: 110%;
}
a {
	color: #C60651;
	text-decoration: underline;
}
a:visited {
	color: #C60651;
	text-decoration: underline;
}
a:hover		{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #C60651;
}
a:active		{ background-color: #C60651; color: #FFFFFF;}

.content {
	margin: 20px;
	height: auto;
	width: auto;
	background-color: #FFFFFF;
	padding: 0px;
	border: none;
}
.top {
	height: 120px;
	width: 100%;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C60651;
	padding: 0px;
	background-image: url(../images/top_montage.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;

}
.toplogo {
	float: right;
}
.main {
	width: 100%;
	height: auto;
	clear: both;
	margin-top: 10px;
	padding: 0px;
	border: none;
}
table.columns {
	background-color: #FFFFFF;
	width: 100%;
	font-size: 11px;
	color: #000000;
	height: auto;
	margin: 0px;
	padding: 0px;
	clear: left;
	border: none;
}
table.columns td.left {
	background-color: #FFFFFF;
	width: 153px;
	padding: 15px 0px;
	vertical-align: top;
	margin: 0px;
	border-top: none;
	border-right: 1px solid #C60651;
	border-bottom: none;
	border-left: none;
}
table.columns td.document {
	background-color: #FFFFFF;
	width: auto;
	padding: 0px 20px 20px;
	vertical-align: top;
	margin: 0px;
	border: none;
}
table.columns td.right {
	background-color: #FFFFFF;
	width: 153px;
	padding: 15px 8px;
	vertical-align: top;
	margin: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #C60651;
}
table.columns td.right div {
	background-color: #EAEAEA;
	padding: 10px;
}
table.columns td.right h1, h2, h3, h4, h5, h6 {
	color: #FFFFFF;
	background-color: #006699;
	text-align: center;
	
}
table.navbox div {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 15px;
	margin: 0px 8px 8px;
	padding: 5px 2px 5px 3px;
	font-size: 11px;
}
table.navbox div a {
	color: #000000;
	text-decoration: none;
}
table.navbox div a:visited {
	color: #666666;
	text-decoration: none;
}
table.navbox div a:hover {
  background-color: #FFFFEE;
}
table.navbox div a:active {
	 color: #FFFFFF;
   background-color: #FFFFEE;
}
.photoRight {
	float: right;
	margin: 8px 0px 5px 5px;
}
.photoLeft {
	float: left;
	margin: 8px 5px 5px 0px;
}
.footer {
	background-color: #FFFFFF;
	text-align: center;
	padding: 20px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C60651;
	border-right-color: #C60651;
	border-bottom-color: #C60651;
	border-left-color: #C60651;
	height: auto;

}
.counter {
	background-color: #FFFFFF;
	width: auto;

}
ul {
	list-style-image: url(../images/redbullet.gif);
	list-style-position: outside;
}
.mainText {
	margin-top: 15px;
}
.siteLocator {
	font-size: 80%;
	color: #CC0066;
	padding: 3px;
	border: 1px dotted #CC0066;
	margin: 2px;
}
.thumbHolder {
	float: none;
	height: auto;
	width: auto;
	padding: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	clear: both;
	text-align: center;




}
.thumbHolder a img {
	border: 2px solid #000033;
	clear: both;

}
.emphasis {
	font-size: 120%;
	font-weight: bold;
}
.toplink {
	text-align: right;
	clear: both;
	padding-top: 10px;


}
.emphasisBox {
	float: none;
	clear:both;
	padding:20px;
	background-color: #EAEAEA;
}
.emphasisBox ul {
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: none;
}
