@charset "utf-8";
body {
	font: 0.7em Arial, Helvetica, sans-serif;
}

* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}
#container {

}

/* header */

#header {
	display: none;
}

/* logo */

#logo {
	display: none;
}

/* menu */

#menu {
	display: none;
}

/* banner strip */

#banner {
	display: none;
}

/* content area */

#content {

}

#content div#submenu {
	display: none;
}

#content div#information {

}

#content div#information div#info {
	float: left;
	width: 60%;
}
#content div#information div#news {
	float: right;
	width: 35%;
}

.photoBase {
	border-bottom: 10px solid #000;
}


#footer {
	clear: both;
	padding: 16px 0 0 0;
	border-top: 2px solid #000;
	margin: 15px 0 0 0;
}
#footer p {

}
#footer p#copyright {

}
#footer div#footLinks {
	display: none;
}

#footer p#backtop {
	display: none;
}

/* overall classes */

.clear {
	clear: both;
}
html>body .clear {
	height: 1px;
}

.infoBox {
	background-color: #CCCCCC;
	padding: 10px 13px 0 15px;
	margin-bottom: 20px;
}
.infoBox h2, .infoBox h3, .infoBox h4 {
	padding: 0 0 10px 0;
}
.infoBox p {
	padding: 0 0 10px 0;
}
.baseLine {
	border-bottom: 1px dotted #999;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.noPadding {
	padding: 0;
}

div.picBoxLeft {
	float: left;
	width: 143px;
	margin: 0 15px 5px 0;
}
div.picBoxLeft p {
	background-color: #000;
	padding: 5px 8px 5px 10px;
	margin: 0;
	font: 0.8em/1.1em Tahoma, Arial, Helvetica, sans-serif;
	color: #FFF;
}
div.picBoxLeft p a {
	color: #FFF;
}

div.picBoxRight {
	float: right;
	width: 143px;
	margin: 0 0 5px 15px;
}
div.picBoxRight p {
	background-color: #000;
	padding: 5px 10px 5px 8px;
	margin: 0;
	font: 0.8em/1.1em Tahoma, Arial, Helvetica, sans-serif;
	color: #FFF;
}
div.picBoxLeft p a {
	color: #FFF;
}

/*overall tags */

h1#mainTitle {
	line-height: 0.8em;
}
h1 {
	font-size: 2.5em;
	font-weight: normal;
	padding: 0 0 15px 0;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 15px 0;
}
h2.main {
	padding-top: 3px;
}
#content div#information div#info h2 {
	padding: 0 0 10px 0;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	padding: 0 0 10px 0;
}
h4 {
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 0 10px 0;
}
p {
	line-height: 1.3em;
	padding: 0 0 15px 0;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style: square;
	list-style-position: inside;
	margin: 0 0 15px 0;
}
ol {
	margin: 0 0 0 15px;
}
ul li, ol li {
	padding: 0 0 5px 0;
}

ul ul, ul ol, ol ol, ol ul {
	margin: 10px 0 0 0;
	font: 0.9em Tahoma, Arial, Helvetica, sans-serif;
	list-style: none;
	list-style-position: outside;
	list-style-image: none;
}
ul ul li {
	padding: 0 0 3px 15px;
}
