﻿/* This is the Cascading Style Sheet for the second level pages on the OBS website */

/* This sets the color and other attributes for links within the body text */
A:link { color:#0000ff; text-decoration: none}
A:visited { color:#CC9933; text-decoration: none}
A:hover { color:#CC0000; text-decoration: underline; }
A:active { color: #CC0000; text-decoration: none}

/* This sets the font family, color and other attributes for links in the left menu */
.menu {Font-Family : Comic Sans MS; Font-Size: 8pt }
.menu A:link { color:#000080; text-decoration: none  }
.menu A:visited { color:#000080; text-decoration: none }
.menu A:hover { color:#CC0000; text-decoration: underline; font-weight: bold }
.menu A:active { color: #D60001; text-decoration: none }

/* This sets the font attributes for PageHeading style */
.PageHeading { Font-Family: Comic Sans MS; Font-Size: 18pt; Font-Weight: bold; color: #000080; font-variant: SMALL-CAPS; }

/* These are styles for centered, right aligned and justified text. */
.centered { text-align: center; }
.right { text-align: right; }
.just { text-align:justify; }
.byline {
	font-family: "Comic Sans MS";
	color: #000080;
	font-weight: normal;
	font-size: 13pt;
}


/* This sets the font family and background color for the body area of the page */
BODY { Font-Family : Times New Roman, Serif ; background-color: #9494AE; 
		margin: 0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
		text-align:center; /* Hack for IE5/Win */
}

/* This is a box to contain the text on the page. It's 795px wide to fit on 800px wide displays. */
/* All others show the background color on the left and right side of this box. */
#Content {
	width:795px;
	margin: auto;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	border-left: 1px solid #444444;
	border-right: 5px inset #777777;
	padding-bottom: 20px;
	background-color:#ffffff;
	background-image : url('images/OBS_words+rider+pic.jpg');   
	background-repeat: no-repeat;
	background-position: center 15px; 	
	}
	
#Text	{
	margin: 0px auto;  
	width: 700px;
	margin-top: 225px;
	text-align: left;	
		}
.red_italic {
	font-style: italic;
	color: #CC0000;
	font-weight: bold;
}
#Menu {
	width: 110px;
	text-align: left;
	margin: 0px auto;
	float: left;
	margin-top: 235px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #E4E4EE;
	}
.arial_menu {
	text-align: center;
	font-family: Arial;
	font-size: 11pt;
}

