/* This style sheet is for the text of the document. */


.headline1	/* The main headline on the page, the largest. */	
	{
	font-family:	"Times New Roman", serif;
	color:		#313276;
	font-size:	14pt;
	font-weight:	normal;
	padding-top:	10px;
	padding-left:	10px;
	padding-right:	10px;
	}


.headline2	/* For special headlines, side buttons on home page, etc. */
	{
	font-family:	"Times New Roman", serif;
	color:		#313276;
	font-size:	14pt;
	font-weight:	normal;
	padding-left:	10px;
	padding-right:	10px;
	}


.subhead		/* Subheads within the main text, for emphasis of a section.*/
	{
	font-family:	Arial;
	color:		#313276;
	font-size:	9pt;
	font-weight:	bold;
	font-variant:	small-caps;
	}
	

.maintext	/* Most of body text will come under this style.*/
	{
	font-family:	Arial;
	color:		#000000;
	font-size:	9pt;
	font-weight:	normal;
	line-height:	1.3;
	padding-right:	10px;
	padding-left:	10px;
	}

.indented	/* This style is same as maintext but is indented 30px for lists.*/
	{
	font-family:	Arial;
	color:		#000000;
	font-size:	9pt;
	font-weight:	normal;
	line-height:	1.3;
	padding-right:	10px;
	padding-left:	30px;
	}

.address  	/* Zoo address info and copyright at bottom.*/
	{
	font-family:	Arial;	
	color:		#ffffff;
	font-size:	8pt;
	font-weight:	normal;
	line-height:	1.3;
	}

p.address
	{
	font-family:	Arial;
	color:		#313276;
	font-size:	8pt;
	font-weight:	normal;
	text-decoration: bold;
	text-align:	center;
	padding:	10px;
	}


.menulink 	/* Main links on the left side.*/
	{
	font-family:	Arial;
	font-size:	8pt;
	font-weight:	normal;
	text-align:	center;
	padding:	2px;
	text-decoration: none;
	} 

		
a.one:link	/*Links should be dark blue, then lighter when active*/
	{
	color:	#313276;
	text-decoration: none;	
	}

a.one:visited
	{
	color:	#313276;
	text-decoration: none;
	}

a.one:hover
	{
	color:	#336699;
	text-decoration: none;
	}

a.one:active
	{
	color:	#c7d28a;
	text-decoration: none;
	}
	
a:link	/*Regular links should be dark blue, then lighter when active, underlined at hover*/
	{
	color:	#313276;
	text-decoration: none;	
	}

a:visited
	{
	color:	#336699;
	text-decoration: none;
	}

a:hover
	{
	color:	#336699;
	text-decoration: underline;
	}

a:active
	{
	color:	#c7d28a;
	text-decoration: none;
	}

ul
	{
	list-style-type: square;
	}



	

