/* CSS Document */

/* This style (html) prevents the bottom scroll bar in IE for Mac showing up */
html		{
			width:97%;
			}
			
			
.bold		{
			font-weight: bold;
			}
			
.brownText	{			
			color: #662121;
			font-weight: bold;
			}
			
.orangeText	{
			color: #f47920;
			font-weight: bold;}
			

			
body		{
			margin: 200px 75px 0 0;
			padding: 0 7% 0 235px;
			background-image:url("images/Logo.gif");
			background-repeat: no-repeat;
			color: #333;
			background-color: #fff;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 13px;
			/*text-align: justify;*/
			line-height:1.5em;
			}
			
	
.sidecol	{
			position: absolute;
			z-index: 5;
			width: 205px;
			top: 150px;
			left: 10px;
			margin: 0;
			padding: 0 3% 0 3%;
			color: #662121;
			font-family: Georgia, Times, serif;
			line-height: 1.25em;
			}
			
				
.small		{
			font-size: 11px;
			}
			
			
.pageHead
			{
			font-family: Georgia, Times, serif;
			font-size:30px;
			color: #662121;
			padding-bottom: 2px;
			margin-bottom: 2px;
			font-weight: bold;
			}
			
.portHead
			{
			font-family: Georgia, Times, serif;
			font-size:30px;
			color: #662121;
			font-weight: bold;
			font-size:20px;
			margin-top:5px;
			}
			

/*this style (border) is for the line which lies below the page heading */			
.border	{
			padding-top: 0.5em;
			margin-top: 0;
			border-top:2px solid #662121;
			}
			
		
			
.floatRight	{
						float: right;
						margin-left: 5px; margin-right: 5px; margin-top: 1px; margin-bottom: 1px;
			}
	
			
.floatLeft	{
						float: left;
						margin-left: 3px; margin-right: 10px; margin-top: 1px; margin-bottom: 0px;
			}

			
/* navigation style for main menu on sidebar*/
			
#sitenav	{
			/*position: absolute;*/
			font-size: 1em;
			}
				
				
#sitenav a	{
			display: block;
			padding: 4px 50px;
			margin: 0;
			color: #662121;
			background-color:transparent;
			text-decoration: none; 
			text-align: right;
			font-weight: bold;
			}
			
#sitenav a:visited
			{
			color: #662121;
			background-color:transparent;
			text-decoration: none;
			font-weight: normal;
			}			
			
#sitenav a:hover	
			{
			color: #f47920;
			background-color:transparent;
			text-decoration: underline;
			}
			

			
			
/* navigation style links within main body of text*/
a:link
			{
			color: #f47920;
			background-color:transparent;
			text-decoration: underline; 
			font-weight: normal;
			}
			
a:hover	
			{
			color: #f47920;
			background-color:transparent;
			text-decoration: underline;
			font-weight: normal;			
			}
			
a:visited
			{
			color: #662121;
			background-color:transparent;
			text-decoration: underline;
			font-weight: normal;
			}
			
ul	
			{
			list-style-image: url(images/bulletPaw.gif);
			}
			

/* below is setting the space between the bullet and the beginning of the text, also 
the space between each list point */
ul li		{
			padding-left: .5%;
			margin-top: 1em;
			}
			
#footer		
			{
			clear: both;
			width: 100%;
			padding-top: 5px;
			text-align: center;
			border-top: 1px dotted #662121;
			color: #666;
			font-size: 11px;
			}
			
/*the footer styles (.left and .right) allow elements to be aligned to both the left and right*/
			
#footer .left
			{
			float: left;
			text-align: left;
			}
			
#footer .right
			{
			float: right;
			text-align: right;
			}
					
			

