﻿@import url('newlayout.css');
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #264b85;
}
#container {
	width: 980px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
	position: relative;
	color: #000000;
	top: 0px;
	left: 0px;
	height: 100%;
}
#masthead {
	text-align: right;
	background-image: url('../images/a17n.JPG');
	background-repeat: repeat-x;
	overflow: visible;
}
#navigation {
	background-color: #eeca58;
}
#page_content {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	height: auto;
	background-color: #FFFFFF;
	width: 980px;
}
#column_l {
	padding: 15px;
	background-color: #fff;
	float: left;
	top: 0px;
	left: 0px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 660px;
	z-index: 5;
	visibility: visible;
	position: relative;
}
#column_r {
	float: right;
	width: 320px;
	margin: 0;
	padding: 15px 10px 15px 10px;
	background-color: #cbd5e6;
	top: 0px;
	right: 0px;
	height: auto;
	position: relative;
}
#footer {
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #dfcfbf;
	float: none;
	z-index: 0;
	width: 980px;
	height: auto;
	top: 0px;
	left: 0px;
	overflow: auto;
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#footerb {
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #dfcfbf;
	float: none;
	z-index: 0;
	width: 980px;
	height: auto;
	top: 0px;
	left: 0px;
	overflow: auto;
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	background: #264B85;
	font-size: small;
	text-align: right;
	color: #000;
	margin: 0px 10px 10px 0;
	padding: 0;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	
}
#navigation li {
	float: left;
	
}
#navigation a {
	font-family: "Comic Sans MS";
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 0px 5px 0px 5px;
	background-color: #D1BA5C;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ca7;
	border-right-color: #ca7;
	border-left-color: #ca7;
}
#navigation a:hover {
	font-family: "Comic Sans MS";
	font-size: small;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ca7;
	border-right-color: #ca7;
	border-left-color: #ca7;
	background-color: #ed9;
}
/* Styles for Content */
h1 {
	font-size: x-large;
	color: #FFFFFF;
	font-family: "Comic Sans MS";
	font-weight: bolder;
	text-align: center;
	vertical-align: middle;
}
h2 {
	font-size: 1.75em;
	color: #000080;
	font-family: "Comic Sans MS";
	font-weight: bolder;
}
h3 {
	font-size: medium;
	color: #000080;
	font-family: "Comic Sans MS";
	font-weight: bolder;
	text-align: center;
}
h4 {
	font-size: 1.25em;
	color: #000080;
	margin-left: 80px;
}
h5 {
	font-size: 0.75em;
	color: #000080;
}
h6 {
	font-size: 0.5em;
	color: #000080;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: #808080;
	margin: 10px;
	padding: 1px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
	font-size: small;
	font-family: "Comic Sans MS";
	font-weight: bold;
}
#twitterlayer a{
	font-size: x-small;
}
#twitterlayer a:hover{
	font-size: x-small;
}
#twitterlayer a:active{
	font-size: x-small;
}	
#footer a:hover {
	color: #000;
	text-decoration: none;
}
#footerb p {
	font-size: x-small;
	text-align: center;
	color: #808080;
	margin: 10px;
	padding: 1px;
}
#footerb a {
	color: #808080;
	text-decoration: underline;
	font-size: small;
	font-family: "Comic Sans MS";
	font-weight: bold;
}
#footerb a:hover {
	color: #000000;
	text-decoration: none;
}

/* Styles for Links */
a {
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: medium;
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
}
a:hover {
	font-family: "Comic Sans MS";
	color: #D91D1E;
	font-weight: bold;
	text-decoration: none;
	font-size: medium;
}


.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.newStyle2 {
	border-width: medium;
	border-style: outset;
	background-color: #345280;
	width: 170px;
	position: relative;
	left: 250px;
}



