body {
font-family: Verdana;
font-size: 12px;
color: #666666 ;
background-color: #f5f4f4;
text-align:center;
margin:0; padding:0;
}  
div#wrapper {
width:980px;
background-color: #ffffff;
text-align:left;
margin:auto;
margin-top:5px;
border:1px solid #cccccc;
border-right:2px solid #cccccc;
border-bottom:3px solid #cccccc;
}
div#header {
padding:0;margin:0;
height:102px;
width:980px;
}
div#menu {
background-color: #000099;
background-image:url(../images/menubg2.gif);
color: #ffffff;
height:33px;
line-height:20px;
padding-left:50px;
font-family: Trebuchet MS;
font-size:14px;
}

div#main {
border-bottom:0;
margin-right:10px;
padding:0;
text-align:left;
background-image:url(../images/lmenubg.gif);
background-repeat: repeat-y;
}
	div#lmenu {
	width:200px;
	float:left;
	background-image:url(../images/lmenubg.gif);
	background-repeat: repeat-y;
	}
	div#contents {
	width:760px;
	margin-left:5px;
	float:left;
	}
div#footer {
background-image:url(../images/lmenubg.gif);
background-repeat: repeat-y;
height:13px;
}
div#footer2 {
font-size:10px;
}

.clear {
clear:both;
}


h1 {
font-family: Trebuchet MS;
		font-size:24px;
		color: #003399;
		margin:3px 0 ;
}
h2 {
font-family: Trebuchet MS;
		font-size:18px;
		color: #666699;
		margin:3px 0 ;
}
h3 {
font-family: Trebuchet MS;
		font-size:16px;
		color: #666699;
		margin:3px 0;
}




a:link {
	color: #000099;
  text-decoration:underline;
}
a:visited {
	color: #000099;
  text-decoration:underline;
}
a:hover {
	color: #0000ff;
  text-decoration:underline;
}



	.button {
   color: #ffffff;
   text-decoration:none;
   margin-right:50px;
   }
   .button:link {
   color: #ffffff;
   text-decoration:none;
   margin-right:50px;
   }
   .button:visited {
   color: #ffffff;
   text-decoration:none;
   }
   .button:hover {
   color: #ffcc00;
   text-decoration:none;
   }

.submenu {
   color: #000099;
   text-decoration:none;

		font-family: Trebuchet MS;
		font-size:14px;
		line-height:20px;
   }
   .submenu:link {
   color: #000099;
   text-decoration:none;

   }
   .submenu:visited {
   color: #000099;
   text-decoration:none;
   }
   .submenu:hover {
   color: #0000ff;
   text-decoration:underline;
   }
		p {
    margin-top: 0;
    margin-bottom: 0;
}