/* CSS Document */
/* Secondary Pages */

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-image: url(images/repeating.gif);
	background-repeat: repeat-x;
	
	
}


#wrapper{
	background-image: url(heading.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 100%;
		
}

#navcontainer a.here
{
	color: #9933FF;
}

#navcontainer {
	position: absolute;
	top: 103px;
	left: 5px;
	width: 195px;
	height: auto;
	background-color: #CC99FF;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	color: #FFFFFF;	
}


#navcontainer ul
	{
	margin: 0;
	padding: 0;
	list-style-type: none;

	}

#navcontainer a
	{
	display: block;
	color: #FFF;
	background-color: #CC99FF; /*light purple*/
	width: 175px;
	padding: 3px 12px 3px 8px;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}


#navcontainer a:hover
{
background-color: #9999FF; /*light blue*/
color: #FFF;
}


#navcontainer li li a
{
	display: block;
	color: #FFFFFF;
	background-color: #CC99FF; /*light purple*/
	width: 175px;
	padding: 3px 3px 3px 17px;
	text-decoration: none;
	font-weight: bold;	
}

#navcontainer li li a:active	/*ADDED FOR ACTIVE LINK COLOR*/
{
	background-color: #6699FF; 
	color: #FFFFFF;
}

#navcontainer li li a:hover
{
	background-color: #9999FF; 
	color: #FFFFFF;
}

#navcontainer li li li a
{
	display: block;
	color: #FFFFFF;
	background-color: #CC99FF; /*light purple*/
	width: 175px;
	padding: 3px 3px 3px 17px;
	text-decoration: none;
	font-weight: bold;
	
}

#navcontainer li li li a:hover
{
	background-color: #9999FF; 
	color: #FFFFFF;
}

#navcontainer li li li a:active		/*ADDED FOR ACTIVE LINK COLOR*/
{
	background-color: #6699FF; 
	color: #FFFFFF;
}

#navcontainer a:visited{ /*added to give viewer idea of where they are*/
	color: #FFFF66; /*light yellow*/
}

/*Added per Ama suggestion.  For the links on bottom*/
#pagefooter a:link { color: #000000; }
#pagefooter a:visited { color: #CC99FF; }
	
#pagefooter a:hover, a:active
	{
		color: #FFCC99;
		background-color: #CC99FF;
	}
/*end add*/

#sidepic{
	color: #FFFFFF;
	background-color: #CC99FF;
	text-align: center;
}
#sidepic img{
	border-color: #FFFFFF;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

#content
{
	position: absolute;
	width: 580px;
	height: auto;
	left: 215px;
	top: 110px; /*orig 85px*/
	color: #333333;
}
#content h3
{
	color: #FF6600;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content h4
{
	color: #FF6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#content p,ul,li 
{
	font-size: 12px;
}
#content a
{
	color: #0000FF;
	}
#column_only_one
{
	width: 560px;
}
#columnheading
{
	width: 500px;
	text-align: left;
}
#column1
{
	height: auto;
	margin-top: -20px;
	color: #333333;
	float: left;
}

.active {
	color: 6699FF;
	
}

.right {
	float: right;
}
	
.left{
	float: left;
	margin-right: 15px;	
}

img.menu { 
	margin: 1px; 
	border: 0px;
}

.bold {
	font-weight: bold;
}

#clearfloats {clear: both;}

#pagefooter
{
	height: 75px;
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: center;
	width: 100%;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 20px;	
	}
#pagefooter a
{
	color: #666666;
	text-decoration: underline;
	}



