/* CSS Document */
 a:link {
       COLOR: blue;
}

a:visited {
       COLOR: aqua;
}

a:hover {
       COLOR: red;
}
.leftSub {
       color:  #FFCC33;
       font-family: Verdana;
       text-align: center;
       font-size: 9pt;        
}
.left {
	top: 50px;
	left: 0px;
	position: absolute;
	background-color: #FFCC33;	 
	color:  black;
	width: 200px;
	height: 1350px;
	font-family: Times;
	text-align: center;
    font-size: 10pt;
	}
.innerleft 
{
    padding:5px;
}
	
.navigation {
	top: 0px;
	left: 0px;
	height: 80px;
	position: absolute;
	background-color: #FFCC33;
	width: 102%;
	color:  #AAAAAA;
	text-align: center;
	font-family:  Vladimir Script;
	font-size:  24.0pt;
	
	}

.main {
	position: absolute;
	left: 121px;
	top: 100px;
	width: 90%;
	height: 600px;
	background-color:white;
	color: black;
	padding: 10px;
	font-family: Verdana;
	}

ul#horzNav {
	padding: 6px;
	margin: 0;
	list-style-type: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 102%;
	color: #FFCC33;
	background-color: #FFCC33;
	margin-bottom: 2em;
	left: 0px;
	height: 40px;
	}

ul#horzNav li {
	display: inline;
	}
ul#horzNav li a {
	
	color: #FFCC33;
	background-color: #FFCC33;
	padding: 0.2em 1em;
	text-decoration: none;
	border-left: 1px solid #fff;
	
	}
ul#horzNav a:link, ul#horzNav a:visited {
	color: blue;
	background-color: #FFCC33;
	text-decoration: none;
	}
	
ul#horzNav a:hover {
	color:   Maroon ;
	background-color:  #FFCC33;
	}

.bottom {
	position: absolute;
	top: 50;
	left: 0px;
	width: 102%;
	background-color: #FFCC33;
	color: blue;
	height: 20px;
	text-align: center;
	font-family: Verdana;
	padding: 5px;
	font-size: 10px;
	}
 
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{
	margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:Times;}
h1
	{
	margin:0in;
	margin-bottom:.0001pt;
	page-break-after:avoid;
	font-size:18.0pt;
	font-family:"Copperplate Gothic Light";
	color:red;
	font-weight:normal;}
h2
	{
	margin:0in;
	margin-bottom:.0001pt;
	page-break-after:avoid;
	font-size:20.0pt;
	font-family:Times;
	font-weight:normal;}
h3
	{
	margin:0in;
	margin-bottom:.0001pt;
	text-align:justify;
	page-break-after:avoid;
	font-size:18.0pt;
	font-family:Helvetica-Oblique;
	color:#5D349F;
	font-weight:normal;
	font-style:italic;}
h4
	{
	margin:0in;
	margin-bottom:.0001pt;
	page-break-after:avoid;
	font-size:24.0pt;
	font-family:Helvetica-Oblique;
	color:purple;
	font-weight:normal;
	font-style:italic;}
h5
	{
	margin:0in;
	margin-bottom:.0001pt;
	page-break-after:avoid;
	font-size:16.0pt;
	font-family:"Arial Black";
	color:blue;
	font-weight:normal;
	font-style:italic;}
h6
	{
	margin:0in;
	margin-bottom:.0001pt;
	text-align:justify;
	page-break-after:avoid;
	font-size:16.0pt;
	font-family:"Arial Black";
	color:purple;
	font-weight:normal;
	font-style:italic;}
p.MsoHeading7, li.MsoHeading7, div.MsoHeading7
	{
	margin:0in;
	margin-bottom:.0001pt;
	page-break-after:avoid;
	font-size:16.0pt;
	font-family:"Arial Rounded MT Bold";}
p.MsoHeading8, li.MsoHeading8, div.MsoHeading8
	{
	margin:0in;
	margin-bottom:.0001pt;
	page-break-after:avoid;
	font-size:14.0pt;
	font-family:"Lucida Calligraphy";
	color:#993366;}
p.MsoHeading9, li.MsoHeading9, div.MsoHeading9
	{
	margin:0in;
	margin-bottom:.0001pt;
	page-break-after:avoid;
	font-size:24.0pt;
	font-family:"Plantagenet Cherokee";
	font-weight:bold;}
p.MsoBodyText, li.MsoBodyText, div.MsoBodyText
	{margin-top:0in;
	margin-right:0in;
	margin-bottom:16.0pt;
	margin-left:0in;
	font-size:16.0pt;
	font-family:ArialMT;}
p.MsoBodyText2, li.MsoBodyText2, div.MsoBodyText2
	{margin:0in;
	margin-bottom:.0001pt;
	text-align:justify;
	font-size:24.0pt;
	font-family:Copperplate;
	color:#DD2728;
	font-weight:bold;
	font-style:italic;}
p.MsoBodyText3, li.MsoBodyText3, div.MsoBodyText3
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:18.0pt;
	font-family:"Arial Black";
	color:#3F4924;
	font-weight:bold;
	font-style:italic;}
a:link, span.MsoHyperlink
	{color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{color:purple;
	text-decoration:underline;}
@page Section1
	{
	margin:1.0in 1.25in 1.0in 1.25in;
    }




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:White;
padding: 5px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

a:link.thumbnail, a:visited.thumbnail, a:hover.thumbnail, a:active.thumbnail{
color: black; 
text-decoration:none;
}


.thumbnail span img{ /*CSS for enlarged image*/
    /*
position:absolute;
border-width: 0;
padding: 2px;
top: 10px;
left: -360px; 
*/
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
position:absolute;    
visibility: visible;
left: -370px; /*position where enlarged image should offset horizontally */
width:350px;
font-size:.8em;
font-family:Arial;

}


