body
{
	background-color: gainsboro;
}
.MainTitle
{
	font-size: 10pt;
	color: #cc9933;
	font-family: Verdana;
}
.MinorTitle
{
	font-size: 8pt;
	color: #cc9933;
	font-family: Verdana;
}
.TitleTop
{
	font-size: 8pt;
	color: white;
	font-family: Verdana;
}

.MinorText
{
	font-size: 7pt;
	color: black;
	font-family: Verdana;
}

.MainText
{
	font-size: 8pt;
	color: black;
	font-family: Verdana;
}
A.noticed
{
	font-weight: bold;
	font-size: 8pt;
	color: #00cc00;
	font-family: Verdana;
}

.MinorTextWhite
{
	font-size: 6pt;
	color: white;
	font-family: Verdana;
}

.MainTextWhiteBold
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Verdana;
}

.MainTextBold
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana;
}
.MainTextBoldSmall
{
	font-weight: bold;
	font-size: 6pt;
	color: black;
	font-family: Verdana;
}

A.SubMenuItem
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-style: italic;
	font-family: Verdana;
	text-decoration: none;
}
.BackToTop
{
    text-align: right;
}
.MainStrapLine
{
	font-size: 15pt;
	color: #cc9933;
	font-family: Verdana;
}
.SubStrapLine
{
	font-size: 10pt;
	color: #cc9933;
	font-family: Verdana;
}
.MainStrapLineEmail
{
	font-size: 10pt;
	color: #cc9933;
	font-family: Verdana;
}
.SubStrapLineEmail
{
	font-size: 8pt;
	color: #cc9933;
	font-family: Verdana;
}
.MinorTitleEmail
{
	font-size: 6pt;
	color: #cc9933;
	font-family: Verdana;
}


A.MenuItem
{
	font-weight: bold;
	font-size: 8pt;
	color: #cc9933;
	font-family: Verdana;
	text-decoration: none;
}
A.MenuItemMain
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	font-family: Verdana;
	text-decoration: none;
}
A.MenuItemSmall
{
	font-weight: bold;
	font-size: 7pt;
	color: #cc9933;
	font-family: Verdana;
	text-decoration: none;
}
A.MenuItemSmallWhite
{
	font-weight: bold;
	font-size: 7pt;
	color: white;
	font-family: Verdana;
	text-decoration: none;
}
table.Highlight
{
	border-top-style: outset;
	border-right-style: outset;
	border-left-style: outset;
	border-bottom-style: outset;
}
A
{
	text-decoration: none;
}
H1
{
	font-weight: normal;
	font-size: 10pt;
	color: #cc9933;
	font-family: Verdana;
	text-align: center;
}
H2
{
	font-weight: normal;
	font-size: 9pt;
	color: #cc9933;
	font-family: Verdana;
}
H3
{
	font-weight: normal;
	font-size: 8pt;
	color: #cc9933;
	font-family: Verdana;
}

.iNavigateSpanLevel1
{
	font-weight: bold;
	font-size: 8pt;
	color: white;
	background-color: red;
}

.iNavigateSpanLevel1 A:link
{
    COLOR: white
}

.iNavigateSpanLevel1 A:visited
{
    COLOR: white
}

.iNavigateSpanLevel1 A:hover
{
    COLOR: Black;
    TEXT-DECORATION: none;
}

.iNavigateSpanLevel2
{
	color: white;
	background-color: red;
}
MenuSpanLevel2
{
	color: white;
	font-size: 8pt;
	background-color: red;
}

.iNavigateSpanLevel2 A:link
{
    COLOR: white;
	font-size: 8pt;
	background-color: red;
}

.iNavigateSpanLevel2 A:visited
{
	font-size: 8pt;
	color: white;
	background-color: red;
}

.iNavigateSpanLevel2 A:hover
{
    COLOR: Black;
    TEXT-DECORATION: none;
	font-size: 8pt;
	background-color: red;
}

.iNavigateCurrentPage
{
	font-size: 8pt;
	color: Black;
	font-style: normal;
	background-color: red;
}

.iNavigateVLineTailCover
{
    POSITION: relative; 
    LEFT: 14px; 
    TOP: -6px;
	background-color: red;
}


ul
{
	list-style-image: url(../images/wellerBulletUL.jpg);
}

li
{
	left: 1em;
	margin-bottom: 2em;
}
a.standout
{
	font-weight: bold;
}

IMG.photoRightTop
{
    margin: 0px 5px 6px 7px;
}

/********** start of RIGHT PANEL **********/	
	div.rightPanelContainer
{
    float: right;
    border-left-color: red;
    margin-left: 1em;
    border-left-style: solid;
    border-left-width: 0.2em;
}
	div.rightPanelContainerPad
{
    margin-left: 0.5em;
    margin-top: 0.5em;
}
	
	div.rightPanelTitle
{
    width: 13.3em;
    height: 21px;
    background: red url( ../images_new/home/right_panel_title_bkg.gif ) repeat-x;
    clear: both;
    font-weight: bold;
    color: white;
    text-align: center;
}
	
	div.rightPanelTitleInfo
	{
		width:80px;
		height:21px;
		float:left;
		background:transparent url( ../images_new/home/info_panel_title.gif ) no-repeat;
	}
	
	div.rightPanelTitleUkSites
	{
		width:113px;
		height:21px;
		float:left;
		background:transparent url( ../images_new/home/uksites_panel_title.gif ) no-repeat;
	}
	
	div.rightPanelRightBkg
	{
		width:7px;
		height:21px;
		float:right;
		background:transparent url( ../images_new/home/right_panel_title_right_bkg.gif ) no-repeat;
	}
/********** end of RIGHT PANEL **********/	