body {	font-family: 	"times new roman", times, serif;
	font-size:	12pt;
	color:		black;
	margin:		0px;
	background-image: 	url(images/backgroundimage2.gif);
	background-repeat:	repeat-y;}

#head	{	text-align:	center;
		height:		150px;
		margin:		0px;
		background-color:	white;
		border-bottom:		2px solid rgb(151,149,131);
	}


h1	{	font-size:	24 pt;
		text-decoration:	underline;
		text-align:	left;
		font-weight:	bold;
		font-variant: small-caps;
		color:	rgb(94,74,55);	}

h2	{	font-size:	18 pt;
		font-style:	italic;
		text-align:	center;
		font-weight:	bold;	
		margin-top: 1%;	}


h3	{	font-size:	16 pt;
		font-weight:	bold;
		text-align:	left;	}

h4	{	font-size:	14 pt;
		font-weight:	bold;
		text-align:	left;	}

.indent		{	margin-left: 1em;	}

h5	{	font-size:	12 pt;
		font-weight:	bold;	}

div.caption	{	font-size:	18px;
			margin-top: -5px;	
			margin-left:	0;
			margin-right:	0;
			font-weight:	bold;	}

div.left	{	float: 		left;	
			width:		200px;
						 }

div.main	{	margin-left:	200px;
			margin-right:	10px;	}
		//	width:		550px;} ---Old Line of code


div.main2	{	margin-left:	1em;
			margin-right:	1em;	}

div.floatright	{	float:	right;
			width:	100px;
			margin: 0 0 5px 5px;
			padding: 5px;
		}

div.floatright img {	height: 100px;
			margin-top: 15px;	}

div.floatright2		{	float: right;
				width: 245px;
				margin: 5px 5px 10px 10px; 
				
				font-style: italic; 
				font-size: 12px; 
				clear: bottom; }

div.floatright3		{	float: right;
				width: 297px;
				margin: 5px 5px 10px 10px; 
				
				font-style: italic; 
				font-size: 12px; 
				clear: both; }




/** styles the "breadcrumbs" that use arrows >> [HTML = &#187;] to show vertical location **/ 

div.breadcrumbs {
	FONT-WEIGHT: 850;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 5PX;
	COLOR: gray;
	MARGIN-BOTTOM: 15px;
	margin-left: 1px;
	}


A:link {
	 
	TEXT-DECORATION: none; text-weight: 750;
	font-weight: bold;}

A:visited {
	 
	TEXT-DECORATION: none;
	font-weight: bold;	}

A:hover {
	color:	rgb(94,74,55);; 
	TEXT-DECORATION: underline; 
	font-weight: bold;	}

A:active {
	
	font-weight: bold;
	label: show;	}

ul.leftnav	{	list-style-image: url(images/feather_bullet.gif);
		padding: 0px;
		margin-left: 30px;}
 
ul.leftnav A:link {color: rgb(94,74,55);}

ul.leftnav A:visited {color: rgb(94,74,55);}

LI {	
	background-image: url();
	background-repeat: no repeat;
	background-position: 0 .4em;
	padding-left: 1.3em;	} 

.leftnav	{font-family: "times new roman", Times, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom:	10px;}

hr		{ clear: both;	
			margin-top: -5px;	}


address		{	font-size: 	12px;
			margin-left: 	5px;
			margin-top:	5px;
			padding:	5px;	}

img.main	{	align:	center;
			padding:	25px;	}

img.right	{	float: right;	}


