@charset "UTF-8";
/* CSS Document */

/* GENERAL */ 

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #0033FF;
}

a:hover {
	text-decoration: none;
	color: #0033FF;
}


/* MAIN */

#top_spacer {
	height:130px; 
	display:block;
}

#mainbox {
	border: 1px solid #e4dfb2;
	position:relative;
	margin-left:140px;
	/*height:400px;*/
	display:block;
	width:650px;
}

#contentbox {
	position:relative;
	padding: 25px;
	text-align: justify;
	z-index:5;
}

#content_bg {
	position:absolute;
	right:0px;
	bottom:0px;
	width:345px;
	height:245px;
	z-index:1;
	background-image: url(images/bg_swirl.jpg);
}

#footer {
	position:relative;
	margin:5px;
	padding:0px;
	left:141px;
	width:650px;
	color: #666666;
	text-align: center;
	font-size: 10px;
	display:block;
}

#news {
	position: absolute;
	height: 75px;
	width: 270px;
	left: 500px;
	top: 35px;
	color: #666666;
	overflow-x:hidden;
	overflow-y:auto;
	padding-right: 10px;
}


/* STYLES */

.titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	color: #408000;
	/*font-weight: bold;*/
}
.subtitles {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
}

.quotes {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #408000;
}

.content_indent {
	position: relative;
	left: 7px;
}

.picture_left {
	float: left;
	border: 1px solid #e4dfb2;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.picture_right {
	float: right;
	border: 1px solid #e4dfb2;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 5px;
}

.double {
	border-bottom: 1px dotted;
}

.crossed_out {
	color: #FF0000;
	text-decoration: line-through;
}

#imagebox {
	position: relative;
	margin: 0px;
	padding: 0px;
}

#imagebox img {
	position:relative;
	display:inline;
	float: left;
	z-index: 5;
	border: 1px solid #e4dfb2;
	margin-right: 14px;
	margin-bottom: 25px;
	margin-left: 14px;
}

#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 414px;
	height: 0px;
	z-index: 100;
}

/* MENU */

#menubar {
	margin: 50px 0 0 0;
	width: 650px;
      background-color: #E8E8E8;
	height:35px;
	font-size: 11px;
	color: #C0C0C0;
}
#navlist {
	margin: 0;
	padding: 0 0 0 65px;
}
#navlist li {
	float: left;
	list-style-type: none;
	margin:0px;
	margin: 10px 5px 10px 0px;
}

#navlist a, #navlist a:visited {
	color:#666666;
	margin: 0px 5px 0px 0px;
	text-decoration: none;
	text-decoration: none;
}

#navlist a:hover {
	color:#000000;
}
#menubar #navlist .uberlink {
	padding-left: 22px;
	background-image:  url(images/menu_lotus.gif);
	background-repeat: no-repeat;
	background-position: 0% 70%;
	color:#000000;
	cursor: default;
}