/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
* html * {
	zoom:100%; 
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/
	}
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */
* {
	margin:0;
	}
body {
	font: 1em Lucida, Arial, sans-serif; /* 1em = 16pts */
}
.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */

/* DEFAULT TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body {
	background-color:#ffffcc;
	background-image: url(../images/striped_background.png);
}
#main_wrapper {background-color:#ffffcc;}
#header {background-color:#ffffcc;}
#nav {background-color:#BFBFAC;}
#content {background-color:#FFFFcc;}
#footer {
	background-color:#99FF66;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
/* TEXT COLORS */
h1 {
	color:#00CC00;    
	}
h6 {
	color:#000000;
	}
h2 {
	color: #333333;
}

h3, h4, h5 {
	color: #808073;
}

p {
	color:#000;
	}
ul, ol, dl, blockquote, cite {
	color:#808073;
	}
#navigation ul, #nav a {
	color:#99cc66;
	line-height: 3em;
	font-size: 10em;
	}
	
#nav ul, #nav a {
	color:#990033;
	line-height: 3em;
	font-size:1em;
	}
	
	
table, form {
	color: #BFBFAC;
	}
a {
	color:#808073;
	}
a:hover, #nav a:hover {
	color:#990000;
	}	
#footer p {
	margin:0;
	}
/* CLASS:OLIVE TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body.olive {background-color:#ffffe5;}
.olive #main_wrapper {background-color:#ffffe5;}
.olive #header {background-color:#ffffe5;}
.olive #nav {
	background-color:#CC0000;
	font-size: 0.85em;
	border-right-style: none;
	background-image: url(../images/2_fauz_col.png);
}
#nav_inner {
	line-height: 5ex;
	list-style-type: square;
	list-style-position: outside;
}

.olive #content {
	background-color:#FFFFe5;
}

.olive #footer {
	background-color:#99FF66;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.olive #main_wrapper #footer #footer_inner {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 1.6em;
}
.olive #main_wrapper #footer #footer_inner table {
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #99FF66;
	border-right-color: #99FF66;
	border-bottom-color: #99FF66;
	border-left-color: #99FF66;
}



h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
/* CLASS:OLIVE TEXT COLORS */
.olive h1 {
	color:#009933;
	}
.olive h2, .olive h3, .olive h4, .olive h5 {
	color:#333333;
	}
.oliveSlogan {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.65em;
	color: #cc0000;
	font-weight: bold;
}

.olive h6 {
	color:#000000;
	}
.olive p {
	color:#666;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%
	}
.olive ul, .olive ol, .olive dl, .olive blockquote, .olive cite {
	color:#666666;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5ex;
	}
.highlighter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 121%;
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 0.45em;
	padding-bottom: 0.5em;
	color: #ffff33;
	padding-right: 0.55em;
	padding-left: 0.05em;
}

.olive #nav ul  {
	color:#FFF;
	font-weight: bold;
	font-variant: small-caps;
	}
.olive table, .olive form {
	color: #99CC66;
	}
.olive a {
	color:#B33;
	}
.olive a:hover {
	color:#666;
	}	
.olive #nav a:hover {
	color:#fff000;
	}
.olive #nav a {
	color: #FFF;
 	TEXT-DECORATION: none
}

/* FONT SIZES */
h1 {font-size:1.65em; /* 24pt */
	}
h2 {
	font-size:1.375em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 0 0;
	color: #666666;
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	}
h4 {font-size:1.125em; /* 18pt */
	}
h5 {font-size:1em; /* 16pt */
	}
h6 {font-size:.875em; /* 14pt */
	}
p  {
	font-size:1em; /* 12pt */
	line-height:1.25; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
 	}
a {
	
	}
a:hover {
	text-decoration:none;
	}
/* basic list styling - more-styled lists in list.css */
ul, dl, ol {
		margin:0 1em .75em 1em; /* lists without specific classes */
		font-size:.8em;
		line-height:1.5;}
li, dd {
		padding:0em 0; /* lists without specific classes */
		margin-left:2em;
		
		}
#nav ul, #nav dl, #nav ol {
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.75em;
	margin-left: 0.5em;
		}
#nav li {
	list-style-type:none;
	margin-left:0;
	font-size:1.10em;
	}
#hr {
     size: 4;
	 width: 70%
	 align: left
	 }
	
dt {font-weight:bold;}

code {font-size:1.25em;}
* html code {font-size:1.1em;} /* default size is smaller in IE */
	
cite {
	font-size:.85em;
	font-style:italic;
	}
blockquote {
	border-top:2px solid;
	border-bottom:2px solid;
	width:50%;
	margin:1em 0 1em 20%;
	padding:.3em 1em;
	}
blockquote p {
	margin-bottom:.1em;
	}
blockquote p:before { /* IDWIMIE 6 and 7 */
	content: open-quote;
	color:#cccc8f;
}
blockquote p:after {  /* IDWIMIE 6 and 7 */
	content: close-quote;
	color:#366;
}
blockquote cite {
	font-size:.85em;
	}
abbr, acronym {
	border-bottom:1px dashed #000;
	cursor:default;
	}
address {
	margin:0 1em .75em 1em;
	}
img {
	border:0;
	}

/* basic table styling  - more-styled tables in tables.css */
table caption {
	font-weight:bold;
	font-size:1.25em;
	margin-top:0.6em;
	color: #990000;
	}
table {
	margin: .3em 1em 0.1em 1em;
	border-collapse:collapse;
	Font: Arial, Helvetica, sans-serif;
	font-size:1.05em;
	border:none;
	}
#header_inner table {
border:none;
}

table tr {
	border:none;
}

.table_p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
table td	{
	padding: .15em .5em .1em .5em;
	border:none;
	}
table th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	font-variant: small-caps;
	color: #fff;
}

/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
/* content: “.”;*/
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.interface {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	color: #CC0000;
}

/* styles added by sdesign1  19 nov  09 */
.alignRight {
	float:right;
	}
.fiftyfivepercent {
	width: 55%;
	}
.centered {
	text-align:center;
	}
.eightfivepercent {
	width:85%;
	}	
