body {
	margin: 0px;
}
td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	text-align: left;
}
p {
	margin-top: 0px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 25px;
}
.footer {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-left: 300px;
}
.PageBar {
	color: #FFFF66;
	font-size: 18px;
}
.PageBar2 {
	color: #FFFF00;
	font-weight: bold;
	font-size: 10px;
}
.TitleTop {
	font-size: 16px;
	font-weight: bold;
}
.TitleBtm {
	font-size: 14px;
	font-weight: bold;
}
.homeSubsection {
	width: 150px;
}
ul {
	margin-top: 0px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 25px;
	padding: 0px 0px 0px 20px;
	list-style-type: square;
}
ol {
	margin-top: 0px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 25px;
	padding: 0px 0px 0px 20px;
	list-style-type: square;
}
h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	display: inline;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 25px;
}
h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	display: inline;
	margin-right: 10px;
}
a {
	color: #3366CC;
	text-decoration: none;
}
a:hover {
	color: #3366CC;
	text-decoration: underline;
}
textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #EEEEEE;
	border: 1px solid #666666;
	padding: 5px;
}
input {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #EEEEEE;
	border: 1px solid #666666;
	padding: 2px;
}
select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #666666;
}




#scr1 div {
  visibility:hidden;
  vertical-align:middle;

 }
 #scr1, #scr1 div.default {
   width:160px;
   height:120px;
   overflow:hidden;
   visibility:visible;
   vertical-align:middle;
 }
 #scr1 table tr td div {
  padding: 3px 0;
  margin-left: 5px;
  font: bold 12px Verdana;
  visibility:visible;
  vertical-align:middle;
 }

 #scr1 {
   background-color:#eeeeee;
   margin:0px auto;
   vertical-align:middle;
 }


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadetabs{
border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}


.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;

}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: #ffff01;
background-color: #3B6B9C;
border: 2px solid #FFF2BF; /*bgcolor light blue #99CCFF  tan #FFF2BF*/
	
}


.hovermenu ul li a:hover{
background-color: #FFFFFF;
border: 2px solid #CCC;
color: darkred;
border-style: outset;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.rssbutton{
background-color: #ff6600;
border: 1px #ff6600 outset;
padding: 0 2px;
color: white;
text-decoration: none;
font: bold 10px Verdana;
}

.rssbutton:visited, .rssbutton:hover, .rssbutton:active{
color: white;
}

.cssbutton{
background-color: #3B6B9C; /*dark blue #3B6B9C */
border: 4px #FFF2BF outset;
padding: 2px 4px;
font: bold 18px arial;
padding-left: 2px;
margin-left: 0;
height: 30px;
color: #ffff01;
text-decoration: none;
font: bold 11px Verdana;
/*font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif; */
}

.cssbutton:visited{
color: #ffff01;
}

.cssbutton:hover{
border-style: inset;
background-color: #FFFFFF;
border: 4px #CCC outset;
color: darkred;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: lightblue;
}


.iconlink{
padding: 1px 2px 3px 15px;
color: #3366CC;
text-decoration: underline;
font: bold "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
background: #fff url(http://www.iowakofc.org/images/dot_off.gif) left center no-repeat; 
}

.iconlink:visited{
color: purple;
}

.iconlink:hover{
color: darkblue; 
background: #F0F0F0 url(http://www.iowakofc.org/images/dot_on.gif) left center no-repeat; 
}

.iconlink:active{
color: darkred;
background: #F0F0F0 url(http://www.iowakofc.org/images/dot_on.gif) left center no-repeat; 
}


