﻿/* =================================
   Elements */
   body {
	background-color: #000000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #AC0979;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #2E1E5E;
	margin-left: 20px;
	margin-bottom: -10px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #2E1E5E;
	margin-left: 20px;
	margin-bottom:-15px;
}

/*===================================
  Ids */
#wrapper {
	border: 1px none #EEEEEE;
	position: relative;
	width: 710px;
	z-index: 1;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position: relative;
	width: 100%;
	height: 50px;
	z-index: 1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
    line-height: 40pt;
	padding-top: 0px;
	background-image: url('gg_images/GrowingGreatnessBG.jpg');
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;

}
#header a:active {
	color: #FFFFFF;
	text-decoration: underline;
}	
#header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#header a:link {
	text-decoration : none;
	color: #FFFFFF;
}
#header a:visited {
	text-decoration : none;
	color: #FFFFFF;
}
#nav
{
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #330066;
	font: 14px arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	z-index: 2;
}
#nav a:link    { color: #CCCCCC; text-decoration: none;}
#nav a:visited { color: #CCCCCC; text-decoration: none;}
#nav a:hover   { color: #FFFFFF; text-decoration: none; background: #663399;}
#nav a:active  { color: #FFFFFF; text-decoration: none; background: #663399;}

#footer {
	padding: 10px 0px 10px 0px;
	position: relative;
	width: 100%;
	z-index: 3;
	background-color: #808080;
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	color: #CCCCCC;
	clear: both;
	background-image: url('gg_images/GrowingGreatnessBG.jpg');
}
#footer a:link {
	text-decoration : none;
	padding-Top: 6px;
	color: #CCCCCC;
}
#footer a:visited {
	text-decoration : none;
	color: #CCCCCC;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}



/* =================================
   Classes */

/* .header { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-large; color: #C1B1D1}*/
.Bullet {
	list-style-image:  url("gg_images/layout/Bullet.gif");
	font-size: 10px;
	list-style-position: outside;
	color: #AC0979;
	line-height: 12px;
	text-align: left;
	vertical-align: top;	
}
.Bullet a:link    { color: #8566A3; text-decoration: none; font-weight: normal}
.Bullet :visited { color: #AC0979; text-decoration: none; font-weight: normal}
.Bullet :hover   { color: #AC0979; text-decoration: underline; font-weight: normal}
.Bullet :active  { color: #AC0979; text-decoration: none; font-weight: normal}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10pt;
	color: #000000;
}
.text p {
	padding-left: 20px;
}
.textIndent, .textIndent2{
	margin-left: 20px;
}
.text a:link   { color: #AC0979; text-decoration: none; font-weight: normal}
.text a:visited { color: #AC0979; text-decoration: none; font-weight: normal}
.text a:hover  { color: #AC0979; text-decoration: underline; font-weight: normal}
.text a:active { color: #AC0979; text-decoration: none; font-weight: normal}
.image {
	border-width: 0;
}
.textIndent2 {
	margin-left: 40px;
}
.registered {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
}

