@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	color: #000;
	font-size: 80%;
	background-color: white;
	background-image: url(images/FFFF61_toptobottom.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-attachment: fixed;	
}
a:link {color: #000; text-decoration: underline;}      /* unvisited link */
a:visited {color: #000; text-decoration: underline;}  /* visited link */
a:hover {color: #F00; text-decoration: underline;}  /* mouse over link */
a:active {color: #000; text-decoration: underline;}  /* selected link */

.td_banner {
	
}
.td_spacer {
	background-color: #4c6d99;
}
.td_content {
	background-color: #d0e1fb;
	vertical-align: top;
	padding-top: 300px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 1.0em;
	text-align: left;

}

.minimenu {
	background-color: #FFF;
	height: 12px;
	padding: 2px;
	font-size: 0.80em;
	text-align: center;
}
a.bottom_menu:link {color: #000; text-decoration: underline;}      /* unvisited link */
a.bottom_menu:visited {color: #000; text-decoration: underline;}  /* visited link */
a.bottom_menu:hover {color: #F00; text-decoration: underline;}  /* mouse over link */
a.bottom_menu:active {color: #000; text-decoration: underline;}  /* selected link */

.bottom {
	vertical-align: middle;
	background-image: url(images/bottom.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 0.80em;
	text-align: center;
	color: #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;	
	padding-left: 5px;	
}
a.footer:link {color: #fff; text-decoration: underline;}      /* unvisited link */
a.footer:visited {color: #fff; text-decoration: underline;}  /* visited link */
a.footer:hover {color: #FF0; text-decoration: underline;}  /* mouse over link */
a.footer:active {color: #fff; text-decoration: underline;}  /* selected link */

.page_title {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.5em;
}

.div_background {
	background-color: #FFC;
	margin: 10px;
	border: 1px solid black;
/* for IE */
  filter:alpha(opacity=75);
  /* CSS3 standard */
  opacity:0.75;
}

.div_background p {
	font-family: Verdana, Arial, sans-serif;
	color: #000;	
	margin: 30px;
	font-size: 1.0em;	

}
.myinput {
	background-color: #CCC;
	color: #000;
	padding: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .90em;
	border-style: solid;
	border-width: 1px; 
	border-color: black;
}
.myimage {
border-width: 1px;
border-style: solid;
border-color: black;
background-color: white;
border-radius: .50em;
-moz-border-radius: .50em;
-webkit-border-radius: .50em;
}
