﻿body
{	
	font-family:Arial;
	font-size: 12px;
}

/* Menu handles highlighting of main nav overwrites navigation.css style*/
ul#navigation-1 .parts 
{
    background-color: #fff;
    border-top: 2px solid #febd19;
    height:27px;             
    /*
    background-image: url(../images/menuHeaderBkgSel.gif);
    background-repeat: repeat-x;
    */
}

h2
{
	font-size:14px;
	font-weight:bold;
}

h4
{
	margin-left:12px;
	margin-top:12px;
	font-size:16px;
	color:Black;
}

div#content_main 
{
	margin: 0 auto;
	width:990px;
}

div#column_left
{
	background-color:white;
	top: 0px;
	left: 0px;
	width: 245px;
	float:left;
	padding: 15px;
}

div#column_right
{
	background-color:white;
	top:0px;
	left: 290px;
	width: 670px;
	float:right;
	padding:15px;
}


div#column_right a:link,  div#column_right a:active, div#column_right a:visited
{
    color:#000000;
    text-decoration:none;
    font-weight:bold;

}

div#column_right a:hover
{
	color:#000000;
    text-decoration:underline;
    font-weight:bold;
}

.menuBar
{
    width:244px;
    padding:8px 0 8px 0;
    margin-top:12px;
    background-color:#ffffff;
}

.menuBar .menuHeader
{
	color:#000000;
    width:275px;
	font-weight:bold;
	margin-left:12px;
	font-size: 14px;
	cursor:pointer;
}

.menuBar .menuHeader a:link, .menuBar .menuHeader a:active, .menuBar .menuHeader a:visited,
{
    text-decoration:none;
    color:#000000;
}

.menuBar .menuHeader a:hover
{
    width:auto;
    height:auto;
    color:#000000;
}

.menuItem
{
	color:Black;
}

.newsitem
{
	margin-left: 14px;
    margin-right: 14px;
}

.newsItem a:link,  .newsItem a:active, .newsItem a:visited
{
    color:#000000;
    text-decoration:none;
    font-weight:bold;
    width:auto;
    height:auto;
    display:block;
    padding: 5px 5px 5px 18px;
}

.newsItem a:hover
{
	color:#000000;
    text-decoration:none;
    font-weight:bold;
    background-color:#FFCC33;
    width:auto;
    height:auto;
    display:block;
    padding: 5px 0px 5px 18px;
}