﻿/*tag styles*/
body 			{text-align: left; font-family: Arial, Helvetica, sans-serif; font-size: 16pt; background-color:#dddddd;	}

li 				{padding: padding-left: 10px;}

/*ID styles*/
#wrapper 		{width: 802px; padding :100px; margin-right: auto; margin-left: auto; margin-top: 40px; background-color:#ffffff;	}
#nowrapper 		{width: 802px; padding :10px; margin-right: auto; margin-left: auto; margin-top: 10px; background-color:#ffffff;	}

#header 		{float: left; z-index: 2; width: 802px; height: 197px; position: absolute; top: 140px;	}

#topnav 		{position: relative; width: 802px; top: 200px; font-family: Arial, Helvetica, sans-serif; font-size: medium; font-weight: bold; text-align: center; 	}
	
#topnav ul 		{width:100%; margin:0px;	} 
#topnav ul li 		{display:inline;	}

#topnav a		{padding: 0px 60px 0px 60px;	}
#topnav a:link		{color:navy; font-style:normal; text-decoration:none;	}
#topnav a:visited	{color:navy; font-style:normal; text-decoration:none; 	}
#topnav a:active	{color:navy; font-style:normal; text-decoration:none;	}
#topnav a:hover		{color:white; font-style:normal; text-decoration:none; background-color: #6666ff; 	}
#topnav a:focus		{color:navy; font-style:normal; text-decoration:none; 	}

#main 			{width: 100%; position: relative; top: 230px font-size: 14pt; background-color :#ffffff;	}
#main ul li		{margin-left: 40px;	}

#footer 		{	}

/*class styles*/

.bulletIndent 		{padding-left: 10px	}

b {font-weight: bold;}
strong {font-weight: bold}

i {font-style: italic;}
em {font-style: italic}

h1  		{ /*Page headline*/
	margin-top:2.5in;
	text-align:center;
	font-size:24.0pt;
	font-family: Copperplate Gothic Light, sans-serif;
	color:#292F40;
	font-weight:normal;
}
h2 			{ /*Main text*/
	text-align:left;
	line-height:1.4;
	font-size:14.0pt;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight:normal;
}
h3 			{ /*Small line under page headline*/
	text-align:center;
	line-height:1.4;
	font-size:12.0pt;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-weight:normal;
}

h4 			{ /*Large bold font*/
	text-align:left;
	line-height:1.4;
	font-size:16.0pt;
	font-family: Verdana, Geneva, Tahoma, sans-serif
	font-weight:bold;
}
h5 			{ /*Slightly indented large font*/
	text-align:left;
	line-height:1.4;
	font-size:16.0pt;
	font-family: Verdana, Geneva, Tahoma, sans-serif
	font-weight:normal;
	margin-left: 7%
}
snide 		{ /*Same as h3*/	
	text-align:center;
	line-height:1.4;
	font-size:12.0pt;
	font-family: Verdana, Geneva, Tahoma, sans-serif
	font-weight:normal;
}
footnote 	{
	text-align:left;
	font-size:12.0pt;
	font-family: Verdana, Geneva, Tahoma, sans-serif
	font-weight:normal;
}
wardescr 	{
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 14px; 
	line-height: 80%;
	}
img 		{
    display: block;
    margin: auto;
}
.hangingindent 	{
	padding-left: 80px ;
  	text-indent: -80px ;
}
sup { 
    vertical-align: super;
    font-size: small;
}