/* CSS Document */

body {
	font-family: Arial, sansserif, "Future Bk";
	margin: 0px;
	padding: 0;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 100%;
	font-size: 100%;
	}

/* #003333 */

p
	{
	font: Arial
	}


h1 {
	font-size: 110%;
	color: #ffffff;
	margin: 0;
	}
	
h2 {
	margin-top: -1px;
	margin-bottom: 0px;
	}
		
h3 {
	color: #71a0bd;
	font-size: 110%;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
.none {
	display: none;
	}	

#container {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: thin #FFFFFF;
	height: 1000;
	width: 830px;
	top: 5px;


	}



/* Navigation: includes main navigation and secondary navigation */		

#primarynavarea {
	position:absolute;
	left: 65px;
	top: 42px;
	width: 614px;
	height: 30px;
	background-color: #666633;
	border: thin none;
	color: #000000;
	visibility: visible;
	}
	
#primarynav a {
	text-decoration: none;
	font-size: 100%;
	color:#FFFFFF;
	}

/* font on navigation bar is white, but red when mouse hovers */		
	
#primarynav a:hover {
	color:#990033;
	}
	
#primarynav #c strong, 
#primarynav #c a, 
#primarynav #c a strong {
  background:#ff9; color:#000;
}

/* Content: includes collage and content areas 	background-image: url(../resources/layout-6_12.gif);*/
#primarycontarea {
	position:absolute;
	top: 0px;
	width: 830px;
	border: thin solid #faf9e6;
	background-color:#FFFFFF;
	left: 0px;
	visibility: inherit;
	overflow: hidden;
		}

#primarycontarea a {
    font-weight: bold;
	text-decoration: none;
	font-size: 100%;
	color:#5e9381;
	}

#primarycontarea a:hover {
    font-weight: bold;
	text-decoration: none;
	font-size: 100%;
	color:#cc3300
	}




#content {
	padding: 5px;
	background-color:#FFFFCC;
	}


#content ul {
	margin: 3px 3px 3px 12px;
	padding: 20px;
	}

#content li {
	font-size: 80%;
	margin: 0px;
	padding: 2px;
	}


.imgLeft, .imgleft {
	float:left;
	margin:3px 12px 3px 3px;
	  }

.imgRight, .imgright {
  	float:right;
	margin: 3px 3px 3px 12px;
	  }
  
.imgleft img, .imgright img {display:block;}



#footer {
	margin-left: 170px;
	border-left: 1px #c1c1c1 solid;
	border-right: 1px #c1c1c1 solid;
	border-bottom: 1px #c1c1c1 solid;
	width: 589px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 588px;
	}
	
	
#footer td {
	font-size: 65%;
	color: #000000;
	text-decoration: none;
	padding: 10px;
	vertical-align: top;
	}

#footer a {	color: #A01E1C;
	text-decoration: none;
	}
			
#footer a:hover {
	color: #ff0000;
	text-decoration: none;
	}		
	


	
	
	
	
	/* Misc Rules
----------------------------------------------- */
a img {border-width:0;}
acronym {border-bottom:1px dotted #ccc;}
code {font-size:100%;}
.sub code {font-size:110%;}
p, pre {margin:.75em 0;}
p.codeblock, pre.codeblock {
  background:#eee;
  padding:5px;
  }
p.end {
  padding-top:20px;
  font-size:85%;
  line-height:1.5em;
  color:#666;
  }
p.note {
  color:#f00;
  font-size:85%;
  line-height:1.5em;
  }
p.example {
  margin:1em 0;
  padding:10px;
  background:#eee;
  }
p.more {
  margin:0 -50px 0 -15px;
  padding:15px 15px 0 15px;
  border-top:1px dotted #ccc; 
  font-size:85%;
  }
p.left, p.right {
  position:relative;
  float:left;
  margin:3px 12px 5px 0;
  }
p.right {
  float:right;
  margin:3px 0 5px 12px;
  }
p.left img, p.right img {
  display:block;
  }
p.left a, p.right a {
  border-width:0;
  }
p.left em, p.right em {
  display:block;
  }

.group {margin-bottom:1em;}
#maincol .sub {font-size:85%; line-height:1.5em;}
#maincol dd .sub {font-size:100%;}
.arrow {color:#f30;}
.errortype {color:#f00;}
del, .strike {text-decoration:line-through; color:#666;}
ins {text-decoration:none;}
nowrap {white-space:nowrap;}
.none, hr, .skip {display:none;}
.clearb {clear:both;}
.reset {clear:both; display:block; height:1px; font-size:1px; line-height:1px;}
