﻿@charset "utf-8";

.pageHeader
{
	height: 150px;			                            /* Controls the height of the page header*/
	background-color: #00388B;                          /* SET: the color of the Page Header     */
/*
	background-image: url(../images/header1.jpg);        * SET: the background image of the Header area *
	background-repeat: no-repeat;
	background-position: top;
*/
}

.pageHolder
{
	width: 770px; 			    /* Controls the width of the page */
}

/***** Page Horizontal Menu Styles **************************************************/

.pageHorzMenu
{
	height: 22px;
	background-color: #094690;                         /* SET: the color of the horizontal menu line of the page */
	text-align:left;
	vertical-align:middle;
}

a.menuItemHorz
{
	font-size: smaller;                                    /* SET: the font size of a horizontal menu item */
	color: #FFFFFF;                                    /* SET: the font color of a horizontal menu item */
	text-decoration: none;
	display:block;
	padding:2px 2px 2px 2px;
}

a.menuItemHorz:hover
{
	background-color: #00307A;                         /* SET: the color of a menu item when the mouse is over it */
	color:#FFFFFF;                                     /* SET: the font color of a menu item when the mouse is over it*/
}

.langSelector
{
	vertical-align: middle;
	padding-left: 4px;
	padding-top: 2px;
}
