/* The CSS */
/* Studio7 Corporation */
/* Copyright Studio7 on behalf of the Boys and Girls Club of the Capital City.  All Rights Reserved. */

/***********************************
   General Body Styles
***********************************/
body {
	background-color: #1d2e4b;
	background-image: url(../images/bgt.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.outline {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/***********************************
   Tables, Divs, etc...
***********************************/
.foot {
	background-image: url(../images/fimg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.gpt {
	background-image: url(../images/gpt.gif);
	background-repeat: no-repeat;
}

.gpb {
	background-image: url(../images/gpb.gif);
	background-repeat: no-repeat;
}
.bio { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; background-image: url(../images/biobg.gif); background-repeat: repeat-x; border: 1px solid teal; }

/***********************************
   Link Styles
***********************************/
a:link {
	color: #66CCFF;
}
a:visited {
	color: #66CCFF;
}
a:hover {
	color: #000000;
}
a:active {
	color: #CCCCCC;
}

/***********************************
   Text Styles
***********************************/
.one {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.one {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.gbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.flink {
	font-size: 10px;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	font-weight: 900;
	font-style: italic;
}

.required {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
	color: #FF0000;
	font-weight: bolder;
}
.object {
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	color: #000000;
	background: #FFFFFF;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}
.objectover {
	font-family: verdana,helvetica,sans-serif;
	font-size: 10px;
	color: #000000;
	background: #FFFFCC;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}
