/* general css */

body, table, div {
	font-size: 10pt;
	font-family: tahoma, verdana, arial;
	color: #fff;
	line-height: 1.6em;
}

body {
	margin: 0;
	padding: 0 0 0 20px;
}

h2 {
	display: inline;
	font-size: 20px;
	font-weight: normal;
}

h3 {
	display: inline;
	font-size: 16px;
	font-weight: normal;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 980px;
}

#menu li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	width: 240;
	height: 500px;
	overflow: hidden;
}

#menu_1 { background: #646567 url('../img/background_1.gif') no-repeat top left; }
#menu_2 { background: #f29400 url('../img/background_2.gif') no-repeat top left; }
#menu_3 { background: #009ee0 url('../img/background_3.gif') no-repeat top left; }
#menu_4 { background: #e2007a url('../img/background_4.gif') no-repeat top left; }

.content { color: #fff; }

#content_1 { padding: 45px 50px 0 300px; }
#content_2 { padding: 0 0 0 0; }
#content_3 { padding: 0 0 0 0; }
#content_4 { padding: 45px 45px 45px 45px; }

.picStyle { border: 1px solid #fff; }

.scroller {
	padding: 0 0 10px 0;
	width: 560px;
	height: auto;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}

.navframe {
	width:600px;
	height:120px;
	cursor: pointer;
}

.contentframe {
	width:600px;
	height:380px;
}

#dynamickloppercontent {
	height: 180px;
	overflow: auto;
}

#dynamicagendacontent {
	height: 180px;
	overflow: auto;
}

a:link		{ color: #fff; text-decoration: underline; }
a:visited	{ color: #fff; text-decoration: underline; }
a:hover		{ color: #fff; text-decoration: none; }
a:active	{ color: #fff; text-decoration: none; }