html {
	overflow-y: scroll;
	margin:0;
	padding:0
	}
body {
	font-family: "trebuchet ms",sans-serif;
	color: #000000;
	background:#0079c2;
	text-align:center;
	}
img {
	border:none;
	text-align:center
	}
a:link, a:visited, a:active {
	color: #0063A2;
	text-decoration: underline
	}
a:hover {
	color: #0063A2;
	text-decoration: none
	}
#top {
	background:#fff
	}
#top img {
	padding:5px 0 0 5px
	}
#container {
	width: 750px;
	margin: 0 auto 5px auto;
	border:5px solid #b8b8bb;
	line-height: 130%;
	text-align:left;
	background:#fff
	}
#content {
	margin-top:3em;
	padding:0px 10px 5px 10px;
	background: url(background.gif) #fff center center no-repeat;
	}
#content p, #content fieldset {
	font-size: 90%
	}
#content h1 {
	font-size:120%;
	color:#000;
	padding:10px 0 0 0
	}
#content h2 {
	font-size:110%;
	color:#000
	}
#content ul {
	list-style-type:square;
	font-size:90%;
	}
#footer {
	width:750px;
	margin:0 auto
	}
#copyright {
	float:right;
	width:35%;
	margin: 5px auto 10px auto;
	text-align:right;
	font-size:0.7em;
	color:#FFF
	}
#copyright a {
	color:#FFF
	}
#tel {
	float:left;
	width:55%;
	margin: 5px auto 10px auto;
	text-align:left;
	font-size:0.7em;
	color:#FFF
	}
input, textarea { 
	border: 1px solid #0063A2; 
	background:transparent
	}
.brstyle {
	line-height:50%
	}
.bigbold {
	font-weight:bold;font-size:120%
	}
.inset {
	border-left:5px solid red;
	margin-left:30px;
	padding-left:10px;
	color:#0179c2;
	font-weight:bold
	}
blockquote {
	background: transparent url(quoleft.png) left top no-repeat
	}
blockquote div {
	padding: 0 51px;
	background: transparent url(quoright.png) right bottom no-repeat;
	font-size: 90%
	}
.cases {
	border-left:5px solid red;
	margin-left:30px;
	padding-left:10px;
	padding-right:10px
	}
dl {
	font-size:90%
	}
dt {
	font-weight:bold
	}
#topright {
	position: absolute;
	right: 1em;
	top: 1.1em;
	display: block;
	height: 35px;
	width: 100px;
	background: url(donate.png) no-repeat;
	text-indent: -999em;
	text-decoration: none
	}
/* menu css */
#menu {
	float:left;
	width:100%;
	background:#fff;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
	}
#menu ul {
	margin:0;
	padding:10px 10px 0 17px;
	list-style:none;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:left;
	background:url(tableftF.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#menu a span {
	float:left;
	display:block;
	background:url(tabrightF.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#000;
	}
#menu li.current {
	border-bottom:none;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {color:#FFF;}
#menu a:hover {background-position:0% -42px;}
#menu a:hover span {background-position:100% -42px;}

/* contact form */
/* contact form declarations */
.maildiv {
   margin:0;
   text-align:left;
   font-size:100%;
   padding:5px 0
	}
.maildiv label {
	width:250px;
	text-align:left;
	padding:0 5px 0 0;
	vertical-align:top;
	position:relative;
    display:block; 
    float:left; 
	clear:left
	}
.maildiv input, .maildiv select, .maildiv textarea {
	margin-bottom:11px;
	color:#0079c2;
	font-weight:bold;
	font-family: "trebuchet ms",sans-serif;
	}
.maildiv textarea {
	font-size:100%;
	}
.maildiv fieldset {
	padding:5px;
	margin-bottom:10px;
	border:none
	}
.maildiv .fmsubmit {
	text-align:center
	}
#returnlink { /* in sendit */
	font-size:0.9em
	}
.rand { /* captcha code display */
	border:1px solid #0079c2;
	padding:0 2px 2px 2px
	}