﻿/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* CSS layout */
body {
	background-color: #0192c1;
	background-repeat: repeat-x;
}
#header {
	height: 169px;
	position: relative;
	color: #0092C1;
}
#container {
	min-width: 980px;
	background-color: #FFFFFF;
}
#left_col {
	width: 230px;
	float: left;
}

#right_col {
	width: 230px;
	float: right;
	height: 100%;
	background-color: #FFFFFF;
}

#pageContent {
	margin-left: auto;
	margin-right: auto;
	width: 480px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #404040;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	white-space: normal;
	word-spacing: normal;
	letter-spacing: normal;
	line-height: 20px;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	color: #404040;
	text-align: center;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	background-image: url('../Images/footer.gif');
}
#centeredBG {
	padding-top: 10px;
}
.alignCenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#horizontalMenuBox {
	font-family: Arial, Helvetica, sans-serif;
	border-color: #C4C2AB;
	border-width: 1px;
	float: left;
	width: 780px;
	background-image: url('Images/bckg.bmp');
}
#horizontalMenuBox ul {
	padding: 0px;
	margin: 0px;
	background-image: url('Images/bckg.bmp');
}
#horizontalMenuBox ul li {
	display: inline;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 25px;
}
#horizontalMenuBox ul li a {
	padding: 5px 10px 5px 10px;
	font-size: 0.7em;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
}
#horizontalMenuBox ul li a:hover {
	color: #333333;
	background-color: #66CCFF;
}
#vertMenuBox {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #333333;
	padding: 5px 10px 5px 10px;
	width: 210px;
	background-repeat: repeat;
	float: left;
	background-image: url('Images/background_blue.png');
}
#vertMenuBox ul {
	padding: 0px;
	margin: 0px 10px 0px 10px;
	list-style-type: none;
}
#vertMenuBox ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
}
#vertMenuBox ul li a {
	font-size: 0.7em;
	text-transform: uppercase;
	color: #003366;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#vertMenuBox ul li a:hover {
	color: #333333;
}
#vertMenuBox ul li:hover {
	background-color: #66CCFF;
}
#vertMenuBox p {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 30px;
	padding-bottom: 8px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: normal;
	color: #666666;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 13px;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 20px;
	text-decoration: none;
	text-align: center;
}
#right_col .headerBigger {
	font-family: Impact;
	font-size: 1.0em;
	font-style: normal;
	color: #5B5B5B;
	background-image: url('Images/background_blue.png');
	text-align: center;
	word-spacing: 0.1em;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 45px;
	line-height: 25px;
}
#right_col .content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #003366;
	text-align: center;
	background-image: url('Images/background_blue.png');
}
#right_col .headerSmaller {
	font-family: Impact;
	font-size: 0.7em;
	font-style: normal;
	color: #5B5B5B;
	background-image: url('Images/background_blue.png');
	text-align: center;
	word-spacing: 0.1em;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 45px;
	line-height: 25px;
}
.top {
	border: 1px solid #808080;
}
a {
	text-decoration: none;
	color: #0091D7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
}
a:active {
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #660066;
}
.alignRight {
	text-align: right;
}
img {
	margin-right: 10px;
}
.alignRight a {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
.article {
	background-image: url('Images/gradient_bg_blue.jpg');
	border: 1px solid #0099CC;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 1.0em;
	color: #666666;
	padding-left: 7px;
	text-align: justify;
	vertical-align: middle;
	padding-right: 7px;
}
.youtube {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 0.9em;
	color: #FF0000;
	text-align: center;
	line-height: 25px;
	background-image: url('Images/background_blue.png');
}
.headerSmaller {
	font-family: Impact;
	font-size: 0.7em;
	font-style: normal;
	color: #5B5B5B;
	background-image: url('Images/background_blue.png');
	text-align: center;
	word-spacing: 0.1em;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 45px;
	line-height: 25px;
}
.headerBigger {
	font-family: Impact;
	font-size: 1.0em;
	font-style: normal;
	color: #5B5B5B;
	background-image: url('Images/background_blue.png');
	text-align: center;
	word-spacing: 0.1em;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 45px;
	line-height: 25px;
}
.photosButton {
	line-height: 300%;
	text-align: right;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
h3 {
	font-size: 1.2em;
	text-align: center;
	word-spacing: 0.1em;
	font-weight: bold;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	padding-top: 30px;
	padding-bottom: 20px;
	color: #666666;
	text-transform: uppercase;
	line-height: 40px;
	right: auto;
	left: auto;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#pageContent table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #505050;
	text-align: justify;
	white-space: normal;
}
.textcenter {
	text-align: center;
}
.textcenter a {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #999999;
	text-decoration: none;
	line-height: 31px;
}
.bish-lett-thumb {
	vertical-align: middle;
	text-align: center;
}
.bish-lett-table {
	border: 1px solid #336699;
}
.bish-lett-text {
	border: 1px solid #C0C0C0;
	vertical-align: middle;
	text-align: justify;
}
.bish-lett-td-of-thumb {
	border: 1px solid #C0C0C0;
	vertical-align: middle;
}
.iconstable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #505050;
	text-align: justify;
	white-space: normal;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.headerMedium {
	font-family: Impact;
	font-size: 0.9em;
	font-style: normal;
	color: #5B5B5B;
	background-image: url('Images/background_blue.png');
	text-align: center;
	word-spacing: 0.1em;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 45px;
	line-height: 25px;
}
.billcontent{
width: 100%;
display:block;
}
#contentwrapper{
	background-position: center center;
	width: 218px;
	height: 230px;
	padding: 15px 5px 5px 5px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Lucida Handwriting", Garamond, arial;
	font-size: 1.1em;
	font-style: normal;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	word-spacing: 0.2em;
	background-image: url('Images/hautstatue_bckg.jpg');
	line-height: 26px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-transform: uppercase;
	background-color: #D7EEFA;
}
.pageContent_bold_p {
	font-weight: bold;
	text-align: center;
}
#horiz-menu-search {
	background-image: url('Images/bckg.bmp');
	width: 980px;
}
.searchform {
	height: 26px;
	text-align: right;
	padding-top: 2px;
}
.roundedcornr_box_245888 {
   background: #edd7ed url(Images/roundedcornr_245888_grad.gif) repeat-x top left;
}
.roundedcornr_top_245888 div {
   background: url(Images/roundedcornr_245888_tl.gif) no-repeat top left;
}
.roundedcornr_top_245888 {
   background: transparent url(Images/roundedcornr_245888_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_245888 div {
   background: url(Images/roundedcornr_245888_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_245888 {
   background: transparent url(Images/roundedcornr_245888_br.gif) no-repeat bottom right;
}
.roundedcornr_top_245888 div, .roundedcornr_top_245888,
.roundedcornr_bottom_245888 div, .roundedcornr_bottom_245888 {
	width: 100%;
	height: 30px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	font-family: "Bradley Hand ITC";
}
.roundedcornr_content_245888 {
	margin: 0 30px;
	font-size: 1em;
	font-family: "Bradley Hand ITC";
	font-weight: bold;
}
.icons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.00em;
	color: 3399ff;
	line-height: 31px;
	text-align: center;
}
.textvideobox {
	font-size: 1.1em;
	color: #006699;
	text-align: center;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.blueborder {
	padding: 12px;
	border: medium solid #008080;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	table-layout: fixed;
	background-image: url('Images/background_blue.png');
}
.content {
	border: 1px solid #C0C0C0;
	padding: 6px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EAEAEA;
}


