﻿@import url('layout.css');
body
{
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #abc;
	margin: 0;
	padding: 0;
}
#container
{
	width: 870px;
	margin: 0 auto;
	background: #fff url(../images/bkgd_tile.gif) top;
	background-repeat: repeat-y;
	height:100%;
}
#masthead
{
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 850px;
	padding: 0;
	background-color: #fff;
}
#navigation
{
	margin-right: 10px;
	margin-left: 10px;
	background-color: #d3d3d3;
	border-bottom-color:Black ;
	border-bottom-style:solid ;
	border-bottom-width:1px;
	border-top-color:Black ;
	border-top-style:solid ;
	border-top-width:1px;
	overflow: hidden;
}
#page_content
{
	width: 850px;
	margin: 0 0 0 10px;
	padding: 0px;
}
#column_l
{
	width: 620px;
	margin: 0 0 0 0px;
	padding: 0 10px 0px 10px;
	height:100%;
}
#column_r
{
	width: 198px;
	margin: 0;
	float: right;
	/*background-color: #eef;*/
	background-color:#E0E8F3;
	position: relative;
	/*right: 5px;*/
	padding-right: 5px;
	padding-left: 5px;
	/*height: 100%;*/
	font-size: x-small;
}
#table_column_l
{
	width: 620px;
	margin: 0 0 0 0px;
	padding: 0 10px 10px 10px;
	height: 100%;
}
#table_column_r
{
	width: 198px;
	margin: 0;
	/*background-color: #eef;*/
	background-color: #E0E8F3 ;/*#D3DEEF;*/
	border-left: solid 1px #d0d0d0 ;
	padding-right: 5px;
	padding-left: 5px;
	height: 100%;
	font-size: x-small;
}
#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
{
	text-decoration:underline; 
}
/*#navigation a:hover
{
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}*/
/* Styles for Content */
h1
{
	margin-top: 5px;
	margin-bottom: 5px;
	/*color: #965;*/
	font-size: 1.75em;
	/*font-size: 2.0em;*/
}
h2
{
	margin-top: 5px;
	margin-bottom: 5px;
	/*color: #965;*/
	font-size: 1.75em;
}
h3
{
	/*color: #965;*/
	font-size: 1.5em;
}
h4
{
	/*color: #965;*/
	color: Black; 
	margin-bottom:5px;
	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: left;
	margin: 0;
	padding: 5px;
}
#column_r h4
{
	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;
}
#table_column_r h4
{
	margin-bottom: 0;
}
#table_column_r ul
{
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#table_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;
}
.site_map_1_col
{
	margin-left: 10px;
	font-size: x-small;
}
.site_map_2_col
{
	margin-left: 0px;
	font-size: x-small;
}
.asp_menu
{
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}
.asp_button
{
	background-image: url('../products/images/download_asp.png');
	width: 28px;
	height: 28px;
}
.bookmark
{
	text-decoration: none;
	color: #965;
}
.bookmark:hover
{
	text-decoration: none;
	color: #965;
}

