﻿@import url(layout.css);
body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #abc;
}
#container {
	width: 770px;
	margin: 0 auto;
	background: #fff; /* url(../images/bkgd_tile.gif) top; */
	background-repeat: repeat-y;
}
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 750px;
	padding: 0;
	background-color: #fff;
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #d3d3d3;
	overflow: hidden;
}
#column_l {
	width: 520px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
}
#column_r {
	width: 193px;
	margin: 0;
	float: right;
	background-color: #eef;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	background-color: #89a;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
/* Styles for Masthead */
/*#masthead img {
	float: left;
} */
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
/* Styles for Content */
h1 {
	color: #000099;
	font-size: 1.5em;
}
h2 {
	color: #000099;
	font-size: 1.25em;
}
h3 {
	color: #000099;
	font-size: 1.0em;
}
h4 {
	color: #000099;
	font-size: 0.9em;
}
h5 {
	color: #000099;
	font-size: 0.75em;
}
h6 {
	color: #000099;
	font-size: 0.5em;
}
big {
	color: #000099;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: x-small;
	text-align: left;
	margin: 0;
	padding: 1px;
}
#column_r h3 {
    color: #000099;
	margin-bottom: 2px;
}
#column_r h4 {
    color: #000099;
	margin-bottom: 0;
}
#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;
}
/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#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;
}

/* Styles for Drop Down Menu */
table.navbar
{font-size: 8pt;
margin: 0px;
padding: 0px;
border: 0px; 
font-weight: bold;}

table.menu
{font-size: 8pt;
margin: 0px;
padding: 0px;
font-weight: bold;}

td.menuNormal
{padding: 0px;
/*text-decoration: none;*/
color: "#000099";
font-weight: bold;
line-height: 2em;
background-color: "#E8E8E8";}

td.menuHover
{padding: 0px;
color: white;
font-weight: bold;
vertical-align: top;
line-height: 2em;
/*remove the following line for drop-down menu with images #000099*/
background-color: "#000000";}

div.menuNormal
{display: none;
position: static;}

div.menuHover
{border: 1px solid "#000099";
background-color: "#E8E8E8";
display: inline;
position: absolute;}

a.menuitem:link
{text-decoration: none;
color: "#000099";
background-color: white;
display: block;}

a.menuitem:visited
{text-decoration: none;
color: "#000099";
background-color: white;
display: block;}

a.menuitem:hover
{text-decoration: none;
color: "#000099";
background-color: "#E8E8E8";
display: block;}

a.menuitem:active
{text-decoration: none;
color: "#000099";
background-color: lightblue;
display: block;}

a.menuTopLevel:link
{/*text-decoration: none;*/
color: "#000099";
background-color: ;
display: block;}

a.menuTopLevel:visited
{/*text-decoration: none;*/
color: "#000099";
background-color: ;
display: block;}

a.menuTopLevel:hover
{/*text-decoration: none;*/
color: white;
background-color: ;
display: block;}

a.menuTopLevel:active
{/*text-decoration: none;*/
color: white;
background-color: ;
display: block;}

/*=================== styles for top menu ======================*/
#topmenu {
	background-color: #FFFFFF;
	text-align: left;
	font-size: .75em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	color: inherit;
	border-top: 2px solid #000099;
	border-bottom: 2px solid #000099;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}

/*===================  ADD THIS ======================*/
.addthis_toolbox.addthis_default_style {
    padding-left: 230px;
}


/*===================== additional styles =======================*/


