body {
	font-family: Arial, Helvetica, Sans-Serif;
	background: #d5d6d7;
	color: #333;
	font-size:10pt;
	margin-top:0px;
}

#logo {
	clear:left;
	float:left;
	margin:0px 0px 0px 60px;
}
#logo abbr {
	border:none;
	margin:0px;
	padding:0px;
}
#logo img {border:none;}

#headerbanner{
float:right;
border:none;
margin:15px 20px 0px 0px;
}


#headerbanner img{border:none;}

table#mainContainer{
	width:900px;
	border-spacing:0px;
	border:0px solid #ccc;
	
}

#page{
background: url('images/sides.png') repeat-y;
background-position:center;

}

td#header{
width:900px;   
   height:134px;
   border-spacing:0px;
   background: url('images/head.png');
   vertical-align:bottom;
   text-align:left;
   
}

#headermenu{
padding:0px 0px 32px 150px;
}

/*td#banner{
vertical-align:bottom;
background:#3399CC;
height:0px;
border-spacing:0px;
background: url('images/banner.png');
}*/

table#content{
width:900px;
background:#FFFFFF;
border:0px solid #3399CC;
}

td#footer{
background: url('images/bottom.png');
border:1px solid #ccc;
height:20px;
color:#FFFFFF;
padding-left:10px;
}

td#footer a:link    {
  /* Applies to all unvisited links */
    color: #FFFFFF;
  } 
td#footer a:visited {
  /* Applies to all visited links */
   color: #FFFFFF;
  } 
td#footer a:hover   {
  /* Applies to links under the pointer */
color: #FFFFFF;
  } 
 td#footer a:active  {
  /* Applies to activated links */
color: #FFFFFF;
  } 


td#lc{
vertical-align:top;
width:150px;
background:url(images/ls-back.png);
border:1px solid #ccc;
}

td#mc{
padding: 3px 4px 3px 4px;
width:570px;
vertical-align:top;


background:#FFFFFF;
border:1px solid #ccc;

background:url(images/ls-back.png) repeat-x;
}

td#rc{
width:150px;
background:#FFFFFF;
border:1px solid #ccc;
height:100px;
background:url(images/ls-back.png);
vertical-align:top;
padding:4px 3px 0px 3px;
}

tr#stitle{
background:url("images/services.png") top left no-repeat;
height:35px;
}

ul#services{
font-size:13px;
color:#3366FF;
margin: 0px 0px 0px 20px;
padding: 0px;
list-style-image:url("images/serviceSide.png");
text-align:left;
line-height:25px;
}

td#banner{
padding-bottom:1px;
vertical-align:bottom;
}

/* menu */
.tbleft {
	float: left;
	height: 24px;
	width:85px;
	margin-right: 5px;
	background: url('images/button-left.gif') top left no-repeat;

}

.tbright {
	margin-left: 3px; 
	height: 24px;
	background: url('images/button-right.gif') top right no-repeat;
}

.tb {
	height: 24px;
	padding-top: 2px;
	margin-right: 3px;
	font-size: 13px;
	background: url('images/button-center.gif') repeat-x;
}

.tb a {
	display: block;
	height: 15px;
	font-size: 13px;
	text-align: center;
	color: #003d88;
	background: transparent;
}

.tb a:hover {
	background: url('images/button-center.gif') bottom repeat-x;
	text-decoration: none;	
}

.topdropdown {
width:150px;
	display: none;
	position: absolute;
	background: #e3ebf8;
	border: 1px solid #609bdc;
	margin: 5px 0 0 -2px;
	padding: 5px;
}

.topdropdown ul {
	list-style-type: none;
	margin:0;
	padding: 0;
}

.topdropdown ul li {
	margin: 0;
	padding: 0;
}

.topdropdown ul li a {
	display: block;
	height: auto;
	border: 1px solid #e3ebf8;
	border-bottom: 1px solid #dddddd;
	text-align: left;
	background: none;
	padding: 0 3px 0 3px;
	margin:3px;
}

.topdropdown ul li a:hover {
	background: #ffe292;
	border: 1px solid #dd9946;
}


/* services formatting */
.services ul li a{
color:#3366FF;
}

.services ul li a:hover{

display:block;

height:auto;
	background: #ffe292;
	border: 0px solid #dd9946;

}

p{
margin: 0 20px 0 20px;
} 

/* links */
a:link    {
  /* Applies to all unvisited links */
    text-decoration:  none;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  } 
  
#boxL{
margin-top:10px;
padding:5px 5px 5px 5px;
width:269px;
height:150px;
border:1px solid  #0099CC;
background:#D8E3ED;
float:left;
vertical-align:bottom;
}

#boxR{
margin-top:10px;
padding:5px 5px 5px 5px;
width:269px;
height:150px;
border:1px solid  #0099CC;
background:#D8E3ED;
float:right;
vertical-align:bottom;
}

#blueSideBox{
padding:5px 5px 5px 5px;
border:1px solid  #0099CC;
background:#D8E3ED;
vertical-align:top;
display:block;
}

#alert{
padding:5px 5px 5px 5px;
width:557px;

border:1px solid #CC0000;
background:#F0D8D5;
vertical-align:top;
color:#000000;
display:block;
}

h1{
font-size:20px;
margin:10px 10px 10px 10px;
color:#333333;

}
h3{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
h4{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
/*form */
legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold;
}
fieldset ol {  
padding: 0.5em 0.5em 0 0.5em;  
list-style: none;
}
fieldset li {  
padding-bottom: 1em;
}
fieldset.submit {  
border-style: none;
}
label {  
display: block;
float: left;  
width: 13em;  
margin-right: 1em;  
text-align: right; 
}
fieldset.submit {  
float: right;  
width: auto;  
border-style: none;  
padding-left: 12em;  
background-color: transparent;
}

fieldset {  
position: relative;  
float: left;
clear: both;  
width: 93%;  
margin: 0 1.5em 0.2em 1.5em;  
padding: 0 0 0 0;  
border-style: none;  
border: 1px solid #BFBAB0;  
background-color: #F2EFE9;
}
legend span {  
position: absolute;  
left: 0.74em;  
top: 0;  
margin-top: 0.5em;  
font-size: 135%;
}
