@charset "ISO-8859-1";
/*
body {
    background-color:#EEEEEE;
    color:#222222;
}
*/

a:link, a:focus, a:active {
    color: #89A5CC;
}
a:visited {
    color:#6783AA;
}
a:hover {
    color:#ABC7FF;
}

a.extern:link, a.extern:focus, a.extern:active  {
    background:url(../live/images/external_link.gif) no-repeat left center;
}
a.extern:visited {
    background:url(../live/images/external_visited.gif) no-repeat left center;
}
a.extern:hover {
    background:url(../live/images/external_hover.gif) no-repeat left center;
}

a.btntopnav:hover, .btnnav:hover {
    border:1px solid #ABC7FF;
}


a.thumb {
	margin-left: 7px;
	margin-right: 7px;
}


a:hover.wiki span {
	border: 1px solid #ABC7FF;
	background-color: black;
	width: 250px;
}


table.thumb {
	margin: 0px auto;
}
table.thumb tr td {
	text-align: center;
	vertical-align: middle;
	width: 1em;
}


.minheight {
	min-height: 300px;
}


h1, .h1 {
    font-size: 14pt;
    font-weight: normal;
    font-family: 'Book Antiqua', 'Bookman Old Style', Times, serif;
    font-variant: small-caps;
    color: #FFFFFF;
}

h2 {
    font-weight: normal;
    font-family: 'Book Antiqua', 'Bookman Old Style', Times, serif;
    font-variant: small-caps;
    color: #999999;
}

hr {
    border-bottom:1px dashed #999999;
}

#main {
    background-repeat:no-repeat; background-position:8px 8px;
}


#main #logo {
	position: absolute;
	width: 300px;
	height: 300px;
}

#main #topnav {
	width: 645px;
	margin-top: 0px;
	/*margin-top: -117px;*/
}

#main #topnav .btntopnav {
	width: 119px;
}


#main #nav {
	top: 250px;
	left: 8px;
	width: 290px;
	margin: 0px;
}

#main #nav a {
	margin-right: 20px;
}

#main #nav a:link img,
#main #nav a:focus img,
#main #nav a:active img,
#main #nav a:visited img,
a.thumb:link img,
a.thumb:focus img,
a.thumb:active img,
a.thumb:visited img {
	border: 1px solid #999999;
}

#main #nav a:hover img,
a.thumb:hover img {
	border: 1px solid #ABC7FF;
}

#main #nav a img,
a.thumb img {
	width: 50px;
	height: 50px;
}


#main #content {
	width: 645px;
}

#main #content .text {
	width: 600px;
}


#main #footer {
    background-image: none;
}

#main #footer #f_content {
	float: left;
}

#main #footer #emff {
	float: right;
}

#main #footer #flag {
	padding-top: 0px;
}

.text p.quote {
	height: 370px;
	margin-top: -400px;
	padding: 8px;
	text-align: right;
	font-weight: bold;
}

.text p.quote span.author {
	display: block;
	font-style: italic;
	font-weight: normal;
}

.text table#img tr td {
	width: 602px;
	height: 642px;
	vertical-align: top;
}


.border td {
    border-bottom: 1px dashed #999999;
}

.button, .input {
	border: 1px solid #ABC7FF;
}
