/**********************************************************
			Basic HTML Elements
**********************************************************/
/** {border: solid 1px #f00; !important} */


body {
	background: #fff;
	text-align: center;
	color: #333;
	margin: 0 0 0px -10px;
/* Opera uses padding instead of margin */
	padding: 0;
	font-size: 85%;
/*	font-family: Helvetica, sans-serif;*/
	font-family: sans-serif;
}


address {
	font-style: normal;
	margin: 8px 0px;
}



/**********************************************************
			General Style Classes
**********************************************************/

div.container {
	background-color: transparent;
/*	background-image: url("../img/container-back.gif");*/
	margin: 0 auto;
	width: 1024px;
	height: 1000px;
	text-align: left;
}

.no-indent {
	text-indent: 0em;
}

.outline-margin {
	margin:0 8px;
}


div.header {
	width: 100%;
	height: 72px;
	background-color: #fff;
}

div.menu {
	display: none;
	width: 100%;
	height: 32px;
	color: #666;
/*	background-image: url("../img/menu.gif");*/
	background-color: #fff;
	margin-bottom: 2em;
	text-indent: -9999em;
}

div.outline {
	width: 992px;
	height: 100em;
	float: left;
	background-color: transparent;
	margin: 0 16px 2em;
}

div.content {
	width: 992px;
	margin: 0 0 5ex;
	float: left;
}

div.sub {
	width: 9%;
	height: 30em;
	float: left;
	background-color: #eee;
}

div.side {
	width: 136px;;
	height: 30em;
	float: left;
	background-color: transparent;
	margin-bottom: 2em;
}

div.footer {
	width: 100%;
	height: 3em;
	float: left;
	color: #666;
	background-color: transparent;
	border-top: 2px solid #666;
	text-align: left;
	overflow: hidden;
}


/**********************************************************
			General Style Classes 2
**********************************************************/

h1 {
	color: #fff;
	background-image: url("../img/logo.gif");
	background-color: transparent;
	background-repeat: no-repeat;
	width: 275px;
	height: 37px;
	float: left;
	margin: 1ex 0 4ex;
	text-indent: -9999em;
}

div.content h2 {
	width: 992px;
	color: #333;
	background-color: transparent;
	font-size: 125%;
	margin: 0 0 0.25ex;
	clear: both;
}

div.content h3 {
	width: 992px;
	color: #333;
	background-color: transparent;
	font-size: 115%;
	margin: 0 0 0.25ex;
	clear: both;
}


.text{
	width: 613px;
	float: left;
}

.reference {
	width: 298px;
	float: right;
}
