/* style created for InfiniteTeacher.com © 2004 by Free SpiritMedia.com™ . Duplication or redistribution is strictly prohibited. */

a:link { /*controls normal links in page*/
  color: #9C4F4F; /*burgundy*/
  font-weight: bold; 
  text-decoration: none; 
  background: #FFFFFF;} /*white*//*normal links in the text*/
a:visited {
  color: #9C4F4F;
   font-weight: bold;
  text-decoration: none; 
  background: #FFFFFF;}
a:hover { /*this effect is not shown in NN4.xx*/
  color: #9C4F4F;
  font-weight: bold; 
  text-decoration: underline; 
  background: #FFFFFF;}
a:active {/*colour in NN4.xx is red*/ 
  color: #9C4F4F;
  font-weight: bold; 
  text-decoration: underline; 
  background: #FFFFFF;}

 
 /*start topnav class*/ 
 /*controls the link format in the horizontal nav bar in the top header*/
  a.topnav:link {
	color: #9C4F4F;
	text-decoration: none;
	background: #CCCC99;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;

}

a.topnav:visited {
color: #990000;
font-size: 10px;
font-weight: normal;
text-decoration: underline;
background: #CCCC99; /*olive green*/
}

a.topnav:hover {
color: #9C4F4F;
text-decoration: underline;
background: #CCCC99;
}
/*end topnav class*/

/*The body tag controls the overall 
look of your pages such as alignment and background color*/ 
body {
		margin:10px 10px 0px 10px;
		padding:0px;
		}
	
/**This controls the left hand column of the page
	including its location*/
	#leftcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	position: absolute;
	left:10px;
	top:140px;
	width:200px;
	background:#fff;
	border:1px solid #9C9C4F;
	font-weight: normal;

		}

		/**This controls the center column*/
	#centercontent {
		background:#fff; /*white*/
		background-image: url(images/center_bg5.gif);
		background-position: top right;
		background-repeat: no-repeat;
   		margin-left: 199px;
   		margin-right:199px;
		border:1px solid #9C9C4F; /*burgundy*/
		color: #666666; /*this color refers to text*/
		font-family: Verdana;
		font-size: 12px;
		voice-family: "\"}\""; /*box model hack for ie http://www.tantek.com/CSS/Examples/boxmodelhack.html*/
		voice-family: inherit;
   		margin-left: 201px;
   		margin-right:201px;
		}
	html>body #centercontent { /*more of the hack*/
   		margin-left: 201px;
   		margin-right:201px;
		}

		/**This controls the right hand column*/
	#rightcontent {
	position: absolute;
	right:10px;
	top:110px;
	width:200px;
	background:#fff;
	background-image: url(images/right_bg6.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border:1px solid #9C9C4F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 12px;
	background-color: #FFFFFF;



		}
		
	/*this controls the header box at the top of the page*/
	#banner {
		background:#CCCC99; /*olive green*/
		background-image: url(images/header_bg1.gif);
		background-repeat: no-repeat;
		height:99px;
		border-top:1px solid #9C9C4F; /* darker olive green*/
		border-right:1px solid #9C9C4F;
		border-left:1px solid #9C9C4F;
		text-align: right;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: Black; /*this color refers to text*/
		font-size: 12px;
		font-weight: bold;
		voice-family: "\";}\"";
		voice-family: inherit;
		}

	html>body #banner {
		height:99px;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
		font-size:18px;
			color: #9C4F4F; /*burgundy*/
		padding-top:10px;
			}
		
		h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
		font-size:12px;
			color: #9C4F4F; /*burgundy*/
			padding-bottom: 0px;
			padding-left: 10px;
			padding-top: 10px;
		}
		
		h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
		font-size:12px;
			color: #000000; /*black*/
			padding-bottom: 0px;
			padding-left: 10px;
			padding-top: 10px;
		}
		
	#banner h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size:14px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
	
	/*controls the paragraph text in right column*/
	#rightcontent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:10px
		}

/*Start navlist*/
/*The following navlist areas controls the images, size, 
placement and background color of the nav buttons
located in the top left hand column of the page*/			
#navlist {
	position: absolute;
	left: 15px;
	top: 156px;
	width: 186px;
}
#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#navlist li {
	margin: 0 0 3px 0;
}

#navlist a {
	/*/*/display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid #333;
	width: 186px;
	background-color: transparent;
	background-image:  url(images/button1.gif); /* */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:160px;
	}
html>body #navlist {
	width:160px;
	}

#navlist a:link {
	color: #9C4F4F; /*burgundy*/
	/*/*/color: #9C4F4F;
	text-decoration: none; /* */
}

#navlist a:visited {
	color: #9C4F4F;
	/*/*/color: #9C4F4F;
	text-decoration: none; /* */
}

#navlist a:hover {
	border: 1px solid #333; /*darkgray/black*/
	background-color: #CCCC99; /*olive green*/
	background-image:  url(images/button2.gif);
	color: #FFFFFF;
}
/*end navlist*/

/*controls box in left column under nav buttons*/
.box {
background-color: #CCCC99; /*olive green*/
background-image: url(images/leftcol_bg.gif);
background-repeat: repeat;
  color : black; /*this color refers to the text within the box*/
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding : 4px;
  margin: 5px;
  border-color : #9C4F4F; /*burgundy*/
  border-style: dotted;
  border-width : 2px;
  }
  
  /*controls box in right column*/
  .box2 {
  color : black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding : 4px;
  margin: 5px;
  border-top-color : #9C4F4F; /*burgundy*/
  border-top-style: dotted;
  border-top-width : 2px;
  border-bottom-color : #9C4F4F;
  border-bottom-style: dotted;
  border-bottom-width : 2px;
  }
  
  /* START FOOTER LINK COLORS */


a.footerlink:link	{ color: #9C4F4F; text-decoration: underline }

a.footerlink:visited	{ color: #9C9C4F; text-decoration: underline}

a.footerlink:active	{ color: #9C4F4F; text-decoration: underline }

a.footerlink:hover	{ color: #9C9C4F; text-decoration: none }

.copyright 	{ COLOR: #9C9C4F; FONT: 10px verdana, sans-serif; font-weight: normal }

.button { 	background-image: url("images/buttona.gif");
		background-color:#FFFFFF;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #000000;
		font-size: 8pt;
		height: 21px;
		width: 100px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #000000 0px solid }

.buttonon { background-image: url("images/buttonon.gif");
		background-color:#FFFFFF;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #9C9C4F;
		font-size: 8pt;
		height: 21px;
		width: 100px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #000000 0px solid }

.button-popups { background-image: url("images/button-popups.gif");
		background-color:#FFFFFF;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #000000;
		font-size: 8pt;
		height: 21px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
		BORDER: #000000 0px solid }


.buttonon-popups { background-image: url("images/buttonon-popups.gif");
		background-color:#FFFFFF;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #9C9C4F;
		font-size: 8pt;
		height: 21px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
		BORDER: #000000 0px solid }


.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("images/shadeform.gif");
		text-align: left;
		WIDTH: 200PX;
		BORDER: #000000 1px solid}

.textarea	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("images/contacta.jpg");
		text-align: left;
		WIDTH: 300PX;
		HEIGHT: 125PX;
		BORDER: #000000 1px solid}
		
 /* style created © 2004 by Free SpiritMedia.com™ . Duplication or redistribution is strictly prohibited. */
