body {
	overflow : hidden;
	font-size: 12px;
	padding : 0;
	margin: 0;
}
img {
	border: 0;
}
*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D3234;
}

A {
	text-decoration: none;
	color : orange;
	font-weight: bold}

A:hover   {
	text-decoration: none;
	color : orange;
	font-weight: bold;
}
h1{
	color : #220B7A;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	font-weight : normal;
	margin: 0;
	padding : 15px 0px 10px 0px;
}
h3 {
	color : #220B7A;
	margin:0;
	padding: 0;
	font-size: 13px;
}
h4 {
	margin:0;
	font-size: 10px;
	color: gray;
	font-weight: normal;
}
.subTitle{
	color : #494846;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight : 900;
}

* html   a {height: 1%;}


.newsList, .newsList ul {
	display: block;
	margin: 0;
	padding: 0;
}
.newsList ul li {
	display: block;
	padding: 0 0 15px 27px !important;
	background: url(images/list.gif) no-repeat !important;
	margin-bottom: 20px;
	border-bottom: 1px solid #6DB3D6;
}
.separator {
	border-right: 2px dotted silver;
	width: 225px;
	padding-left: 27px;
	background: url(images/list.gif) no-repeat;
}
.leftpadding div {	
	width: 215px;
	padding-left: 37px;
	background: url(images/listleft.gif) no-repeat;
}
.striped {
	background: #E0E8EA;
}
#members tr th, #members tr td {
	padding: 4px;
}

/***********************/
/*            D I V ' S               */
/***********************/


#innerWrapper {
	display: block;
	width: 800px !important;
}
#header {
	display: block;
	height: 114px;
	width: 800px;
	text-align: center;
}
#header a, #header div {
	float: left;
}
#header div {
	width: 45px;
}
#logo {
	display: block;
	width: 710px;
}
#menu {
	display: block;
	clear: both;
	margin: 0 0 4px 0;
	height: 20px;
	text-align: center;
	overflow: hidden;
}
#menu a {
	display: block;
	float: left;
	width: 96px;
	height: 20px;
	margin-right: 4px;
	background: url(images/menu_background.gif) no-repeat;
} 
#menu a:hover {
	background: url(images/menu_background_over.gif) no-repeat;
}
#menu a h2 {
	display: block;
	text-align: center;
	padding-top: 2px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#photos {
	display: block;
	clear: both;
	height: 127px;
	margin-bottom: 5px;
	overflow: hidden;
}
#photos a {
	float: left;
	width: 196px;
	margin-right: 4px;
}
#wrapperContent {
	display: block;
	overflow: hidden;
}
#wrapperMain {
	display: block;
	float: left;
	width: 480px;
}
#wrapperTeaser {
	display: block;
	float: right;
	width: 290px;
	background: #E0E8EA;
	text-align: center;
}
#teaser1 {
	display: block;
	width: 244px;
	margin: 0 auto;
}
#teaser1 table {
	margin: 0 auto;
}
#wrapperMain, #wrapperTeaser {
	padding-bottom: 20010px;
	margin-bottom: -20010px;
}
#wrapperFooter {
	display: block;
	clear: both;
	height: 40px;
	background: white url(images/footer_background.gif) repeat-x !important;
}
#copyright {
	display: block;
	float: left;
	margin-top: 15px;
	color: gray;
	font-size: 10px;
}
#infodesign {
	display: block;
	float: right;
	margin-top: 15px;
}
#empty {
	height: 0;
}


.menu_on h2 {
	color: white !important;
}
.menu_on {
	background: url(images/menu_background_on.gif) no-repeat !important;
}