﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #ffffff;
}
#container {
    background: url('../nimages/gg_C2_R23.jpg') top left;
	background-repeat: repeat-y;
	width : 1050px ;
	margin: 0 auto;
}
#masthead {
	width: 1025px;
	padding: 0;
}
#navigation {
	overflow: hidden;
	float: left;
	width: 130px;
	position: inherit;
	margin-left: 30px;
	text-align: center;
	height: 370px;
}
#page_content {
}
#column_l {
	padding: 0 4px 2px 4px;
	overflow: hidden;
	float: left;
	width: 630px;
	position: inherit;
	margin-left: 5px;
}
#column_r {
	width: 190px;
}
#column_r_ea {
	background-image: url('../images/panel_fill.jpg');
	background-repeat: repeat-y;
}
#column_r_pa {
	background-image: url('../images/panel_fill.jpg');
	background-repeat: repeat-y;
}
#footer {
	text-align: left;
	overflow: hidden;
}
/* Styles for Masthead */
#masthead img {
	margin: 0 0 0 0;
	float: left;
	overflow: auto;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0 0 20 0;
	font-family: Arial, Helvetica, sans-serif;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	font: small Arial, Helvetica, sans-serif;
	float: left;
	width: 110px;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 1px;
	padding: 1px;
	display: block;
	border: 1px #d3d3d3 solid;
	margin-top: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: thin;
	background-color: #ACB5DA;
}
#navigation a:hover {
	background-color: #5353FF;
	border: 1px solid #0000f2;
}
/* Styles for Content */
h1 {
	color: #965;
	font-size: 2.0em;
}
h2 {
	color: #965;
	font-size: 1.75em;
}
h3 {
	color: #000080;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	color: #965;
	font-size: 1.25em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: center;
	margin: 0 0 0 7px;
	font-family: Arial, Helvetica, sans-serif;
	width: 90%;
}
#column_r h4 {
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: 98%;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}
#column_l td {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #CDD2D2;
	padding-bottom: 10px;
}

#column_l td img {
	float: none;
	text-align: center;
}

#column_r img {
}

/* Styles for Footer */
#footer object {
	width: 1022px;
	height: 93px;
	float: none;
	overflow: hidden;
	clip: auto;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}