@charset "utf-8";
/*basic  styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	top: 0px;
	font-size: 11px;
	background-color: #FFFFFF;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 12px;
}
form {
	margin: 0px;
	padding: 0px;
}
input {
	height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
a:link, a:visited {
	color: #004E6F;
	text-decoration: none;
}
a:hover, a:active {
	color: #F78F1E;
	text-decoration: underline;
}
/*layout IDs */

/* centers the page */
#contentSurround {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 97%;
}

/*gives the background image and width */
#container {
	float: left;
	width: 100%;
}

/*contains all the other layers in the 720px width */
#main {
	float: left;
	width: 100%;
}
/* contains OAG logo and logoBannerExtras on the right */
#logobanner {
	float: left;
	width: 100%;
	height: 95px;
}

/* rss and search form at top of page on the right */
#logobannerExtras {

		display:none;
}

#menu {

		display:none;
}

#homePhoto {

		display:none;
}


#internalPhoto {

		display:none;
}
#breadcrumbs {

		display:none;
}


/* message that appears over home Image */
#LongMessageBG{

	display: none;
	}
#LongMessage {

	display: none;
}
/* message that appears over internal Image */
#TitleMessageBG{
		display:none;
	}
#TitleMessage {

	display: none;
}
#oneColumnPageContent/*the main text*/
 {
	float: left;
	width: 100%;
	padding: 0px;
	text-align: justify;
}
#leftColumnContent {
	float: left;
	width: 140px;
	margin: 0px;
	display:none;
}


#midColumnContent {
	float: left;
	width: inherit;
	padding: 0px;
	text-align: justify;
}


/*bottom background image and extra links below*/
#bottombanner {
		display:none;
}

.greyButton/* buttons */
 {
	background-image: url(../images/greygradButton_mid.jpg);
	background-repeat: repeat-x;
	width: auto;
	float: left;
	height: 22px;
	line-height: 22px;
}
.greyButton  a:link, .greyButton  a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
}
.greyButton  a:hover, .greyButton  a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:underline;
}




/* text styling */
.orangetext {
	color: #F78F1E;
}
.DarkBluetext {
	color: #004E6F;
}
.smalltext {
	font-size: 10px;
}

