﻿/* 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:#0000ff; 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: Arial;
	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; }
.align_left {
	text-align: left;
}
.right { text-align: right; }
.just { text-align:justify; }
.byline {
	font-family: "Comic Sans MS";
	color: #000080;
	font-weight: normal;
	font-size: 13pt;
}
.ariel_12pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.ariel_bold_12pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}


/* This sets the font family and background color for the body area of the page */
BODY { Font-Family : Times New Roman, Serif ; background-color:#bbc0cf;  
		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 sets up the navigation bar at the top of the page just under the header art */
#navcontainer {
        width: 422px;
        padding: 0;
        height: 20px;
        margin:0px auto;
        margin-top: 380px;
}

#navcontainer ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
}

#navcontainer ul li a {
        background: #28286E;
        width: 100px;
        height: 18px;
        border-top: 0px solid #999999;
        border-left: 0px solid #999999;
        border-bottom: 0px solid #999999;
        border-right: 2px solid #ffffff;
        padding: 0;
 /*       margin: 0px auto;    */
        color: #FFFFFF;
        text-decoration: none;
        display: block;
        text-align: center;
        font: bold 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover {
        color: #FFFFFF;
        background: #ED1C24;
}

#navcontainer ul li a:active {
        background: #888888;
        color: #fff;
}

/* #navcontainer li#active a {
        background: #999999;
        border: 1px solid #ffffff;
        color: #fff;
}  */     


/* 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: 15px;
	padding-right: 15px;
	padding-top: 0px;
	border-left: 5px solid #28286E;
	border-right: 5px solid #28286E;
	padding-bottom: 20px;
	background-color:#ffffff;
	background-image : url('images/2010TitleSponsorLogo.gif');   
	background-repeat: no-repeat;
	background-position: center 15px; 	
}
	
#Text	{
	margin: 0px auto;  
	margin-top: 10px;
	width: 538px;
/*	margin-right: 288px; */
	text-align: left;
	float:left;	
}
	
#RightCol {
	margin: 0px auto;
	margin-top: 55px;
	width: 257px;
/*	margin-left: 501px; */
	float: right;
	text-align: center;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;

}

#footer {
    background:#ffffff;
    clear:both;
}

