@import url(layout.css);
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
         margin: 0 15px;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #fff;
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%; padding: 10px;
	background-color: #fff;
}

#masthead p {
	padding-top: 43px !important;
}
#navigation {
	background-color: #0B338A;
	overflow: hidden;
         border: 1px solid #3a7dda;
}
#page_content {
	position: relative;
	width: 100%;
}
#column_l {
	position: relative;
	margin: 0 350px 0 0;
	padding: 0 29px;
	background-color: #fff;
	float: none;
}
#column_r {
	float: none;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: #a8c4eb;
	position: absolute;
	right: 0px;
	top: 0px;
}
#column_r li {
  background: 0;
  padding: 0 !important;
}
#footer {
	background: url(../images/footer.gif) repeat-x #c5d7ed;
         padding: 10px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	text-align: right;
	color: #000;
	margin: 10px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
         padding: 0 !important;
         background: 0;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-right: 1px solid #3a7dda;
	background-color: #a8c4eb;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border-right: 1px solid #3a7dda;
	background-color: #ed9;
}
/* Styles for Content */
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #3a7dda;
}
h3 {
	font-size: 1.5em;
	color: #3a7dda;
}
h4 {
	font-size: 1.25em;
	color: #3a7dda;
}
h5 {
	font-size: 0.75em;
	color: #3a7dda;
}
h6 {
	font-size: 0.5em;
	color: #3a7dda;
}

ul { padding: 0 0 20px 0; margin: 0; }
li {
  list-style: none;
  padding-left: 15px;
  background: url(../images/list.gif) no-repeat 0 4px;
  }
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #9C9C9C;
	margin: 0;
	padding: 1px;
}
#footer a {
	color: #9C9C9C;
	text-decoration: none;
}
#footer a:hover {
	color: #9C9C9C;
	text-decoration: underline;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
