﻿/* Set background of browser port, topMenu, and fotter to light gray */
/* Set background of web page to white. */
body
{
	margin: 0px;
}




html, body, #header #menuTop, #footer
{
	background-color: #F4F4F4;
}
#doc2
{
	background-color: #FFFFFF;
}

/* 
Override Yahoo Grids doc2 to fix widths of columns, increase gutters.
Produces fixed width columns that don't change with user font size:
   210px sidebars on left and right
   500px center column
   15px gutters
*/
/* 950 Centered (doc2) */
#doc2 {
	width: 950px;
}
.yui-t4 .yui-b
{
	width: 210px;
}
.yui-t4 #yui-main .yui-b
{
	margin-right: 225px;
}
.yui-gf .yui-u
{
	width: 500px;
}
.yui-gf div.first
{
	width: 210px;
}

/************ Hyperlinks ************/

a:link, a:visited
{
    color: #0033CC;
    text-decoration: underline;
	}
a:hover
{
    color: #4291E0;
    text-decoration: underline;
}

/******** menuTop ********/

#header #menuTop
{
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 13px;
	color: #666666;
}
#header #menuTop a
{
	font-weight: bold;
}
#header #menuTop ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
#header #menuTop li
{
    display: inline;
    padding-top: 2px;
    padding-right: 3px;
    padding-bottom: 2px;
    padding-left: 15px;
}

/******** headerBar ********/

#headerBar
{
	width: 100%;
	background-image: url(header_background.jpg);
	background-repeat: repeat-x;
}
#headerBar img
{
	display: block;
}

/******** menuMain ********/

#menuMain
{
	width: 940px;
	background-color: #f1f0ff;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: #CACAFF 1px solid;
	border-left: #CACAFF 1px solid;
	border-right: #CACAFF 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-right-color: #DDDDFF;
	border-bottom-color: #DDDDFF;
	border-left-color: #DDDDFF;
}
#menuMain th, #menuMain td, #menuMain tr, #menuMain table
{
	padding: 0px 2px 0px 2px;
	margin: 0px;
}
#menuMain a:link, #menuMain a:visited
{
    color: #0033CC;
    text-decoration: none;
    font-weight: bold;
}
#menuMain a:hover
{
    color: #4291E0;
    text-decoration: underline;
}

/******** breadcrumbs ********/

#breadcrumbs
{    
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 10px;
    margin-right: 6px;
}

/******** footer ********/

#footer
{
	padding-top: 6px;
	padding-left: 12px;
	padding-bottom: 6px;
	padding-right: 4px;
	font-size: 11px;
	color: #808080;
	line-height: 18px;
	width: 100%;
	clear: both;
}

/* Place a right margin on the contentMain div in the 2-ColumnSidebarRight layout */
#yui-main .yui-b .yui-g #contentMain
{
	margin-left: 12px;
}





.clearBoth
{
    clear: both;
}
.floatLeft
{
    float: left;
}
.floatRight
{
    float: right;
}