﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	color: #000066;
	background-color: #6699FF;
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	background-image: url('BlueBackground6.jpg');
	background-repeat: repeat;
	font-weight: bold;
	background-attachment: fixed;
}

#masthead {
	min-width: 600px;
	 position:relative;

}

#logo {
	float: left;
	width: 180px;
	position:absolute;
		

}

#header {
	margin-left: 75px;
	position: absolute;
	top: 5px;
	left:100px;
	
}

#container {
	clear: both;
	min-width: 600px;
	position: relative;
	
}

#left_col {
	
	 width: 170px;
	 position:absolute;
	 top:165px;
	 left:0px;
	
}

#page_content {
	margin-left: 190px;
	position: relative;
	top:90px;
	
	/*top:-460px;*/
		}

#footer {
   position:relative;
   width:100%;
   height:100%;
   height:85px;   /* Height of the footer */
   bottom:0px;
   left:0px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowgreen{
	width: 160px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;	    
	background: transparent url(BlueArrow3B.png) 100% 0 ; 
	height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/;
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/;
	text-decoration: none;
	color: #800080;
}
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #000080;
}

.arrowgreen li a:hover{
	color: #0000FF;
	background-position: 100% -32px;
	font-variant: small-caps;
	font-style: italic;
}

	
.arrowgreen li a.selected{
	color: #001D59;
	background-position: 100% -64px;
	font-size: medium;
	font-style: inherit;
	font-variant: normal;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

.style1 {
	margin-right: 0px;
}

.style2 {
	border: 2px solid #000080;
	text-align: left;
	background-color: #99CCFF;
}

.style3 {
	border-style: solid;
	border-width: 2px;
}

.style4 {
	border-width: 0;
}
 p.MsoNormal
	{
	margin-bottom: .0001pt;
	font-size: 12.0pt;
	font-family: "Times New Roman","serif";
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0in;
	font-variant: normal;
	font-weight: normal;
}
.style4 {
	border-width: 0;
}

.style7 {
	font-size: large;
	text-decoration: none;
}
.style8 {
	font-size: 13pt;
}
.style9 {
	text-align: right;
}
.style10 {
	font-weight: bold;
	font-variant: small-caps;
	font-size: small;
}

a{
	color: #000000;
}
a:visited{
	color: #FFFFFF;
	
}


