 /* Styles the body. */
body{
	background: #93C789;
	margin: 0;
	padding: 0px;
}



 /* The box which centers and holds everything. */
#holder{
	position: relative;
	/*left: 25%;  */
	width: 710px;
	/*margin-left: -300px; */
	background: #ffffff;
	border-left: 4px #40AF49 solid;
	border-right: 4px #40AF49 solid;
	border-bottom: 0px #40AF49 solid;
}

.small
 { 
 font-family: verdana, arial, "ms sans serif", sans-serif; 
 font-size: 10px; 
 font-weight: normal;
 padding-left: 10px;
 line-height: 14px;
 color: #e9f2fc;
 }
.small_noindent
 { 
 font-family: verdana, arial, "ms sans serif", sans-serif; 
 font-size: 10px; 
 font-weight: normal;
 padding-left: 2px;
 line-height: 14px;
 color: #e9f2fc;
 } 


 /* The box which holds the header _and_ the footer. */
#header, #footer{
	position: relative;
	width: 710px;
	/*left: 25%; */
	/*margin-left: -300px; */
	background: #ffffff;
	border-left: 4px #40AF49 solid;
	border-right: 4px #40AF49 solid;
	border-bottom: 0px #40AF49 solid;
}


 /* Box which holds the content and aligns it to the left. */
#content{
	position: relative; 
	padding: 15px;
	width: 500px;
	right: 90px;
}

 /* Styles the h3 header tag. */
#content h3{
	font: 1.2em/100% Verdana, Sans-Serif;
	color: #008800;
	margin: 0;
	padding: 10px 5px 0 0;
	text-align: Left;
}

 /* Styles the p-tag (the paragraphs). */
#content p{
	font: .8em/150% Arial, Sans-Serif;
	text-align: left; /* You can also use: justify, center and right. Try them! */
	margin: 0;
	padding: 10px 5px 1em 5px;
}

#content p img.floatleft{
	float: left;
	margin: 0 13px 5px 0;
	border: 2px #555 solid;
}

 /* Styles quotes displayed as block-elements. */
#content p.blockquote{
	margin: 0 5px 0 15px;
	padding: 6px;
	font: .7em Arial, Sans-serif;
	border-left: 1px #aaa dashed;
	background: #94C888;
	text-align: justify;
}

#content p.blockquote:hover{
	border-left: 1px #555 dashed;
	background: #FFF3C6;
}

 /* Puts > Quote: " < in front of everything inside the quote, so you don't have to! */
#content p.blockquote:before{
	content: "Quote: " open-quote;
	font-weight: bold;
	font-style: italic;
}

 /* Puts a > " < after the quote. */
#content p.blockquote:after{
	content: close-quote;
	font-weight: bold;
	font-style: italic;
}

 /* Styles the links inside the content-box. */
#content a{
	color: #40AF49;
	font-weight: bold;
	text-decoration: none;
}

 /* Gives the links a hover-effect. */
#content a:hover{
	color: #AF2E31;
	text-decoration: none;
	text-decoration: underline;
}











 /* Box which holds and aligns the menu to the right. */
#menu{
	position: absolute;
	right: 0;
	top: 1px;
	width: 180px;
	/*left: 530px; */
}

 /* Hides the h1 text in CSS-compliant browsers, but seen by text-based browser. */
#menu h1{ font: 0em/0% arial, sans-serif; text-indent: -4321px; height: 0; margin: 0; padding: 0; }

 /* The actual menu holder. */
#menu dl{
	margin: 0px 0 0px 0;
	padding: 0px 0 0px 0;
	border-left: 1px #94C888 solid;
}

 /* Styles the link-descriptions above the links. */
#menu dt{
	margin: 15px 0 0 0;
	padding: 0 5px 0 5px;
	background: #40AF49;
	font: .8em/150% verdana, sans-serif;
	color: #000000;
}

 /* Tags which holds each link in the menu. */
#menu dd{
	margin: 0;
	padding: 0;
	border-bottom: 1px #40AF49 solid;
	text-align:left;
}

 /* Styles the links in the menu. */
#menu dd a{
	background: #93C789;
	display: block;
	font: 12px verdana, sans-serif;
	color: black;
	padding: 0 5px 0 15px;
	text-decoration: none;
}
 /* Tags which holds each link in the menu. */
#menu tba{
	margin: 0;
	padding: 0;
	border-bottom: 1px #40AF49 solid;
	text-align:left;
}

 /* Styles the links in the menu. */
#menu tba a{
	background: #93C789;
	display: block;
	font: 12px verdana, sans-serif;
	color: black;
	padding: 0 5px 0 15px;
	text-decoration: none;
}

 /* Makes a hover effect when the mouse is over a link. Also styles the selected link. */
#menu dd a:hover, #menu dd a.selected{
	color: #AF2E31;
	background: #ffffff url(menu-link-bg-hover.gif) left top no-repeat;
		padding: 0 5px 0 15px;
}

 /* Makes the hover-effect disappear (but with the dark arrow intact) when the mouse is over the menu. */
#menu dl:hover dd a.selected{
	background: #ffffff url(menu-link-bg-hover.gif) left top no-repeat;
	display: block;
	font: .8em/20px verdana, sans-serif;
	color: #AF2E31;
		padding: 0 5px 0 15px;
	text-decoration: none;
}

#menu dl:hover{
	color: #000000;
}

 /* A form. */
#menu form{
 	margin: 0;
	padding: 0px;
}

 /* Styles the text-input. */
#menu input.text{
	width: 175px;
	margin: 0 0 2px 8px;
	padding: 0px;
	background: #ffffff;
	border: 1px #C5D2D9 solid;
	font: .7em verdana, sans-serif;
	color: #000000;
}

 /* Styles the button. */
#menu input.button{
	width: 175px;
	margin: 0 0 2px 8px;
	padding: 0px;
	background: #EAF0F3;
	border: 1px #C5D2D9 solid;
	font: .7em verdana, sans-serif;
	color: #000000;
}

 /* Changes the text and button background colour, when in focus (works only in some compliant browsers, such as Opera). */
#menu input.text:focus, #menu input.button:focus{
	background: #F5F5E7;
}










 /* The footer. */
#footer h5{
	font: bold .8em/100% Arial, Sans-Serif;
	color: #ffffff;
	margin: 0;
	hight: ;
	padding: 0;;
	background: #40AF49;
	text-align: center;
	border-top: 3px #40AF49 solid;
	border-bottom: 0px #40AF49 solid;
}

#footer h5:after{
	content: " Design by Tyler Replogle ";
}

 /* Styles the links in the footer box, if any. */
#footer a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

 /* Gives the links a hover-effect. */
#footer a:hover{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}




.style5 {font-weight: normal; padding-left: 10px; line-height: 14px; color: #e9f2fc; font-family: verdana, arial, "ms sans serif", sans-serif;}
.style6 {font-size: 10px}
.style7 {
	font-size: 11px;
	font-style: italic;
}
.style9 {font-size: 12px; font-weight: bold; }



 /* Gives the acronyms a dotted bottom-border, so IE knows that it is an acronym. */
acronym{
	border-bottom: 1px #000000 dotted;
}

 /* This inludes the acronym description, when printed. */
@media print{
 acronym:after{
  content: " (" attr(title) ")";
 }
}
 
