
html, body
{
	margin: 0px;
	padding: 0px;
	
	font-family: sans-serif; 
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, table, legend
{
}

h1, h2, h3, h4, h5, h6
{
}

legend
{
}

fieldset
{
	border: 1px solid #dedfd8;
}

h1, h2
{
	font-size: 20px;
}

h3, h4
{
	font-size: 16px;
}

h5, h6
{
	font-size: 12px;
}

p
{
	margin: 8px 0px 8px 0px;
}

.invisible
{
	display: none;
}

#siteContainer
{
	margin: 10px auto 10px auto;
	
	width: 942px;
	height: auto;
}

#siteContainer #topContainer
{
	width: inherit;
	height: 50px;
}

#siteContainer .teaserSpace
{
	width: inherit;
	height: 3px;
}

#siteContainer #teaserContainer
{
	width: inherit;
	min-height: 215px;
}

#teaserContainer .teaserGroup
{
	position: relative;
	
	width: 226px;
	min-height: 165px;
}

#teaserContainer #teasers
{
	margin: 0px auto 0px auto;
}

#teaserContainer #teaserText,
#teaserContainer #teaserText a
{
	color: #fff;
	
	font-size: 10px;
	font-weight: bold;
	
	text-align: center;
	text-transform: uppercase;
}

#siteContainer #middleContainer
{
	width: 942px;
	height: auto;
}

#middleContainer #menuContainer
{
	margin: 0px 0px 0px 45px;
	
	width: 200px;
	height: auto;
	overflow: hidden;
	
	color: #fff;
	font-size: 11px;
}

#menuContainer .menu
{
	padding-left: 15px;
	
	font-weight: normal;
	text-transform: uppercase;
}

.menu .menu
{
}

.menu a
{
	color: #fff;
	text-decoration: none;
	
} .menu a:hover
{
	text-decoration: underline;
}

.menu .active
{
	text-decoration: none;
	font-weight: bold;
}

.menu li
{
	margin: 2px;
	
	list-style-type: circle;
	list-style-position: outside;
}

#middleContainer #contentContainer
{
	margin-right: 17px;
	
	width: 680px;
	height: auto;
	overflow: hidden;
}

#contentContainer .index
{
	color: #fff;
	font-size: 12px;
}

#contentContainer .trivial
{
	color: #000;
	background: #fff;
	
	font-size: 12px;
}

#contentContainer .trivial h1, #contentContainer .trivial h2
{
	font-size: 20px;
	font-weight: bold;
}

#contentContainer .trivial h3, #contentContainer .trivial h4
{
	font-size: 16px;
	font-weight: bold;
}

#contentContainer .trivial h5, #contentContainer .trivial h6
{
	font-size: 12px;
	font-weight: bold;
}

#contentContainer .contentLayout
{
	width: 680px;
}

.contentLayout .side
{
	width: 1px;
	background: #fff;
}

.contentLayout #content .placeholder
{
	padding: 10px;
}

#content b, #content strong
{
	font-weight: bold;
}

#content i, #content em
{
	font-style: italic;
}

#content ul
{
	margin: 10px 0px 10px 0px;
	padding-left: 15px;
}

#content ul li
{
	margin: 2px;
	
	list-style-type: disc;
	list-style-position: outside;
}

.contentLayout #bottom
{
	height: 10px;
}

.data table
{
	margin: 0px 0px 10px 0px;
	border: 1px solid #aeabab;
}

.data table tr:first-child
{
	color: #fff;
	background-color: #009933;
}

.data table tr td
{
	padding: 5px;
}

#siteContainer #bottomContainer
{
	width: inherit;
	height: 15px;
}


