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


* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
input {
	border: 1px solid;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	line-height: 150%;
	margin-top: 8px;
}
.rightside_text {
	line-height: 150%;
	margin-top: 0px;
}
ul{
}

h1 {
	color: #1C3462;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
}

h2 {
	color: #600;
	font-family: Arial, Helvetica, sans-serif;
	;
	font-size: 15px;
	line-height: 120%;
	font-style: italic;
}

h3 {
	color: #092850;
	margin-top: 18px;
	font-weight: bolder;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	color: #496DAE;
	margin-top: 14px;
	margin-bottom: 6px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #600;
	margin-top: 6px;
	margin-bottom: 6px;
	text-transform: uppercase;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #600;
	margin-top: 0px;
	margin-bottom: 6px;
	text-transform: uppercase;
	padding-top: 10px;
}
.home_sidebarindent {
	padding-left: 12px;
}

#container {
	width: 970px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1C3462;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C3462;
}

#masthead {
	background-image: url(../img/masthead2.jpg);
	height: 160px;
}

#masthead2 {
	background-image: url(../img/masthead2.jpg);
	height: 160px;
}

#masthead3 {
	background-image: url(../img/masthead3.jpg);
	height: 176px;
}
#navlist {
}

#nav_bar {
	font-weight: bold;
	text-align: center;
	background-color: #466DAD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C3462;
}
#nav_bar   ul {
	margin-left: auto;
	margin-right: auto;
	padding-top: 4px;
	padding-right: 1em;
	padding-bottom: 4px;
	padding-left: 1em;
}
#nav_bar  ul  li {
	display: inline;
	list-style-type: none;
}
#nav_bar  ul  li  a  {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1em;
	padding-top: 4px;
	padding-right: 1em;
	padding-bottom: 4px;
	padding-left: 1em;
}
#nav_bar  ul  li  a:hover   {
	background-color: #1B375E;
}

#main {
	padding-left: 180px;
}

#main .column {
	float: left;
	position: relative;
}

#main_column {
	width: 100%;
}

#content {
	margin-top: 30px;
	margin-right: 50px;
	margin-bottom: 40px;
	margin-left: 50px;
}

#sidebar_a {
	width: 180px;
	right: 180px;
	margin-left: -100%;
	background-color: #1C3462;
	text-align: right;
}

#sidebar_a_contents {
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#sidebar_a_contents   ul  li {
	list-style-type: none;
	margin-top: 7px;
	margin-bottom: 7px;
}

#sidebar_a_contents   ul  li  a {
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar_a_contents   ul  li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#sidebar_b {
	width: 310px;
	float: right;
	
}
#sidebar_b_interior {
	margin-right: 50px;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#sidebar_b_top {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 140px;
	color: #FFF;
}
#sidebar_b_contents {
	padding-right: 30px;
	padding-left: 30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #466DAD;
	border-left-color: #466DAD;
	padding-top: 0px;
	padding-bottom: 0px;
}
#sidebar_b_contents_nomargin {
	padding-right: 30px;
	padding-left: 6px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #466DAD;
	border-left-color: #466DAD;
	padding-top: 0px;
	padding-bottom: 0px;
}
#sidebar_b_contents a {
	color: #600;
	text-decoration: underline;

	}
#sidebar_b_contents a:hover {
	color: #600;
	text-decoration: none;
	}
#sidebar_b_btm {
	background-image: url(../img/106_sidebar_r4_c1.jpg);
	height: 12px;
	margin-bottom: 20px;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #466DAD;

}

#footer_nav {
	font-size: 11px;
	letter-spacing: 1pt;
}
#footer_nav a      {
	color: #000;
	text-decoration: none;
}
#footer_nav  a:hover   {
	color: #666666;
	text-decoration: underline;
}

#credits {
	font-size: 10px;
}
#credits a {
	text-decoration: underline;
	color: #000;
}
#credits a:hover {
	text-decoration: none;
	color: #000;
}

/*** IE6 Fix ***/
* html #sidebar_a {
	left: 180px;
}
.sidebar_b_pic_adjust {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
}
#sidebar_b_contents ul li{
	margin-top: 5px;
	color: #1C3462;
}
#content ul {
	margin-top: 12px;
	line-height: 120%;
}
.lightblue {
	color: #496DAE;
}
#content p a {
	color: #496DAE;
	text-decoration: underline;
}
#content p a:hover {
	text-decoration: none;
}
.tableadjust {
	margin-top: 12px;
}
#sidebar_b_contents_home {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #466DAD;
	border-left-color: #466DAD;
	padding-top: 0px;
	padding-bottom: 0px;
}
.number   {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #1C3462;
	font-style: italic;
}
.sidebar_b_pic_adjust_home {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
}

