@import url(../common.css);
#contentleft {
		width:290px;
		padding: 0px 0px 0px 0px;
		float:left;
		background: White;
		margin-bottom: 5px;
		}
#contentright {
		width:484px;
		padding: 0px 0px 0px 0px;
		float:left;
		margin-bottom: 5px;
		background: White;
		}
a {
      color: Black;
		text-decoration: underline;
		}
a:hover {
      color: Black;
		text-decoration: underline;
		}
a:visited {
      color: Black;
		}
p {
		font-family: "Comic Sans MS";
		font-size: 12px;
		color: Black;
		margin: 10px;
		}	
.p1 {
		font-family: "Comic Sans MS";
		font-size: 12px;
		color: Black;
		margin: 0px auto 0px 50px;
		}	
/* Services */
div#services ul.horz {
		clear: left;
		list-style-type: none;
		padding: 4px 0 0;
		margin: 0 0 220px 7px;/* note! */
		font-family: Arial;
		font-size: 14px;
		color: #333333;
		}
div#services ul.horz li {
		display: block;
		float: left;
		text-align: left;
		padding-top: 10px;
		}
div#services ul.vert {
		list-style-type: none;
		padding: 0;
		margin: 0 20px 0 0;
		}
div#services ul.vert li {
		float: none;
		margin-bottom: 4px;
		padding-left: 6px;
		text-align: left;
		}
div#services ul.vert li.name {
		font-weight: bold;
		}
div#services ul.horz li.col1 ul.vert li {
		padding-left: 9px;
		text-align: center;
		}
li.col1 {
		font-weight: bold;
		}
/* end Services */
#notice {
		width:400px;
		padding: 10px 5px 10px 5px;
		background: #E6F0FA;
		font-family: Arial;
		font-size: 12px;
		color: #191970;
		margin-left:37px;
		}
#title1 {
		height: 14px;
		width: 115px;
		background-color: #004180;
		font-size: 11px;
		color: White;
		font-family: Verdana;
		font-weight: bold;
		margin: 25px 0px 0px 10px;
		padding: 2px 0px 2px 5px;
		}	
#title2 {
		height: 14px;
		width: 55px;
		background-color: #B22222;
		font-size: 11px;
		color: White;
		font-family: Verdana;
		font-weight: bold;
		margin: 25px 0px 0px 10px;
		padding: 2px 0px 2px 5px;
		}
#title3 {
		height: 14px;
		width: 50px;
		background-color: #2F4F4F;
		font-size: 11px;
		color: White;
		font-family: Verdana;
		font-weight: bold;
		margin: 25px 0px 0px 10px;
		padding: 2px 0px 2px 5px;
		}
#footnote {
		margin-bottom: 30px;
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		color: #43196F;
		text-align: center;
		}
#left {
		width:270px;
		padding: 0px 0px 0px 0px;
		background: #FFFAF0;
		margin: 10px 0px 10px 10px;
		border: 1px solid #708090;
		}
dl 	{
		width: 450px;
		margin: 0 0 20px 15px;
		padding: 0;
		background: #ccc url(bottom.gif) no-repeat bottom left;
		}
dt 	{
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 10px 30px;
		color: #fff;
		border-bottom: 1px solid #fff;
		background: #999 url(top.gif) no-repeat top left;
		font: 20px Arial;
		}
dd 	{
		margin: 0 0 0 10px;
		padding: 0px 0px 10px 0px;
		color: #666;
		font-family: Verdana, sans-serif;
		font-size: 90%;
		}
#blue dt {
		background-color: #69c;
		}
#blue {
		background-color: #9cf;
		}