body, div
		{
		margin: 0;
		padding: 0px;
		border: 0px;
		}
		
body		{
		background-color: #838A9A;
		font-family: "Avenir LT", Avenir, "Helvetica Neue", Helvetica, Arial, Geneva, Verdana, sans-serif;
		font-size: 15px;
		font-weight: 600;
		color: #000000;
		background:url(bgtype.png) repeat; 
		}

.dropcapleft	{
		float:left;
		line-height:180px;
		padding-top:2px;
		} 

.dropcapright	{
		float:right;
		line-height:180px;
		padding-top:2px;
		} 


a		{
		text-decoration: none;
		}

a:link	{
		color: #00539d;
		}

a:visited	{
		color: #e68e00;
		}
		
#page	{
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		width: 960px;
		background-color: #FFFFFF;
		}

#shadow
		{
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		width: 980px;
		/* background:url(shadow.png) center repeat-y; */
		background-color: #FFFFFF;
		}

#image	{
		text-align: justify;
		}

h3		{
		color: #e68e00;
		}

strong	{
		color: #00539d;
		}

#content
		{
		text-align: left;
		display: block;
		
		margin: 0 auto;
		background-color: white;
		height: 100%;
		}

#nav	{
		text-align: left;
		width: 739px;
		margin-left: 221px;
		/* margin: 0 auto; */
		background-color: white;	/* background-color: #e68e00; */
		height: 18px;
		word-spacing: 20px;
		}

ul.nav	{
		/* display: inline; */
		text-align: justify;
		list-style: none;
		font-size: 18px;
		line-height: 16px;

		}

li.nav	{
		display: inline;
		/* position: relative; */

		}
