﻿body {
	margin:0px 0px;
	background-color:#EDEDED;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
    width:100%;
}
	
#divTitleBarOuter {
	width:100%;
    height:40px;
    max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
    position:relative;
}

#divTitleBarInner {
    margin-left:10px;
    margin-right:10px;
    line-height:40px;
}
	
#divTopMenuOuter {
	width:100%;
    max-width:1000px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	
}

#divTopMenuInner {
    margin-left: 10px;
    margin-right: 10px;
    line-height:22px;
	font-family:'Segoe UI', Tahoma;
	font-size:1.2em;
}

#divTopMenuInner a {
	color: #303030;
	text-decoration: none;
}
	
#divTopMenuInner a {
	color: #303030;
	text-decoration: none;
}
	
#divTopMenuInner a:hover {
	color: #303030;
	text-decoration: underline;
}
	
#divContentContainer {		
	width:100%;
    max-width:1000px;
	position:relative;
	margin-left:auto;
	margin-right:auto;		
}

#divContentContainerInner {
    min-height:150px;
    margin-left: 10px; 
    margin-right: 10px;
    margin-top: 16px; 
    margin-bottom: 20px; 
    padding-top: 15px; 
    border-top: 1px solid #C0C0C0; 
    border-bottom: 1px solid #D0D0D0;
}
	
.ContentTitle {
	font-family:'Segoe UI', Tahoma;
	font-size:2em;
	color:#002A95;
}

h1, h2, h3 {
    margin-top:0px;
	font-family:'Segoe UI', Tahoma;	
	color:#002A95;
}

h1 {
    font-size:2em;
    font-weight:normal;
}

h2 {
    font-size:1.3em;
    font-weight:bold;
}

.ContentSubTitle {
	font-family:'Segoe UI', Tahoma;
	font-size:1.3em;
    font-weight:bold;
	color:#002A95;
}
	
footer {
	width:100%;
    max-width:1000px;
	position:relative;
	color: #808080;
	font-size:0.9em;
	margin-left:auto;
	margin-right:auto;		
	text-align:center;
}
	
#divBackgroundGradient {
	position:absolute;
	top:20px;
	width:100%;
    left:0px;
	height:550px;
	background: linear-gradient(#FFFFFF, #EDEDED);
	z-index:-1
}
	
#divTopBar {
	height:20px;
	width:100%;
	background-color:#424242;
}