﻿/* 
 * File: Layout.css
 * Purpose: Styles defined here are used for the layout of the site.
 * Author: Monish Nagisetty
 * Date: 06/06/2006
*/


/*#PageHeader
{
    background-image: url(../Images/ohiobanner.gif);
    background-repeat: no-repeat;
    background-color: #133C91;
    width: 100%;
    padding: 0px 0px 0px 0px;
    height: 93px;
}*/

#PageSubHeader
{
    background-color: #000000;
    width: 100%;
    margin: 3px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 20px;
}


#PageContent
{
	padding: 10px;
	/*margin:  0px 50px 50px 180px;*/
	margin : 150px 50px 20px 180px;
	width: 500px;
}

#Body
{
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px; /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height: auto;
	width: 680px;
    text-align: left; 
}

#Body div
{
	font-size: 11px;  
}

#PageNav
{
    float: left;
    width: 180px;
}

#NavLinks
{
	position: absolute;
	padding: 10px;
    top: 190px;
	left: 50px;
	width: 130px;
	background-color: #eee;
	border: 2px outset #999;
	line-height: 17px; /* Again, the ugly brilliant hack. */
}

#NavLinks a
{
    display:block;
}

#PageSupFooter
{
    background-color: #000000;
    width: 100%;
    margin: 0px 0px 3px 0px;
    padding: 0px 0px 0px 0px;
    height: 20px;
}
#PageFooter
{
    background-image: url(/Images/ohiofooter.jpg);
    background-repeat: no-repeat;
    background-color: #133C91;
    width: 100%;
    padding: 0px 0px 0px 0px;
    height: 40px;   
}

