﻿@import url(layout.css);
.style1 {
	border-width: 0px;
}

.Center {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:large;
	font-style: normal;
	background-color:white
}
#container {
	width: 100%;
	margin: 0;
	background-color: #fff;
	position: relative;
}
#masthead {
	text-align: right;
	width: 100%;
	background-color:white;
}
#navigation {
	background-color:black;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:white;
}
#column_l {
	position: relative;
	margin: 0 350px 0 0;
	padding: 0 2%;
	background-color: #fff;
	float: none;
}
#column_r {
	float: none;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: #cdf;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	background-color: #dfcfbf;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: large;
	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;
}
#navigation a {
	color:white;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid white;
	background-color:black;
}
#navigation a:hover {
	color:black;
	text-decoration: none;
	border: 1px solid black;
	background-color:white;
}
/* Styles for Content */
h1 {
	font-size: large;
	color: #393939;
}
h2 {
	font-size: large;
	color: #393939;
}
h3 {
	font-size: large;
	color: #393939;
}
h4 {
	font-size: large;
	color: #393939;
}
h5 {
	font-size: large;
	color: #393939;
}
h6 {
	font-size: large;
	color: #393939;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Styles for Links */
a {
	color:blue;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/*Menu Style*/
.primaryStaticMenu
{
   background-color: transparent;
   float: right;
   text-align:center;
}
.primaryStaticMenuItem
{
   width: 10em;
   background-color: blue;
   border-width: 1px;
   border-color: #efefef #aaab9c #ccc #efefef; 
   border-style: solid;
   color:white;
   padding: 0.5em 0 0.5em 1em;
}
.primaryStaticHover
{
   color: blue;
   background: white;
}

.primaryDynamicMenu
{   
   background-color: #f7f2ea;               
   border-bottom: solid 1px #ccc;    
}  
.primaryDynamicMenuItem
{
   width: 10em;
   background-color:blue;
   color: #777;
   padding: 0.5em 0 0.5em 1em;
   border-width: 1px;
   border-color: #f7f2ea #aaab9c #f7f2ea #efefef;  
   border-style: solid;         
}    
.primaryDynamicHover
{
   color: #800000;
   background: #f0e7d7;
}            

.secondaryLevelOne
{
   background-color: transparent;
   background-repeat: repeat-x;
   margin: 1.5em 0 0 0;
   padding: 5px 0 0 5px;
   width: 12em; 
   height: 35px;
}
.secondaryLevelTwo
{
   background: #FAFBFB;
   padding: 5px 0 5px 5px;         
}
.secondaryStaticHover
{
   color: #800000;
}
