
/* ---Global options ---
	-text-align: center- is set here to get 
	the page centered in IE. To get the text to the left
	for each seperate page,it is overwritten in the pages
	css file with -text-align: left-
*/
body {
	
	background: #FAF3DC;
	font-family: Arial,Verdana,Helvetia;
	font-size: 95%;
	text-align: center;
}
/* -----------------------------------Header */
#logo {
	position: absolute;
	top: 10px;
	left: 40px;
	height: 120px;
	width: 220px;
	background: url('../images/logo7.gif');
	background-repeat: no-repeat;
}
#sign-up {
	position: absolute;
	top: 20px;
	right: 30px;
}

.signup {
	font-size: 80%;
	font-weight: bold;
	color: #E67300;
}
#noscript {
	position: absolute;
	left: 240px;
	top: 180px;
	font-weight: bold;
}

#motto {
	position: absolute;
	left: 300px;
	top: 30px;
	font-family: "MS Serif"
	font-weight: bold;
	font-size: 110%;
	color: #36648B;
}



/* ----------------------------Menue */
#menue {
	position: absolute;
	right: 20px;
	top: 100px;
	z-index: 2;
}

/* Menue Style */
#sddm
{	margin: 0;
	padding: 0;}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 70%;
}

#sddm li a              /* menue bar*/
{	display: block;
	margin: 0 0px 0 0;
	width: 95px;
	height: 20px;
	background:  url('../images/navigat.jpg'); 
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	color: black;	
}
#sddm li a:hover
{	background: #F2F2F2;
	}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #FFF;
	border: 1px solid black;}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 4px 5px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #FFF;
		font: 80% ;
	}
	#sddm div a:hover
	{	background: #000;
		color: #FFF;	
}

.subheader {
	font-weight: bold;
	color: #36648B;
	letter-spacing: 1px;
	text-decoration: underline;
	letter-spacing: 1px;
}

.disclaimer {
	text-align: center;
	font-size: 70%;
}



/* --------------------------page links*/

/*link list styles*/
ul.links li {
	display: inline;
	padding-right: 10px;
	list-style: none;
}

/*overriding default link style*/
ul.links a {
	font-weight: bold;
	font-size: 75%;
	color: #8B4726;
	text-decoration: none;
}
ul.links a:hover {
	color: #36648B;
	text-decoration: underline;
}

.active {
	text-align: center;
	color: #E67300;
	font-weight: bold;
	font-size: 90%;
}

.h2 {
	font-size: 115%;
	font-weight: bold;
	color: #E67300;
	letter-spacing: 2px;
}

a {
	font-style: normal;
	font-weight: bold;		
	text-decoration: none;
	color: #8B4726;
	letter-spacing: 1px;
}

a:hover {
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #8B4726;
	letter-spacing: 1px;
}

.top a {
	font-size: 70%;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #8B4726;
}


/* --------------------------Footer */

.footer {font-size: 70%; }

