body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
html, body { /* saves you from the centering jump on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}
p {
	font-size: 80%;
}

a:link {
	color: #003300;
}
a:visited {
	color: #003300;
}
a:hover {
	color: #003300;
}
a:active {
	color: #003300;
}



/* holder styles */

/* header styles */
#header {
	background-color: #F6AC27;
	background-image: url(../images/header_new.jpg);
	background-repeat:no-repeat;
	height: 113px;
	border-bottom: 2px solid #003300;
	border-bottom-color: #003300;
}
.callout {
	color:#003300;
	margin: 0;
	padding: 20px 10px;
	font: Comic Sans MS;
	font-weight:bold;
}

/* navigation styles */
#nav {
	
	float: left;
	padding: 0px 0px 0px 0px; /* side padding is added to total width above for a 160px real total */
	font: Comic Sans MS;
}

#left_navi {
	
	float: left;
	padding: 10px 0px 10px 0px; /* side padding is added to total width above for a 160px real total */
	font: Comic Sans MS;
}

#nav a:link { 
	color: #003300;
	text-decoration: none;
}
#nav a:visited { 
	color: #003300;
}
#nav a:hover, #nav a:active, #nav a:focus {  
	color: #333;
}

/* quote styles */
#quote {
	
	float: left; /* side padding is added to total width above for a 160px real total */
	font:Verdana, Arial, Helvetica, sans-serif;
	margin: 200px 0px 0px 0px;
	background-color: #ffff00;
	vertical-align: bottom;
}
#quote p {
	line-height: 130%;
	text-align: center;
	color: #003300;
	font-style: italic;
}

/* content styles */
#content {
	margin: 0 0px;
	padding: 10px;
	vertical-align: top;
	background-color: #ffff00;
	
}
#content p {
	line-height: 130%;
}

/* third column styles */
#news {
margin-left:3px;
	padding: 25px 3px 3px 3px;
	float: right;
	width: 140px;
	background-color: #ffff00;
	border-left-color:#006600;
	border-left-width:medium;
}
#news p {
margin-left:3px;

	color: #003300;
	font: italic 80%/130% Georgia, "Times New Roman", Times, serif;
}

/* footer styles */
#footer {
	padding: 5px;
	border-top: 1px solid #003300;
	font-size: 80%;
	color: #736B5E;
	background: #FFF;  /* This background color covers the faux column effect that spans the entire holder div */
}

/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}


.textcomicboldlarge {
	font-size: x-large;
	font-family: Comic Sans MS;
	color: #006600;
	font-weight: 700;
	text-align: center;
}
.textitalic {
	font: italic 100%;
}
.text100 {
	font: italic 100%;
}
.text_boldorange {
	font: italic bold 100% Verdana, Arial, Helvetica, sans-serif;
	color: #FF3300;
}


.stylenew {
	font-size: 12px
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
}

.style2 {font-size: 13px; }
.style4 {
	color: #006600;
	font: italic bold;
	font-style: italic;
}
.style5 {
	color: #CC3399;
	font-style: italic;
}
.bigbold {
font-size: 18px;
font-weight:bold;
}

.extralarge{
font-size:x-large;
}

.grace{
font-size:16px;

}