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

<!--

/* Main Text
-------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #676666;
	background: #FFFFFF;
	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 */

	background-image:url(Images/main-bg.gif);
	
	
}

#navlist { list-style-image: url(Images/arrow.gif); }

/* Main Content
----------------------------------------------- */

.chezSoizic #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.chezSoizic #header {
	background-color: #B2B397; 
	
	padding: 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. */
	padding-top: 0px;
	height: 35px;

	
}


#top input.form { 
	width: 292px; 
	border: 1px dotted #999999;
	background:#EAEEE0;
	padding: 4px; 
	color: #70b24C;
}



.chezSoizic #mainContent {
	margin: 20px auto;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	padding-bottom: 25px;
	
	
	
}

.chezSoizic #navigation {
	margin: 0px auto;
	padding-top: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #B2B397;
	
	}
	
	

/* Footer Content
----------------------------------------------- */

.chezSoizic #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}

.chezSoizic #footer-bar {
	background-image:url(Images/footer_bg.jpg);
	height:290px;
	padding-top:10px;
}

.chezSoizic #footer-img {
	width: 779px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(Images/footer-img.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:265px;
}

.chezSoizic #footer-titles {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CCCCCC;
	padding:6px;
	padding-left:40px;
	padding-top:2px;
	
}

.chezSoizic #footer-titles2 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CCCCCC;
	padding:6px;
	padding-top:2px;
	
}

.chezSoizic #footer-text {
font-size: 12px;
	color: #9F9F9F;
	padding:6px;
	padding-right: 90px;
	padding-left: 40px;
	}
	
	.chezSoizic #footer-text-space {
font-size: 12px;
	color: #9F9F9F;
	padding:6px;
	padding-right: 90px;
	padding-left: 40px;
	padding-top:20px;
	}
	
.chezSoizic #footer-text2 {
font-size: 12px;
	color: #9F9F9F;
	padding:6px;
	padding-right:40px;
	
	
	}
	
	.chezSoizic #footer-links {
font-size: 12px;
	color: #9F9F9F;
	padding:6px;
	padding-right:42px;
	
	
	
	}
	
	.chezSoizic #footer-authors {
font-size: 12px;
	color: #9F9F9F;
	padding-left:60px;
	padding-bottom: 2px;
	padding-top: 2px;
	
	
	}
	
	.chezSoizic #footer-authors1 {
font-size: 12px;
	color: #9F9F9F;
	padding-left:80px;
	padding-bottom: 2px;
	padding-top: 2px;
	
	
	}
	
	.chezSoizic #footer-more {
font-size: 12px;
	color: #9F9F9F;
	padding: 6px;
	padding-bottom: 5px;
	
	}
	
		.chezSoizic #footer-more2 {
font-size: 12px;
	color:#9F9F9F;
	padding-left: 40px;
	padding-bottom: 3px;
	padding-top:7px;
	}
	
	/* Sub-Content
----------------------------------------------- */
	

.chezSoizic #intro {
	margin: 15px auto;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	}
	
	.chezSoizic #smallheader {
	margin: 0px auto;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 14px;
	color: #DE4F32;
	padding-bottom: 1em;
	}
	
	.chezSoizic #introcontent {
	margin: 0px auto;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	padding-right: 2em;
	}
	
	.chezSoizic #readmore {
	float: right;
	padding: 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 2em;
	padding-top: 8px
	
	}


/* Images
----------------------------------------------- */


	
img {
    border: 0px;
}

.chezSoizic #subimages {
	margin: 0px auto;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	
	}
	
	/* Copyright
----------------------------------------------- */

.chezSoizic #copyright {
text-align:left;
	font-size: 9px;
	color: #ada6a5;
	padding: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	}
	
.chezSoizic #copy-bar {
width: 200px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#e2e5e8;
	margin-left:25px;
	height:19px;

}

/* Sub-Text
----------------------------------------------- */

.georgia{
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #767676;
}

.h1{
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	color:#666666
}

blockquote { background: transparent url(Images/open_quote.gif) no-repeat 0 2px; margin: 0 0 2em; }
blockquote > .firstword { margin-left: 22px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; margin-bottom: 0.7em; color: #666666; }

	.lastword { padding: 0 22px 0 0; background: transparent url(Images/close_quote.gif) no-repeat right top; }
	
	.author { font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666; margin-left:30px; }
	
	.chezSoizic #test-quotes {
margin-right:300px;
margin-bottom: 40px;
padding-bottom: 5px;


}
	

/* Links
---------------------------------------------- */

.class1 A:link {text-decoration: underline; color:#999999;}
.class1 A:visited {text-decoration: underline; color: #999999; }
.class1 A:active {text-decoration: underline; color:#666666}
.class1 A:hover {text-decoration: underline; color: #666666;}

.class4 A:link {text-decoration: none; color:#333333}
.class4 A:visited {text-decoration: none; color: #333333; }
.class4 A:active {text-decoration: underline; color:#666666}
.class4 A:hover {text-decoration: underline; color: #666666;}

.class2 A:link {text-decoration: none; color:#fe6856}
.class2 A:visited {text-decoration: none; color:#fe6856}
.class2 A:active {text-decoration: none; color:#CCCCCC}
.class2 A:hover {text-decoration: none; color:#CCCCCC;}

.class6 A:link {text-decoration: none; color:#fe6856}
.class6 A:visited {text-decoration: none; color:#fe6856}
.class6 A:active {text-decoration: none; color:#b4b4b4;}
.class6 A:hover {text-decoration: none; color:#b4b4b4;}

.class5 A:link {text-decoration: none; color:#b4b4b4;}
.class5 A:visited {text-decoration: none; color:#b4b4b4;}
.class5 A:active {text-decoration: none; color:#949494}
.class5 A:hover {text-decoration: none; color:#949494;}

.class3 A:link {text-decoration: none; color: #a3daea}
.class3 A:visited {text-decoration: none; color: #a3daea}
.class3 A:active {text-decoration: underline; color: #a3daea}
.class3 A:hover {text-decoration: underline; color: #a3daea;}

/* Links Page
---------------------------------------------- */

.chezSoizic #border-bottom {

	background-color:#000000;
	margin-bottom:1px;
	height:2px;

}

.chezSoizic #sitemap{
font-size: 11px;
background-color:#EBEBEB;
padding: 3px;
}

.chezSoizic #resources-container {

	margin:10px;
	margin-left:100px;
	margin-right:40px;

}
.chezSoizic #headings_other {
	margin: 0px auto;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 14px;
	text-decoration:underline;
	
	color: #DE4F32;
	padding-bottom: 1em;
	}
.chezSoizic #linksarea {

	padding-bottom: 2px;
	}
	
	.chezSoizic #headings_ {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color:#333333;
	padding-top:2px;
	padding-bottom: 2px;
	background-color:#F0F0F0;
	}