@charset "utf-8";
/* CSS Document */

body  {
	/* font: 13px Verdana, Arial, Helvetica, sans-serif; */
	background: #888888; /* url(../images/body_image_8.jpg); */  
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000; 
}
img { border: none; 
}
table, tr, td { border-collapse:collapse; vertical-align:top; font-size: 14px; line-height: 15px;
} 
a { color: #0000CC; font: bold 12px Verdana, Arial, Helvetica, sans-serif; 
}
a:visited { color: #993399;
}
a:hover { color: #990099; text-decoration: none; font-weight:500;
}

.twoColFixLtHdr #container { 
	width: 850px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #D5CEAC;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 
.twoColFixLtHdr #header { 
	 background: url(../images/header_image.jpg);
	font:Georgia, "Times New Roman", Times, serif;
	color: #777739; font-style:italic;
	padding: 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/* height goes here if needed !!! */
	height:85px;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 20px 13px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}
	
.twoColFixLtHdr #header h3 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 0 13px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	}	

.twoColFixLtHdr #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 140px; /* since this element is floated, a width must be given */
	height: 430px; 
	color: #CCCC66; /* #999939; */
	background: #FFFFFF; /* #D5CEAC;  /* #494D7C; #494C7A; #677378; #727263; #777263; #6B7599; #968543; #444463;  /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 8px 9px 10px 8px; /* padding keeps the content of the div away from the edges */
}

/* #sidebar1 p, #sidebar1 h3 { 
	margin-left: 15px; /* the left and right margin should be given to every element that will be placed in the side columns */
/*	 margin-right: 10px; 
}  */

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 151px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 100px 0px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
   vertical-align: top; 
   /* font: 13px Verdana, Arial, Helvetica, sans-serif; line-height: 19px; background: #FFFFF; */ line-height: 19px;
   
}

/* #mainContent h1 { color: #8D0D19; margin-top: 1em; 
} */

#mainContent h2 { color: #8D0D19; margin-top: 1em; line-height: 25px;
}
#mainContent h3 { color: #DA7C3D; /* #DB8C22; /* #E4A632; */
}
#mainContent h4 { color: #0066CC; text-decoration:underline;
} 

.twoColFixLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #CC9933; font: 11px Verdana, Arial, Helvetica, sans-serif; color: #D4E6F4;
    
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Navigation */
/* #navigation { color: #D4E6F4; 
} */

#navigation a { color: #A09500; /* #919100; #808000; #777739; */ font: bolder small-caps 11px Verdana, Arial, Helvetica, sans-serif;  text-decoration: none; line-height: 21px; padding: 4px 4px 4px 4px ; 
} 
	
#navigation a:hover {
	background: #E09801; /* #D3CE8A; /* #968433; */
	color: #FFFFFF; /* #B1B168; */
	}

#tagline a {
    font: bold 11px Verdana, Arial, Helvetica, sans-serif; 
    color: #A78F60; /* #A89F60;*/
	}

#tagline a:hover {
    color: #A89F60; /* #897E45; */
	font-weight:bold; /* when making the entire tagline visible, consider swapping colors between tagline a and tagline a:hover */
   }
   
#message { font: bold 11px Verdana, Arial, Helvetica, sans-serif; line-height: 18px; 
           color: #727863;
   }
   
#message_red { font: bold 11px Verdana, Arial, Helvetica, sans-serif; line-height: 18px; 
           color: #993300;
   }
   
#message_mild { font: 11px Verdana, Arial, Helvetica, sans-serif; line-height: 20px; color: #0000CC;
   }
   
#error_message { font: bold 11px Verdana, Arial, Helvetica, sans-serif; line-height: 18px; 
           color: #006699;
   }
   
#logout_message { font: bold 11px Verdana, Arial, Helvetica, sans-serif; line-height: 18px; 
           color: #8D0D19;
   }      

#errors { font: bold 11px Verdana, Arial, Helvetica, sans-serif; line-height: 18px; 
           color: #FF6600;
   }
   
#errors_mild { font: 12px "Trebuchet MS"; line-height: 21px; 
           color: #FF6633;
   } 
   
#errors_mild a { font: 12px "Trebuchet MS"; line-height: 21px; 
           color: #FF6633;
   }  
   
#message a { font: 11px Verdana, Arial, Helvetica, sans-serif; line-height: 18px; color: #0000CC;
   }
   
#error_message a { font: 11px Verdana, Arial, Helvetica, sans-serif; line-height: 18px; color: #0000CC;
   }
   
#ask a { font: bold 13px Georgia, "Times New Roman", Times, serif; color: #006699; line-height: 20px; text-decoration:none;
   }      

#ask a:hover {color:#993399; text-decoration: underline;
   }
    
#disclaimer { font: 11px Verdana, Arial, Helvetica, sans-serif; line-height: 14px; color: #333333;
   }
   
#required { font: 14px bold Verdana, Arial, Helvetica, sans-serif; color: #CC0000;
   }
   
#new_user { font: bold 18px Verdana, Arial, Helvetica, sans-serif; color: #8D0D19;
   }
   
#notice { font: bold 13px Georgia, "Times New Roman", Times, serif; color: #0066CC; line-height: 24px;
   }
   
#notice a { font: bold 13px Georgia, "Times New Roman", Times, serif; color: #0066CC; line-height: 21px; text-decoration: none;
   }
   
#notice a:hover { font: bold 13px Georgia, "Times New Roman", Times, serif; color: #993399; line-height: 21px; text-decoration: none; 
   }   
   
#notice_small { font: bold 11px Georgia, "Times New Roman", Times, serif; color: #0066CC; line-height: 21px;
   }
   
#notice_medium { font: bold 12px Georgia, "Times New Roman", Times, serif; color: #0066CC; line-height: 21px;
   }   

#notice_red { font: bold 12px Georgia, "Times New Roman", Times, serif; color: #8D0D19; line-height: 21px;
   }
   
#notice_orange { font: 13px "Arial"; color: #FF6633;
   }   
   
#prop_text { font: 13px Arial; line-height: 20px; color:#000000;
   } 

#title_color { font: 11px Verdana, Arial, Helvetica, sans-serif; line-height: 22px; color: #E09801;
   }     
   
#hook { font: 11px Verdana, Arial, Helvetica, sans-serif; color: #333333; line-height: 17px;
   }
   
#hook_b { font: bold 11px Verdana, Arial, Helvetica, sans-serif; color: #333333; line-height: 19px;
   }    
   
#propaganda a { font: bold 14px Georgia, "Times New Roman", Times, serif; line-height: 21px; 
           color: #3333FF;
   }
   
#propaganda { font: bold 16px Georgia, "Times New Roman", Times, serif; line-height: 21px; 
           color: #3333FF;
   }
   
#undertitle { font: bold 16px Georgia, "Times New Roman", Times, serif; line-height: 21px; 
           color: #DA7C3D;
   }

#h_orange { font: bold 16px Georgia, "Times New Roman", Times, serif;
            color: #FF6600; 
   }    
   
ul.subjects { padding-left: 0; list-style: none;
}
ul.pages { padding-left: 1.8em; list-style: square;
}
.selected { color: #CC3399; font: bold; 
}

--> 
<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 170px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
