/***** Global Settings *****/

   /*
   Dark grey (text): #333333
   Dark Blue (headings, links) #000066
   Med Teal (background etc) #00758C
   Lt Teal (alt bg etc) #2896AC
   Mid Blue (header) #333399
   Light blue (top navigation) #CCCCFF
   Mid grey: #666666
   Cream (content) #FAF3EB
   */

 
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
	font:100%/1.25 arial, helvetica, sans-serif;
	background-color: #2896AC;
}
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
 
h1 {
	font-family: "Times New Roman", Times, serif;
	padding: 0 20px 0 0;
	font-size: 2.6em;
	text-transform: uppercase;
}
 
h2 {
padding:10px 0 10px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}
 
h3 {
	padding:10px 0 4px 10px;
	letter-spacing:-1px;
	font-size: 1.7em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #00758C;
}
 
h4 {
	font:1.1em arial, helvetica, sans-serif;
	font-weight:bold;
	padding-bottom: 6px;
	padding-top:10px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 10px;
}

h5 {
font-family:"Times New Roman", Times, serif;
font-size:1.9em;
padding:0 20px 0 0;
}

h6 { }
 
p, ul, ol {
margin:0;
padding:0 0 4px 0;
}

ul, ol {
padding:0 0 8px 8px;
}
 
blockquote {
margin:8px 8px;
padding:0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
.sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a, a:visited {
	text-decoration:none;
	color: #00758C;
}

a:hover  {text-decoration:underline;}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em arial, helvetica, sans-serif;
}
 
textarea {
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
/*
table {
border:0;
margin:0 0 18px 0;
padding:0;
}
 
  table tr td {
  padding:2px;
  }

*/
 
/***** Wrapper & Divs with Menus *****/
 
#wrap {
width:922px;
margin:0 auto;
background: url(images/logo_lg.gif) left top no-repeat;
}

#header {
	height: 150px;
	margin: 4px 20px 10px 260px;
}

/* Header Menu */

#hrmenu {
	margin: 60px 20px 10px 20px;
	text-align: left;
}

a.hrmenu {
	display:inline;
	width:90%;
	padding: 2px 8px 2px 4px;
	border:1px solid #000;
	margin: 4px 1px 4px 1px;
	color:#000;
	text-decoration:none;
	font-size: 0.8em;
}

a.hrmenu:hover {
	border:1px solid #00758C;
	background:#F6EFE8;
	color:#00758C;
	text-decoration:none;
}


/* End Header Menu */

#container {
	float: right;
 	margin: 10px;
 	width: 683px;
 	display: inline;
 	position: relative;
}

#content {
	background: #F6EFE8;
	padding: 10px;
	border: 4px solid #000;
	font-size:0.8em;
}

#leftcol {
	width: 175px;
	display: inline;
 	margin: 10px;
 	padding: 0px;
 	float: left;
}

/* Main Menu */

#lfmenu {
	margin-top:280px;
}

a.menu {
	display:block;
	width:90%;
	padding: 2px 2px 2px 4px;
	border:1px solid #000;
	margin-top:2px;
	color:#000;
	text-decoration:none;
	font-size: 0.8em;
}

a.menu:hover {
	border:1px solid #00758C;
	background:#F6EFE8;
	color:#00758C;
	text-decoration:none;
}



/* End Main Menu */

/* Begin Main Menu - Home Page */

#lfmenuhome {
	margin-top:60px;
}

a.menuhome {
display:block;
width:150px;
border:1px solid #000;
margin-top:2px;
color:#000;
text-decoration:none;
font-size:.8em;
padding:2px 2px 2px 4px;
}

a.hrmenuhome:hover,a.menuhome:hover {
border:1px solid #00758C;
background:#F6EFE8;
color:#00758C;
text-decoration:none;
}

/* End Main Menu - Home Page */

#footer {
	margin: 10px 10px 10px 250px;
	clear: both;
	text-align: center;
	font-size: 0.7em;
}

a.ftlink {
	color:#EBE6CF;
	text-decoration: none;	
}

a.ftlink:hover {
	color:#EBE6CF;
	text-decoration: underline;	
}

/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.text-quote		{font-size: 0.8em;}
.text-h3		{
	padding:10px 0 4px 10px;
	letter-spacing:-0.5px;
	font-size: 1.2em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #EBE6CF;
}
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }

.instruct		{font-style:italic;
				 font-size: 1.1em;
				 color:#990000;}
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
.border		   { border: 1px solid #000; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
