﻿body
{
	background: rgb(0,44,66) url(images/body_bg.jpg) top left no-repeat;	
}

#LinkSeparator
{
	background: url(images/links_separator.gif) bottom center repeat-x;
}

#MainMenuArea 
{
	background: url(images/topmenu_bg.png) repeat-x;
}
#MainMenuArea ul 
{
	background: url(images/topmenu_bg.png) repeat-x;
}

#MainMenuArea li 
{
	background: url(images/topmenu_separator.png) no-repeat right top;
}

#MainMenuArea li.selected {
	background: url(images/top_menu_active.png) repeat-x left top; 
}

#MainMenuArea li.selected a 
{	
	color: rgb(56,59,63);
}


#MainMenuArea li.unselected a:hover {
	background: url(images/top_menu_over.png) no-repeat;
	
}

#MainMenuArea li.unselected a:active {
	background: url(images/top_menu_click.png) no-repeat;
	
}

.QuickSearchArea
{
	background: url(images/topmenu_bg.png) repeat-x;
}

input.quickSearchField
{
	background: url(images/searchfield_bg.png) top left no-repeat;
}

input.quickSearchButton
{
	background: url(images/searchbutton_bg.png) no-repeat;
}

#StageArea
{
	color: rgb(194,221,242);
}

#StageArea #NewsAndCalArea
{
	background: url(images/news_cal_area_separator.gif) top left repeat-y;
}

#StageArea #NewsAndCalArea h3
{
	background: url(images/date_separator.gif) bottom left repeat-x;
}

#SecondaryBodyArea #FindEducation
{
	background: url('images/find_edu_bg.png') top left no-repeat;
}

#FooterArea
{
	background: url('images/links_separator.gif') top left repeat-x;
	color: rgb(155,164,168);
}
