/**
* CSS-Reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, button, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height:1;	
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**
* General
*/
html {
	height:100%;	
}

body {
	background: #F2F2F2;
	color:#333333;	
	font-family:verdana, helvetica, arial, sans-serif;
	font-size: 100.01%;
	height:100%;
	text-align:center;
}

h1, h2, h3, h4, h5, h6, strong, b{
	font-weight:bold;
}

.clearer {
	clear:both;
}

h2 {
	color:#3D4826;
	text-transform:uppercase;
	font-size:1.181em;
	line-height:1em;
	margin:0 0 1em 0;
}

p {
	margin-bottom:2.363em;
}

a {
	color:#3D4826;
}

a:hover {
	color:#000;
}

#mainWrapper {
	background:#fff;
	border-left:1px solid #000;
	border-right:1px solid #000;
	font:0.687em/1.181em verdana, sans-serif;
	text-align:left;
	width:87.272em;
	margin:0 auto;
	min-height:100%;
	padding:0;
}

#mainWrapper1 {
	margin:0 3em;	
	width:81em;
}

#logo {
	margin:0 0 1.181em -1em;
	padding:1.181em 0 0 0;
	width:393px;
	float:left;
}

#slogan {
	color:#3D4826;
	font-size:1.181em;
	line-height:1.230em;
	margin:0 0 0 34em;
	padding:7em 0 0 0;
}

.intro {
	background:#D6DD9C url(../images/bg_cnt_def_header.gif) left top repeat-x;
	border:1px solid #768E49;
	clear:left;
	color:#3D4826;
	font-weight:bold;
	padding:1em;
	margin:2.362em 0;
}

.left, .right, .homepageLink a {
	width:38em;
}

.left, .homepageLink {
	float:left;
}

.right {
	border-left:1px solid #3D4826;
	margin-left:40em;
	padding-left:2em;
}

.homepageLink a, .menu {
	background:#D6DD9C url('../images/bg_cnt_def_header.gif') left top repeat-x;
	border:1px solid #3D4826;
	display:block;
	padding:0.545em 0;
	text-align:center;
}

.homepageLink a, .menu a {
	font-weight:bold;
	text-decoration:none;
}

.homepageLink a:after {
	content: " >>>>";
}

.menu {
	margin-left:42em;
}

.menu a {
	padding:0 0.545em;
}

.menu li {
	display:inline;
}