body
	{
	font-family: sans-serif, tahoma;
	font-size: 11px;
	background-color: #3385D6;
	background-image: url('/newlogo.jpg');
	background-repeat: no-repeat;
	}
	
/*	ff9a00 */

.container {
	padding: 30px;
	margin: 20px 0 20px 0;
	background: #fff;
	}

#minitabs {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #336600;
	}

#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#minitabs a:link, #minitabs a:visited {
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding: 2px;
	text-decoration: none;
	color: #fff;
	background: #3385D6;
	}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	border-bottom: 3px solid #008;
	padding-bottom: 2px;
	background: #fff;
	color: #00008f;
	}

.notes
	{
	font-size: 9px;
	}

h1 {
	text-transform: uppercase;
	font-family: 'Gill Sans Ultra Bold';
	color: #008;
	font-size: 20px;
}

h2 {
	text-transform: capitalize;
	font-size: 18px;
}

h3 {
	text-transform: capitalize;
	font-size: 16px;
}
    div.uedgemain {
      width: 40%;
      background-color: #f9cc72;
      background-image: none;
    }

    div.uedgeright {
      width: 40%;
      background-color: #f9cc72;
      background-image: none;
	  margin-right: 20%; 
    }
	
	div.uedge {
      width: 40%;
      background-color: #f9cc72;
      background-image: none;
    }
    div.redge {
      background-image: url(redge.gif);
      background-position: top right;
      background-repeat: repeat-y;
    }
    div.bedge {
      background-image: url(bedge.gif);
      background-position: bottom left;
      background-repeat: repeat-x;
    }
    div.ledge {
      background-image: none;
    }
    div.ulcorner {
      background-image: url(tlcorner.gif);
      background-position: top left;
      background-repeat: no-repeat;
    }
    div.urcorner {
      background-image: url(trcorner.gif);
      background-position: top right;
      background-repeat: no-repeat;
    }
    div.blcorner {
      background-image: url(blcorner.gif);
      background-position: bottom left;
      background-repeat: no-repeat;
    }
    div.brcorner {
      background-image: url(brcorner.gif);
      background-position: bottom right;
      background-repeat: no-repeat;
      padding: 15px 30px 30px 15px;
    }
    div.innercontent {
      width: 100%;
    }
    div.middle {
      width: 272px;
      background-image: url(middle.gif);
      background-repeat: repeat-y;
    }
    div.top {
      background-image: url(top.gif);
      background-position: top left;
      background-repeat: no-repeat;
    }
    div.bottom {
      background-image: url(bottom.gif);
      background-position: bottom left;
      background-repeat: no-repeat;
      padding: 15px 30px 30px 15px;
    }
