﻿body 
{		
    padding:0;
    margin:0;
    font-family:Arial, Verdana, Helvetica;
    font-size:71%;
}
H2 .Title
{
    font-size:10px;
    margin:0px;
    font-weight:bold;
}
H2
{
    margin:0px;
}
H3
{
    margin:0px;
}
H4
{
    margin:0px;
}
img
{
    border:none;
}

p 
{
    margin:5px 0 5px 0;
    padding:0;
}

#global 
{	
    width:100%;   
    background:white url(../images/backStrip.gif) repeat-x;
}

#centerAlign
{
    width:800px;
    margin:auto;
    text-align:left;    
}

#topRow
{
	clear:both;
	height:114px;
	border-bottom:1px solid #234698;
}

#logo
{	
	text-align:right;
	float:left;
}
#logoImage
{
	position:relative;
	width:278px;	
	height:90px;
	background:url(../images/logo_h.gif) no-repeat;
	right:-9px;	
}
#headerSurround
{
    color:White;
	text-align:right;		
	font-size:19px;
	font-style:italic;	
	padding-top:60px; 
    float:right;
}
#strapline
{
    font-weight:bold;
	color:White;
	text-align:right;		
	font-size:19px;
	font-style:italic;	
	/*padding-top:72px;*/
}

.clear
{
    height:1px;
    line-height:1px;
    clear:both;
}

#bannerRow
{
    clear:both;
}

.aLinkMen
{
    width:160px;
    text-decoration:none;
    list-style-type:none;
    font-weight:bold;
    color:white;        
    padding:6px 10px 6px 0px;
    text-indent:25px;	    
	background:url('../images/menuStripOrange.gif') no-repeat; 	 
	display:block;
	border-bottom:dotted 1px white;
}
.aLinkMenSelected
{
    width:160px;
     text-decoration:none;
    list-style-type:none;
    font-weight:bold;
    color:white;        
    padding:6px 10px 6px 0px;
    text-indent:25px;	    
	background:url('../images/menuStripblue.gif') no-repeat; 	 
	display:block;
	border-bottom:dotted 1px white;
}
.aLinkMen:hover
{
     text-decoration:none;
    width:160px;
background:url('../images/menuStripblue.gif') no-repeat;
}
#ULmenu
{
    width:160px
}
/*#menu
{    		
    background-color:#FCC000;    
    float:right;
    min-height:232px;
    border:solid 1px white;
    
}*/
.menu
{    
    list-style-type:none;
    text-decoration:none;		
    background-color:#FCC000;    
    float:right;
    min-height:232px;
    border:solid 1px white;
      padding:0px;
    margin:0px;
}

.menuTable td
{
	width:190px;		
	text-align:left;	
	font-weight:bold;		
	padding-left:0px;	
	border-bottom:dotted 1px white;
	/*display:block;*/
}

.menuTable td td
{ 
	border:none;
}

.menuTable td a
{	
    font-weight:bold;
    color:white;        
    padding:6px 10px 6px 0px;
    text-indent:25px;	    
	background:url('../images/menuSpacer.gif') no-repeat 10px center; 	 
	display:block;
}

.menuTable td:Hover
{	
	background:url('../images/menuStrip.gif') repeat-y left center;
}

.menuTable td a:Hover
{	
	background:url('../images/menuSpacerHover.gif') no-repeat 10px center;
}


.menuSelected td
{	
	background:url('../images/menuStrip.gif') repeat-y 0px center;
}

.menuSelected td a
{
	background:url('../images/menuSpacerHover.gif') no-repeat 10px center;
}


#footer
{	
	clear:both;
	color:#264C93;
	text-align:center;
	margin-top:10px;	
}

.formButton{
    background: url(../images/btnReset.gif) no-repeat left top;}

.formButton, .formButtonRight
{

    width:116px;
    height:35px;
    border:0;
    font-weight:bold;
    color:#fff;
    font-size:95%;
    margin-left:20px;
    cursor:pointer;
}

.formButtonRight
{
    background: url(../images/btnSubmit.gif) no-repeat left top;    
}

.formButtonsContainer
{
    padding:1px 0px 20px 140px;
}

.formContainer
{
    width:300px;
    border:1px solid #404B8B;
    clear:both; 
    margin-left:100px;
    margin-bottom:20px;
    padding:20px;
    color:#404B8B;
    background-color:#E8F3F9;
}

.formLabel
{
    font-weight:bold;
    font-size:110%;
    color:#404B8B;
    margin:10px 0 5px 0;
}

.formTextBox input, textarea
{
    border:1px solid #404B8B;
    width:280px;
    min-width:280px;
}

.formTextBox
{
    border:1px solid #404B8B;
    width:280px;
    min-width:280px;
}

.highlight
{
	border:solid 1px red;
	background-color:#FAF1D5;
	width:280px;
	min-width:280px;
}

