body {
	margin: 0 0 10px 0; 
	padding:0 ; 
	background:#D0CECE;
	text-align:center;}
 
body, table, div, span, u, ul, input, li, ol, textarea, form, p, select { 
	font: 14px/16px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #373735; }	

img { border:none;}

.clear {
	clear:both;
	margin:0;
	padding:0;}
	
.imgRight {
	float:right; 
	padding:0 0 8px 13px;}
	
/* TEXT
----------------------------------------------- */		

h1 {
	font-size:230%;
	color:#0E60B8;
	margin-top:0;}	
h2 {
	font-size:14px;}	
img.h1 {
	padding-bottom:34px;}
	
/* LINKS
----------------------------------------------- */	
a:link,
a:active{
	color:#0E60B8;
	text-decoration:none;}	
a:hover,
a:visited {
	color:#0E60B8;
	text-decoration:underline;}	
	
			
	
/* PAGE LAYOUT
----------------------------------------------- */	
#container {
	width:770px;
	margin:0 auto;
	text-align:center;}
#masthead {
	text-align:left;
	background:#D0CECE url(../img/bg-pagetop.gif) no-repeat center bottom;}
#logo {
	padding:95px 0 26px 62px}	
		
#center {background:#D0CECE url(../img/bg-page.gif) repeat-y center top;}

#menuContainer {
	width:665px;
	height:36px; 
	margin:0 auto; 
	background:url(../img/bg-menu.gif);
	border-left:4px solid #0E60B8;
	border-right:4px solid #0E60B8}	
#phone {
	float:right; 
	padding:11px 13px 9px 0;}
		
#contentContainer {
	width:673px; 
	margin:0 auto; 
	background:url(../img/bg-content.gif) repeat-x center top;}	

#footer {
	background:#D0CECE url(../img/bg-pagebottom.gif) no-repeat center top;}

/* MENUS
----------------------------------------------- */	 
#menu { 
	float:left;}
#menu ul { 
	margin:0 0 0 8px; 
	padding:0;}
#menu ul li {
	display:inline;
	list-style:none;
	margin: 0;
	padding:0 12px 3px 14px;
	background: url(../img/li-menuarrow.gif) no-repeat 0px 4px;
	line-height:35px;}
#menu li a:link,
#menu li a:visited {
	color:#0E60B8;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
		}	
#menu li a:hover,
#menu li a:active {
	color:#0E60B8;
	text-decoration:underline;
	font-weight:bold;
	font-size:14px;}	

/* CONTENT
----------------------------------------------- */	
#content {
	padding:49px 10px 0 7px;
	text-align:left;}

	
/* FOOTER
----------------------------------------------- */	 
#footerBorder {
	padding:10px 0 11px 0; }
	
    
/* forms */
input.txt {
  border: 1px inset #00008B;
  width: 200px;
}
input.btn {
border: 1px outset #00008B;
}
form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}
form p label {
  float: left;
  width: 30%;
}
/* End Forms */
		
