﻿@import url(layout.css);
body {
	color: #515861;
	font-size: 15px;
	font-family: "Open Sans" "Myriad Web Pro", "Verdana", "Geneva", "Tahoma", "sans-serif";
	background-color: #c6ccd5;
} 
#wrapper {
	margin:0 auto;
	padding:0 33px 0 33px;
	background: url('../images/Blue-Background-Pattern2.jpg') repeat-y center top;
	height:auto;
	text-align:left;
	width:100%;
}
#container {
	background-color: #fff;
	width: 944px;
	margin: 0px auto;
	border-top: 0px;
	border-bottom: 0px;
        border: 1px solid #999;
        -webkit-box-shadow: 1px 0px 10px 0 #000000;
        -moz-box-shadow: 1px 0px 10px 0 #000000;
        box-shadow: 1px 0px 10px 0 #000000;
}
#masthead {
	text-align: right;
	background-color: white;
	padding: 2px;
	width: 934px;
}
#blank {
	background-color:white;
	width:100%;
}
#navigation {
//	background-color: white;
	height:40px;
	width: 944px;
	overflow: hidden;
}
#column_l {
	width: 647px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 255px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #E8EAEE;
	position: relative;
}
#footer {
	width: 944px;
	text-align: center;
	background-color: #99b3d5;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
        color: black;
	margin-top: 6px;
	list-style-type: none;
	padding:0px;
}
#navigation li {
	float: left;
	vertical-align: middle;
	padding:0px;
}
#navigation a {
	color: white;
	text-decoration: none;
	font-weight:bold;
	padding-left:9px;
	padding-right:9px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
#navigation a:hover {
	color: white;
	text-decoration: none;
	font-weight: bold;
	padding-left:9px;
	padding-right:9px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #516d9d;
	display: block;
}
#navigation li.current {
	background-color: #516d9d;
}

/* Styles for left Column*/
#column_l p {
	color: black;
}
#column_l h {
	color:#515861;
}
#column_l li {
	color: black;
}

/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: black;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #515861;
	text-decoration: underline;
}
#footer a:hover {
	color: black;
	background-color:white;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}