body, table, td, p, a, div
{
    color: #464646;
    font-family: Arial;
    font-size: 12px;
    line-height: 140%;
}

a
{
    color: #19A4DD;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.pageHeader, .pageHeader a, a.pageHeader
{
    line-height: 140%;
    font-family: Arial;
    font-size: 24px;
    color: #0E74B2;
}

.pageHeader a, a.pageHeader
{
    color: #19A4DD;
}

.pageHeader a:hover, a.pageHeader:hover
{
    text-decoration: underline;
}

.paragraphHeader, .paragraphHeader a, a.paragraphHeader
{
    font-family: Arial;
    font-size: 16px;
    color: #0E74B2;
}

.paragraphHeader a, a.paragraphHeader
{
    color: #19A4DD;
}

.paragraphHeader a:hover, a.paragraphHeader:hover
{
    text-decoration: underline;
}

.emphasis, .emphasis a, a.emphasis
{
    font-family: Arial;
    font-size: 12px;
    color: #3F6780;
}

.emphasis a, a.emphasis
{
    color: #19A4DD;
}

.emphasis a:hover, a.emphasis:hover
{
    text-decoration: underline;
}

.pageBanner
{
    position: relative;
    height: 188px;
    width: 765px;
    background-image: url('BannerBlue2.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
}

.pageMenuContainer
{
    position: relative;
    margin-top: 1px;
    height: 33px;
    background-color: #0E5F8E;
    width: 100%;
    z-index: 1000;
}

.searchButton
{
	background-color: #1AA2D6;
	color: White;
	font-family: Arial;
	font-size: 9px;
	border-style:none;
	padding: 4px 3px 4px 3px;
	height:18px;
	margin-left:10px;
}

.searchBox
{
	color: #000000;
	background-color: #ffffff;
	border: solid 1px #4c4c4c;
	font-family: Arial; 
	font-size: 11px; 
	height:16px;
	width: 100px;
}

