* {
padding: 0;
margin: 0;
}
body {
background-image: url(..//images/background.jpg);
background-position:top center;
background-repeat:repeat-y;
font-family: Verdana, san-serif;
color:#ffffff;
background-color: #000000;
}
.smalltxt {
font-size:10px;
font-style:italic;
}

.hidden {
display:none;
}

#container {
background-color:#1d1b1c;
width:760px;
margin: 0 auto;
}
#topbar {
background-image: url(..//images/topbar.jpg);
background-repeat:no-repeat;
height:33px;
}
#header {
width:760px;
height:241px;
}

/* start nav */
#nav {
background-image: url(..//images/nav.jpg);
background-repeat:repeat-x;
height:38px;
font-size:12px;
font-weight:bold;
}

ul {
padding-top:25px;
}
#list /* end nav */

/* Alink Rollover */
 ul {
margin: 0 auto;
list-style-type:none;
width:700px;
}
#list  ul  li {
font-size:12px;
display:block;
background-color:#2D4D62;
border-bottom:1px solid #C0C0C0;
padding:15px 10px;
height:100px;
}

.img {
margin-right:20px;
}

.colorimg {
margin-left:10px;
}

#content ul li a:link, #content ul li a:visited {
color:#000000;
text-decoration:none;
}

#content ul li a:hover {
color:#ffffff;
}
/* End Alink Rollover */

p {
padding-bottom:15px;
}

/* Start Donate */
#postal {
background-color:#4F4F4F;
}

#donate table tr {
margin-bottom:30px;
}

.blutxt {
color:#31759F;
}
/* End Donate */



.sponsor td {
background-color:#3F3B3B;
padding:15px;
}

/* Start Apply */

/* End Apply */

/* start a:links */

.current {
color: #599dc8;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav a:link, #nav a:visited {
color: #ffffff;
text-decoration:none;
}
#nav a:hover {
color:#599dc8;
text-decoration:none;
}


a:link, a:visited {
color:#599dc8;
text-decoration:none;
font-weight:bold;
}

a:hover {
color:#ffffff;
text-decoration:none;
font-weight:bold;
}

#footer a:link, #footer a:visited {
color:#599dc8;
text-decoration:none;
}

/* end a:links */

#content {
background-color:#1d1b1c;
padding:10px 25px 25px 25px;
font-size:12px;
text-align:left;
}
.aboutimage {
float:left;
margin:0 30px 20px 0;
}

#leftaboutimg {
float:left;
margin-left:25px;
text-align:center;
}

#leftaboutimg img {
border:none;
}

#rightaboutimg {
margin-left:75px;
text-align:center;
}

#rightaboutimg img {
border:none;
}

#contactinfo {
float:left;
width:225px;
border-right:solid white 1px;
text-align:left;
}
#contact {
margin-left:250px;
}
.submit_button {
cursor:pointer; /*needed for firefox*/
cursor:hand;
padding:2px 15px;
font-size:14px;
font-family: verdana, arial, helvetica, sans-serif;
}
.field1 {
font-size:14px;
padding:3px 0 3px 7px;
color:#000000;
border:solid 1px #599dc8;
}

.field2 {
padding:5px 0 0 7px;
font-size:12px;
font-family:verdana, arial, helvetica, sans-serif;
color:#000000;
overflow:auto;
border-right:solid 1px #599dc8;
}

.field3 {
text-align:center;
}

#footer {
background-image: url(..//images/nav.jpg);
background-repeat:repeat-x;
height:25px;
font-size:10px;
padding:13px 0 0 175px;
clear:both;
}

#uploading {
background-color:#ffffff;
display:none;
position:absolute;
}

#uploading img {
position:absolute;
left:50%;
top:50%;
}

.overlay {
background-image: url(..//images/overlay.png);
height:100%;
width:100%;
filter:alpha(opacity=70);
-moz-opacity:.7;
opacity:.7;
}
