/*=== COMMON SETTINGS ===*/

html {
	overflow: auto;
}

body {
	color: #333;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 10px;
	font-size: 0.9em;
	background-color: transparent;
}

name {
	color: #555;
	font-style: italic;
}

h1
{
	color: #aaa;
	font-size: 38px;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 0;
}

h1 sub
{
	color: #555;
	font-size: 16px;
	font-style: normal;
}

h2
{
	color: #555;
	font-size: 18px;
	font-style: italic;
}

h3
{
	color: #777;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}
	


p {
	font-size: 12px;
	line-height: 14px;
	margin-top: 14px;
	margin-bottom: 10px; 
	}


#main {
	width: 800px;
	margin:0px auto;
	text-align:center;
	background-color: #fff;
}

#title {
	padding-top:10px;
	text-align:left;
	height:70px;
	background-color: #fff;
}
	
#left {
	/*position: absolute;*/
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 10px;
	border: none;
	background: #fff;
	width: 100px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 100px;
	float:left;
	}
html>body #left {
	width: 100px; /* ie5win fudge ends */
	}
	

#middle {
	margin-left: 120px; /* n6.01win n6mac won't recognize top margin for middle box, so it goes in body */
	padding: 0px;
	border: none;
/*	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
*/
	background: #fff;
	height: auto; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: auto;
	
	}
html>body #middle {
	min-height: 700px;
	height: auto !important;
	height: 100%

	/*height: 700px; *//* ie5win fudge ends */
	}
	
	
#bottom {
	/*position: absolute;*/
	top: 0px;
	left: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 0px;
	padding: 0px;
	border: none;
	color: #aaa;
	background: #fff;
	text-align: center;
	width: 800px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 800px;
	}
	
html>body #bottom {
	width: 800px; /* ie5win fudge ends */
	}

.ahem {
	display: none;
	}	
	
a {
	text-decoration: none;
	color: #333;
	font-style: italic;
	font-weight: bold;
}

a:visited{
	text-decoration: none;
	color: #333;
}

a:hover{
	text-decoration: none;
	color: #aaa;
/*	padding-left: 7px;*/
	font-weight: bold;
/*	font-size: 1.1em;*/
	cursor: crosshair;
}

a:active{
	text-decoration: none;
	color: #333;
}	
