html, body {
	width: 100%;
	font-size: 1em;
}

body {
	background-color: #ffffff;
	margin: 0;
	text-align: center;
	font-family: Arial,sans-serif;
	
}

div.wrapper {
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 850px;
	text-align: left;
	position: relative;
}
div.inner_wrap {
	background: url(images/sidebar_bg.gif) 0px 0px repeat-y
}
div.menu_wrap {
	float: left;
	width: 175px;
}

div.submenu_spacer {
	height: 20px;
	width: 175px;
}

ul.language {
	position: absolute;
	top: 20px;
	right: 5px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	list-style-type: none;
	letter-spacing: 0.1em;
	color: #6666ff;
	
}

ul.language li {
	padding: 0 3px;
}

ul.language li a {
	height: 18px;
	width: 26px;
	font-size: 0.6em;
	display: block;
	text-align: center;
	line-height: 18px;
	text-decoration: none;
}

.hidden {
	display: none;
	border: 0;
}

li.lang a {
	color: black;
	background: url(images/lang.gif) top left no-repeat;
}

li.langselected a, li.lang a:hover {
	color: white;
	background: url(images/lang_sel.gif) top left no-repeat;
}

ul.menu {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

ul.menu li, ul.language li  {
	float: left;
}

li.menuselected a, li.menuselected a:hover, ul.menu li a:hover,ul.footermenu li a:hover  {
	background-color: #e4f9d0;
	color: black;
}

ul.submenu li {
	border-bottom: 1px solid #d7e5e4;
}

ul.submenu {
	text-transform: lowercase;
	margin: 0;
	padding: 5px 0;
	list-style-type: none;
	width: 175px;
	font-size: 0.7em;
	float: left;
	background: white;
}
div.tweets {
	float: left;
	background: white;
	padding-top: 5px;
	padding-bottom: 5px;
}

li.first {
	border-top: 1px solid #d7e5e4;
}

ul.submenu li a {
	padding: 5px 5px 5px 10px;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
	display: block;
}

ul.submenu li {
	display: block;
	overflow: none;
}

li.submenuselected a, li.submenuselected a:hover, ul.submenu li a:hover {
	background: #f1f1f1;
}

li.menu a, li.footermenu a {
	color: white;
}

ul.footermenu, ul.menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: #2d7372;
	width: 100%;
	border-bottom: 1px solid #d7e5e4;
	border-top: 1px solid #d7e5e4;
	letter-spacing: 0.05em;
	height: 22px;
	color: white;
}


ul.footermenu li a, ul.menu li a {
	text-decoration: none;
	display: block;
	height: 22px;
	line-height: 23px;
	display: block;
	padding: 0 15px;
	text-transform: uppercase;
	font-size: 0.65em;
}

ul.footermenu {
	position: relative;
}

li.footerLeft {
	float: left;
}

li.footerCenter {
	left: 350px;
	position: absolute;
}

li.footerRight {
	float: right;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	letter-spacing: 0.05em;
}

h1 {
	font-weight: normal;
	font-size: 1.5em;
	color: #007d87;
	margin-bottom: 10px;
}

h2 {
	font-weight: normal;
	font-size: 1.3em;
	margin-bottom: 15px;
	color: #007d87;
}

h3 {
	font-size: 1.05em;
	color: black;
	font-weight: bolder;
}

br.clear {
	clear: both;
}

b {
	font-weight: bolder;
}

div.content {
	float: right;
	width: 655px;
	line-height: 20px;
	letter-spacing: 0.05em;	
}

div.content,body.mceContentBody {
	padding: 0;
	margin: 0;
	font-size: 0.85em;
}

div.content p, body.mceContentBody p {
	padding: 0 0 15px 0;
	margin: 0;
}

body.mceContentBody {
	background-color:#FFF !important;
	background-image: none;
	text-align: left;
	font-family: Arial,sans-serif;
	line-height: 20px;
	letter-spacing: 0.05em;	
}

a {
	color: #198891;
}

a img {
	border: 0;
}

.imageL {
	float: left;  
	padding: 0;
	margin: 0 10px 10px 0;
}

.imageR {
	float: right;  
	padding: 0;
	margin: 0 10px 10px 0;
}

@media print {
	li.submenuselected a, li.submenuselected a:hover, ul.submenu li a:hover,
	li.menuselected a,    li.menuselected a:hover,    ul.menu li a:hover,
	li.langselected a,    li.lang a:hover {
		font-weight: bold;
	}
}