div.container
{
	width:900px;
	/*margin:0px;*/
	margin-left: auto ;
	margin-right: auto ;
	background-color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	border-top:  1px inset #990000;
	border-left: 1pt inset #990000;
	border-right: 1px inset #990000;
}

div.header
{
	width:900px;
	/*margin:0px;*/
	margin-left: auto ;
	margin-right: auto ;
	line-height:150%;
	background-color:#0B1958;
	height:108px;
	border-top:  1px inset #990000;
	border-left: 1pt inset #990000;
	border-bottom: 1px inset #990000;
	border-right: 1px inset #990000;
}

div.footer
{
	width:900px;
	/*margin:0px;*/
	margin-left: auto ;
	margin-right: auto ;
	text-align: center;
}

blockquote { margin: 0px; padding: 10px; } 

div.content_left
{

	float:left;
	width:20%;
	margin:0;
	padding:1em;
	height:100%;
	background-color:#AABB55;
	color:#0B1958;
	font-weight:bold;
	font-size:12px;
}

div.content_left a:link 
{ 
	color: #0B1958; 
	text-decoration:none; 
}

div.content_left a:hover 
{
	color: #0B1958;
	text-decoration: none;
}

div.content_left a:visited 
{
	color: #0B1958;
	text-decoration: none;
}

div.content_right
{
	float:right;
	width:73%;
	margin:0;
	padding:1em;
	height:100%;
	background-color:#BBBBBB;
}


div.content_right a:link 
{ 
	color: #000099; 
	text-decoration: none; 
}

div.content_right a:hover 
{
	color: #0099FF;
	text-decoration: none;
}

div.content_right a:visited 
{
	color: #0099FF;
	text-decoration: none;
}
div.topmenu
{
	background-color:#FF7800;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	font-stretch:extra-expanded;
	text-align:center;
}

div.topmenu a:link
{ 
	color: #FFFFFF; 
	text-decoration: none; 
}

div.topmenu a:hover 
{
	color: #000099;
	text-decoration: none;
}

div.topmenu a:visited 
{
	color: #0B1958;
	text-decoration: none;
}

h1.header
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	padding:0;
	margin:0;
}
h1 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}

h2 
{
	line-height:18px;
	margin:0px;
	padding:0px;
}

h4 
{
	line-height:18px;
	margin:0px;
	padding:0px;
	size:16px;
}


.encase_search
{
	border-top:  1px inset gray;
	border-left: 1pt inset gray;
	border-bottom: 3px inset #006699;
	border-right: 1px inset gray;
	height:80px;
	padding-top:5px;
	padding-right:5px;
}

.showstyle
{
	font-size: 16px;
	line-height: 18px;
	font-stretch:extra-expanded;
	letter-spacing:2px;
}

.box1 
{
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 9px;
	line-height: normal;
	font-weight: normal;
	color: #003366;
}
	
.box2 
{
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #003366;
}

.thanks_msg 
{
	padding: 0;
	width: 400px;
	font: bold 13px/26px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000157;
	background: #D3C7A2;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;	
}
	
body 
{
	font-family: arial, helvetica, serif;
}

#nav, #nav ul 
{ /* all lists */
	padding: 6;
	margin: 7;
	list-style: none;
	line-height: 1;
	background-color:#AABB66;/* Menu Background colour */
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	font-stretch:extra-expanded;
}

#nav a 
{

	color: #0B1958; 
	text-decoration: none; 
	display: block;
	width: 13em;
}

#nav li 
{ /* all list items */
	float: left;
	width: 7em; /* width needed or else Opera goes nuts */
}

#nav li ul 
{ /* second-level lists */
	position: absolute;
	background-color: AABB66;
	width: 13em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul 
{ /* lists nested under hovered list items */
	background-color:  AABB66; 
	left: auto;
}

#content 
{
	background: AABB66;
	clear: left;
	color: #ccc;
}
#nav li ul ul 
{
	background-color:  AABB66;      
	margin: -1em 0 0 13em; 
} 
#nav, #nav ul 
{    
 	padding: 3;     
	margin: 0;     
	list-style: none;     
	line-height: 1; 
} 
#nav li:hover ul ul, #nav li.sfhover ul ul 
{
	background-color:  AABB66;     
	left: -999em; 
} 
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul 
{
	background-color:  AABB66;    
	left: auto; 
} 


