body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #99EEFF;
}

a:link, a:visited, a:active {
	color: #AA4444;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

hr {
	margin: 15px 0px 15px 0px;
	color: #333;
	height: 1px;
	width: 100%;
}


form {
	margin: 0;
}
input,
textarea {
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #999999;
}
img {
	float:left;
	margin: 0px 20px 20px 0;
}

/***********************************
container
************************************/
#mainContainer { 
	width:764px; 
	padding:2px; 
	border:1px solid #b7ab8c; 
	background:#d4cbb3; 
	margin:15px auto 0 auto; 
}

#container {
	width: 742px;
	border: #DDDDDD 1px solid;
	padding: 10px;
	margin: 0 auto;
	background-color: rgb(250,250,250);
}

/***********************************
masthead
************************************/
#masthead {
	background: url(pic1.jpg) no-repeat 100% 0;
	padding: 16px 0px 0px 0px;
	}
	
	
.site_name h1{
	color:#FFFFFF;
	margin: 0px 0px 114px 20px;
	padding: 0px 0px 0px 0px;
	font-size: 30px;
	}

/***********************************
background color below is #E6DBBF when stripe has some transparency
and opacity and filter  should be 0.6 and 60
************************************/

.stripe {
	margin: 0; 
	padding: 0;
	height: 38px;
	float: bottom;
	opacity: 0.9;
	filter: alpha(opacity=90);
	background-color: transparent;
	}

/***********************************
FOR NORMAL "Centered" Stripe the .stripe h1 settings BELOW should be:

	font-size: 22px;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	color: #FFFFFF;
	margin: 0px 0px 114px 0px;
	padding: 6px 0px 0px 0px;
	font-style: italic;
	
************************************/
	
.stripe h1  
{
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	color: #FFFFFF;
	margin: 0px 0px 114px 0px;
	padding: 4px 0px 0px 24px;
	font-style: italic;
}


/***********************************
sidebar
************************************/
#sidebar {
	float: left;
	width: 220px;
	vertical-align: top;
	background-color: #FAFAFA;
	margin-top: 30px;
	margin-left: 0px;
	padding: 0px;
}
.menu{
	border: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #ccc;
}

.menu li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid;
	border-color: #ccc;
}

.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: rgb(240, 230, 200);
}
.menu ul ul {
	padding-left: 10px;
	background-color: rgb(224, 214, 190);
	border-bottom: 0px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #AA4444;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
	text-decoration: none;
	color: #000000;
}
.menu_current {
	color: #FFFFFF;
	background-color: rgb(204,166,133);
}

#tools {
	float: left;
	width: 200px;
	color: #666666;
	text-align: center;	
	background-color: rgb(240, 230, 200);
	font-size: 100%;
	padding: 10px;
}

.tools input {
	width: 80%;
	font-size: 80%;
}
.tools a:link, .tools a:visited, .tools a:active {
	color: #FF0000;
	text-decoration: none;
}
.tools a:hover {
	color: #FFFFAA;
	text-decoration: none;
}

/***********************************
main content
************************************/
#mainContent {
	position: relative;
	vertical-align: top;
	float: right;
	width: 426px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	color: #000000;
	line-height: 24px; 
	background-color: rgb(250, 250, 250);
	padding: 24px 40px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#mainContent a:link, #mainContent a:visited, #mainContent a:active {
	color: #000000;
	font-weight: normal;
	border-bottom: 1px dotted #0000DD; 
}
#mainContent a:hover {
	color: #0000DD;
	background-color: #EEE4C9;
}
.illustrations {
	float:right;
	width: 200px;
	margin: 0px 0px 0px 0px;
	position: relative;
}
#mainContent h1 {
	font-size: 20px;
	color: #BE5532;
	margin: 0px;
	font-style: italic;
	border-bottom: 1px solid #EEE4C9;
}
#mainContent h2 {
	font-size: 18px;
	color: #000000;
	margin: 0px;
}
#mainContent h3 {
	font-size: 16px;
	color: #000000;
	margin: 0px;
}
#mainContent h4 {
	font-size: 14px;
	color: #000000;
	margin: 0px;
}

/***********************************
separator
************************************/

#clear
	{
	clear: both;
	height:0;
	}


/***********************************
footer
************************************/

#footer {
	color: #5D5950;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover { 
	border-bottom: 1px dotted #333; color: #333; 
	}

