/*
Design by netzFX Hildesheim
http://www.netzfx.de ... info@netzfx.de
*/

body {
	margin: 0;
	padding: 0;
	background: #f6f6f6 url(images/bg.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	color: #5B7C94;
	margin: 10px 0px 5px 0px;
}

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #60839c;
}

/* Header */

#header {
	width: 950px;
	height: 150px;
	margin: 0 auto;
	background: url(images/img2.jpg) no-repeat center bottom;
}
#logo {
	float: left;
	width: 200px;
	height: auto;
}


#logo h1 {
	padding: 115px 0 0 0;
	letter-spacing: -3px;
	font-size: 3.5em;
}

#logo h2 {
	letter-spacing: 1px;
	font-size: 1em;
}

/* Menu */

#menu {
	float: right;
	width: 750px;
	height: auto;
}

#menu ul {
	margin: 0;
	padding: 164px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	background: #000000;
	display: block;
	float: left;
	margin-right: 4px;
	padding: 10px 10px;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}
.textBold {
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
}


/* Content */

#content {
	width: 750px;
	margin: 0 auto;
}

/* Column One */

#colOne {
	float: right;
	width: 750px;
	margin-top: 10px;
}

#colOne p, #colOne ul, #colOne ol {
	line-height: 110%;
}

#colOne .credits {
	margin-bottom: 10px;
	padding: 5px 0 20px 8px;
	border-bottom: 1px solid #2C2C2C;
}

#colOne .credits p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

#textfield1 {
}

#submit1 {
}

/* Footer */

#footer {
	clear: both;
	width: 950px;
	height: 30px;
	margin: 0 auto;
	padding: 10px 0;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0.8em;
}
#menu a:hover {

	background: #000;
	display: block;
	float: left;
	margin-right: 4px;
	padding: 10px 10px;
	text-decoration: underline;
	font-size: 1em;
	font-weight: bold;
	color: #CCCCCC;
}
.moveup {

	position: relative;
	bottom: 15px;
	left: 0px;
}
.leftspace {
	margin-left: 60px;
	text-align: left;
}

#colOne h3 {
	margin-top: 10px;
	font-size: 1.2em;
	margin-bottom: 0px;
}
#colOne li {
	line-height: 115%;
}
.leftspaceBig {
	margin-left: 121px;
	text-align: left;
}
.leftspaceBig2 {
	margin-left: 75px;
	text-align: left;
}
.leftspaceBig3 {
	margin-left: 94px;
	text-align: left;
}
.leftspace1 {
	margin-left: 28px;
	text-align: left;
}
.leftspace2 {
	margin-left: 22px;
	text-align: left;
}
#colOne h1 {
	margin-top: 0px;
	font-size: 2.2em;
}
#content img {
	border: 4px solid #60839C;
}
.textBoldBlue {
	color: #5B7C94;
	margin: 10px 0px 5px 0px;
	font-weight: bolder;
	font-style: normal;
	font-size: 115%;
}
