﻿@import url(layout.css);
body {
	color: #000;
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-family:"Trebuchet MS";
	font-size: small;
	font-style: normal;
	background-color:#0079A7;
		
		
	background-repeat:repeat-y;

}
#container {
	width: 100%;
	margin: 0;
/*	background-color:#fff;*/
	position: relative;
/*	background-image: url(http://modelg8usa.org/images/FAI_gradient.gif);*/
}
#masthead {
	overflow:hidden;
	text-align: right;
	width: 100%;
/*	background-color:#A8BDFF;*/
	background-repeat:no-repeat;
	background-image: url(http://modelg8usa.org/images/FAI_gradient.gif);
}
#navigation {
	background-color: #BCBEC0;
	background-color: #7ABBD8 ;
	overflow: hidden;
	width:100%;
	border-bottom: 1px #BCBEC0 solid;
}
#page_content {
	position: relative;
	width: 100%;
	padding-top:10px;
	border-top-width: 0px;
	border-top-style: none;
/*	border-top-color: #CCAA77;*/
	background-color:white;
}

#column_l_2 {
/*hack to resolve issue with floating div using a table*/
	margin: 0px;
	padding: 0 2%;
	background-color: #fff;
	float: none;
	
}


#column_l {
	position: relative;
	margin: 0 350px 0 0;
	padding: 0 2%;
	background-color: #fff;
	float: none;
}

#column_r_2 {
/*hack to resolve issue with floating div using a table*/
	float:none;
	width: 330px;
	margin: 0;
	padding: 10px;
	/*background-color: #cdf;
	background-color: #84AE40;*/
	border-left:1px #971B1E solid;
	border-top:1px #971B1E solid;
	}

#column_r {
	float: none;
	width: 330px;
	margin: 0;
	padding: 10px;
	background-color: #cdf;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	background-color: #BCBEC0;
	padding-bottom: 5px;
	color: #0079A7;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: small;
	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;
	margin-left:20px;/*8*/
	margin-right:20px;
}
#navigation a {
	font-family:Georgia;
	color: #0079A7;
	color: #971B1E;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 0px none #A0DB95;
	background-color: #BCBEC0;
	background-color: #7ABBD8;
font-weight:bold;

/*border:1px #0079A7 solid;*/

}
#navigation a:hover {
	color: white;
	text-decoration: none;
	border: 0px none #ed9;
	background-color: #58595B;
}
/* Styles for Content */
#newsTitle{
	color:black;
	margin: 0 auto;
}
h1 {
	font-family:Georgia;
	font-size: 2em;
	color: #971B1E ;
}
h2 {
	font-family:Georgia;
	font-size: 1.75em;
	color: #971B1E ;
}
h3 {
	font-family:Georgia;
	font-size: 1.5em;
	color: #971B1E ;
}
h4 {
	font-family:Georgia;
	font-size: 1.25em;
	color: #971B1E ;
}
h5 {
	font-family:Georgia;
	font-size: 0.75em;
	color: #971B1E ;
}
h6 {
	font-family:Georgia;
	font-size: 0.5em;
	color: #971B1E ;
}
/* Styles for Footer */
#footer {
	font-size: x-small;
	overflow:hidden;
	
	
}

#footer p {
	font-size: x-small;
	text-align: center;
	color: #393939;
	margin: 10px;
	padding: 1px;
}
#footer ul {
	list-style-type:none;
/*	width: 100%;*/
	margin: 0;
	padding: 0;
}
#footer li {
	float: left;
	margin-left:10px;
	margin-right:10px;
}


#footer a {
	color: #0079A7;
	text-decoration: underline;
}
#footer a:hover {
	color: #0079A7;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #469;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.note{
	background-color:yellow;
}

img{
	border:1px solid #0079A7;	
}

.noborder{
	border:0px none black;
}

.picdiv{
	width:330px;
	margin:10px;
	display:inline-block;	
	float:left;
}
