html    {
	font-size: 1em;
}

body {
	background-color: #CCCCCC;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}

.page-wrapper {
	background-color: #ADB96E;
	max-width: 1171px;
	width: 100%;
	
}

header {
    background-color: #30395C;    
}

.main {
	background-color: #FFFFAA;
	width: 100%;
}

.mainContent {
	background-color: #FFFFAA;
	max-width: 100%;	
}

aside {
    color: #000000; 
    background-color: #ADB96E;	
	width: 100%;
	
}

footer {
    background-color: #FFFFAA;
    color: #000000;
    text-align: left;
    max-width: 100%;
}

h1, h2, h3  {
    font-family: serif;
    font-style: italic;
    font-weight: bold;
}

h1  {
    font-size: 2.250em; 
    line-height: 1.5em; 
	color: #FFFFFF;
}

h2  {
    font-size: 1.6em;
    line-height: 1.5em;
    color: #000000; 
}

h3  {
	font-size: 1.375em;
	line-height: 1.5em;
	color: #000000;
}

img  {
	width: 100%;
}

p.teasertext    {
    color: #000000; 
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
    font-size: 1.2em; 
    line-height: 1.368em; 
}

a:link, a:visited {
    color: #005580;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    color: #005580;
    text-decoration: underline;
}

nav {	
	background-color: #ADB96E;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 1.25em;	
}

nav ul li {
    list-style: none;
}

nav a:link, nav a:hover {
	background-color: #ADB96E;
	color: #FFFFFF;    
}

nav a:hover {
    background-color: #C2D2E5;
}

iframe {
	background-color: #ADB96E;
	max-width: 580px;
	width: 100%;
	border: 0;
}

table{
	background-color: #CCCCCC;
	width: 560px;
	width: 100%;	
}



