/** BASIC */

#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 8px;
border-top: 1px solid #666666;
padding: 1px 0;
color:#666666;
text-decoration: none;
font-weight: none;
}

#dropmenudiv a:hover {
background-color:#cccccc;
}

body {
	margin: 0px;
	padding: 0px;
	background-color:#333333;
}

/** HEADINGS */

h1, h3, h4, h5, h6 {
	margin: 0px 0px 15px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h2 {
	padding:1em 0em 0em 1em; 
	font-size:14px; 
	font-weight:bold
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 16px;
	font-size: 11px; 
	padding:1em 2em 3em 1em;
}

a {
	color:#999999;
}

a:link {
	text-decoration:none
	}
	
a:hover {
	text-decoration: none;
	color:#CCCCCC;
	cursor:hand;
}

a:visited {
	text-decoration:none;
	}

/** STYLES */

.style_note {padding-top:1em}
.style_button {font-size: 12px; color:#FFFFFF}
.style_nav {font-size: 12px; font-weight: bold; padding:1em 0em 0.5em 0em}

/** BACKGROUNDS */

.bg1 { background: url(images/bg.gif) repeat-x; }
.bg2 { background: #FFFFFF url(images/homepage06.gif) repeat-y left top; }
.bg3 { background: url(images/homepage11.gif) repeat-x left top; }
.bg4 { background: url(images/homepage12.gif) no-repeat 4px 3px; }
.bg5 { background: url(images/homepage17.gif) repeat-x left top; }

/** MISC */

.img1 {
	float: left;
	margin: 5px 15px 0px 3px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}
