a {
	font-family: arial;
	text-decoration: none;
}

a:link {
	color: #0067C6;
}

a:visited {
	color: #2087E6;
}

a:active {
	color: #aaaaaa;
}

a:hover {
	color: #2087E6;
	text-decoration: underline;
}

body {
	background-image: url('images/bg-body.jpg');
	background-repeat: no-repeat;
	background-position:  right top;
	background-color: #111111;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center
}

body.bgblack {
	background-color: #000000;
}

body.bgwhite {
	background-color: #FFFFFF;
}

body.nomargins {
	margin: 0px;
}

li {
	font-family: arial;
	font-size: 80%;
	color: #eeeeee;
	line-height: 200%;
}

li.small {
	font-size: 70%;
}

p {
	color: #dddddd;
	font-family: arial;
	font-size: 90%;
}

p.article {
	text-align: justify;
	line-height: 120%;
}

p.big {
	font-size: 150%;
}

p.black {
	color: #000000;
}

p.contrast {
	color: #ffffff;
}

p.disclaimer {
	color: #AAAAAA;
	font-size: 70%;
}

p.feature {
	font-size: 85%;
	margin-left: 44px;
	text-align: justify;
	line-height: 120%;
}

p.headline {
	font-weight: 400;
	font-size: 150%;
}

p.label {
	color: #BBBBBB;
	font-size: 70%;
	text-align: center;
}

p.normal {
	font-size: 100%;
}

p.small {
	font-size: 80%;
}

p.textmenu {
	font-size: 80%;
	text-align: right;
}

p.title {
	font-size: 100%;
	text-decoration: underline;
}

p.white {
	color: #FFFFFF;
}

.caps {
	font-variant: small-caps;
}

table.bgwhite {
	background-color: white;
}

img { 
	border: 0px;
}

.slides {
	height: 200px;
}

#menu {
	background-color: transparent;
	text-align: left;
	width: 200px;
	padding-top: 70;
	padding-left: 10;
	float: left;
	z-index:50;
}

#menu a{
	display:block;
	font-family: Arial;
	font-size: 95%;
	font-variant: small-caps;
	line-height: 150%;
	padding-left: 6px;
}

#menu a:hover{
	text-decoration: none;
	background-color: #222222;
	border-left: 1px solid white;
	padding-left: 5px;
}

#dropmenudiv{
	position:absolute;
	margin-left: 200;
	border-bottom-width: 0;
	text-align: left;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	padding-left: 6px;
}

#dropmenudiv a:hover{
	border-left: 1px solid white;
	padding-left: 5px;
}

/* ID defs -- general */

#contents {
	background-color: black;
	background-image: url('images/homelogo2.jpg');
	background-repeat: no-repeat;
	width: 760;
	display: table;
	clear: both;
	margin: 0 auto;
	padding: 10;
	z-index: 0
}

#textmenu {
	width: 760;
	margin: 0 auto 50 auto;
	z-index: 6;
}

#topright {
	text-align: left;
	float: right;
	width: 410px;
	padding: 10 0 0 10;
	z-index: 6;
}

#guts {
	background-color: black;
	display: table;
	width: 760;
	margin: 0 auto 0 auto;
}
	
#left {
	width: 250;
	margin: 10 10 0 10;
	float: left;
}

#right {
	width: 430px;
	float: right;
}

#title {
	background-color: black;
	color: #AAAAAA;
	font-family: arial;
	font-size: 125%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 30;
}