@charset "utf-8";
/* CSS Document */

/* Global Styles */
* {
	margin: 0px;
	padding: 0px;
}

body {
	overflow: auto;
	background-color: #fafafa;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	}
    
.leftsection {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.rightsection {
    padding: 5px 15px 15px 15px;
    background-color: #004976;
    color: white;
}

.bottomdown {
    margin-top: 5px;
}

#wrapper {
	position:relative;
	width: 984px;
	margin: 8px auto;
	background-color: #004976;
}

#wrapper p {
	font-size: 0.9em;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 24px;
	margin-bottom: 20px;
}

#wrapper a:link, #wrapper a:visited {
	text-decoration: none;
	color: #DC7F00;
    font-weight: bold;
}

#wrapper a:hover {
	text-decoration: none;
	color: darkblue;
}

#wrapper ul {
	padding-left: 25px;
	margin-bottom: 2.0 em;
}

#wrapper li {
	font-size: 0.9em;
	line-height: 1.9em;
}

.content {
    border-top: solid 4px #FF9E1B;
    background-color: white;
}

#content {
	position: relative;
	border-top: solid 4px #FF9E1B;
	background-color: #004976;
}

.header-group-inner {
	background-color: #004976;
	position: relative;
    width: 1170px;
}

.header-logo {
	margin-left: -10px;
}

#left_col {
	position: relative;
	width: 700px;
	background-color: #FFF;
	padding: 10px 10px 40px 10px;
    color: black;
}

.left_content {
    color: black;
}

.image_with_shadow {
	-webkit-box-shadow: 6px 6px 4px #1F1D1D;
	box-shadow: 6px 6px 4px #1F1D1D;
	margin: 20px;
}

.top_heading {
	background-color: #319B42;
	height: 50px;
    width: 1170px;
}

.right_content {
	padding: 10px;
    color: white;
}

#right_col {
	position: absolute;
	left: 720px;
	width: 264px;
	top: 0px;
}


/* Headings */
h1 {
	font-size: 1.4em;
	line-height: 2.2em;
}

h2 {
	font-size: 1.0em;
	margin-bottom: 0.5em;
	margin-left: 20px;
}

h3 {
	font-size: 0.95em;
	margin-bottom: 0.5em;
	margin-left: 20px;
}



/* Common Styles */
/* ------------- */
.smaller {
	font-size: 0.80em;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.red {
	color: #F00;
}

.white {
	color: white;
}
