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


/* DEFINE THE WHOLE PAGE, MUST HAPPEN FIRST */

html * {
	
	min-height: 1%;
	
}

body {
	
	font-size: 16px;
	
	padding: 0px;
	margin: 0px;

}

body * {

/* FONT FAMILY STACK */
	font-family: Avenir, Arial, "Arial MS", Helvetica, sans-serif;
}


/* SPECIAL EFFECTS */


/* Drop Shadow */

.outer {background: #ddddee; padding: 0px;}
 
.middle {background: #aaaabb; padding: 0px;}
 
.inner {background: #777788; padding: 0px;}
  
.middle, .inner, .inner * {
  position: relative;
  left: -1px;
  top: -1px;
}

.inner * {
	
	background: #FFF;
	
}

/* end drop shadow */


/* COLOR DEFINITIONS */

.orange {
	
	background-color: #f37b3f;
	
}

.green {
	
	background-color: #a5d06b;
	
}

.purple {
	
	background-color: #4f2977;
	color: #FFF;
	
}

.blue {
	
	background-color: #0066cc;
	
}

.yellow {
	
	background-color: #fed900;
	
}

.red {
	
	background-color: #ef463e;
	
}

.bg-color {

	background-color: #CCC;

}

div#content {

	background-color: inherit;
	max-width: 998px;
	margin-right: auto;
	margin-left: auto;

}

/* CONTENT ELEMENTS ON THE PAGE */

div#header {

	background-color: inherit;
	display: inline;
	padding: 0px;
	text-align: left;
	margin-bottom: 1em;
	clear: both;
}

div.left_content {

	width: 220px;
	/*width: 18%;*/
	margin: 0px 0px 20px 1em;
	padding: 0px;
	background-color: inherit;
	float: left;
	clear: left;

}

div.right_content {

	width: 350px;
	/*width: 18%;*/
	margin: 0px 0px 20px 1em;
	padding: 0px;
	background-color: inherit;
	float: right;
	clear: right;

}

div.top_menu {

	/* display: none; */
	background-color: inherit;
	float: left;
	clear: right;
	position: relative;
	zoom: 1;
	left: 1em;
	/*left: 05px;
	top: 25px;*/

}



div#readingArea {
	width: auto;
	float: left;
	margin: 0px 20px 0px 0px;
	position: relative;
	zoom: 1;
	left: 25px;
	top: 0px;
	width: 612px;
	height: 440px;
	background-color: inherit;
	background-image: url(../../images/jot.gif);
	background-repeat: no-repeat;
	/* border: 1px #AAA solid; */
	background-position: left top;
	padding: 10px;	
	text-align: center;
	
}

div#EganInkArea {
	width: auto;
	float: left;
	margin: 0px 20px 0px 0px;
	position: relative;
	zoom: 1;
	left: 25px;
	top: 0px;
	width: 612px;
	/*height: 440px;*/
	background-color: inherit;
	//background-image: url(../../images/jot.gif);
	background-repeat: no-repeat;
	/* border: 1px #AAA solid; */
	background-position: left top;
	padding: 0px;	
	text-align: center;
	
}

#EganInkArea * {

	color: #000;

}

div#footer {

	background-color: inherit;
	font-weight: bold;
	color: #000;
	font-size: 1.5em;
	text-align: center;
	/*position: relative;
	padding-left: 330px;*/
	clear: both;

}

div#copyright {
	
	font-size: 0.6em;
	position: relative;
	zoom: 1;
	/*bottom: 10px;*/
	right: 0px;
	left: 0px;
	text-align: center;
	background-color: inherit;
	color: #000;
	font-weight: bold;
	clear: both;
	
}

#copyright p {
	margin: 0px;
}

#copyright a {

	color: #000;
	text-decoration: underline;

}


/* XHTML ELEMENT STYLE DEFINITIONS */

div {

	background-color: #FFF;
	padding: 5px;

}

ul {
	
	padding: 0px;
	margin: 0px;
	
}

a {
	
	/**/
	
	text-decoration: none;
	font-weight: bold;
	
}

a:hover {

	text-decoration: underline;

}

hr {

	margin 0px;
	padding: 0px;
	border: 0px;
	border-top: 1px solid #333;
	
}

td {

	vertical-align: top;
	width: 50%;
	padding-right: 2em;
	
}

.left_content li {
	
	list-style-type: none;
	
}

.left_content a {
	display: block;
	margin: 0px 20px 15px 20px;
	color: #FFF;

}

.left_content li a {
	/* border: 1px #000 solid; */
	padding: 8px;
	background-color: #a5d06b;
	/*background-image: url(../../images/button.gif);*/
	background-repeat: no-repeat;
	font-size: .9em;
}

.left_content li a:hover {
	
	background-image: none;
	font-size: .9em;
	background-color: #ef463e;
	text-decoration: none;
	
}

.left_content h2, .left_content p {
	
	color: #000;
	
}

.left_content p {

	font-size: 1em;

}

ul.list li 
{

	font-size: .9em;

}

.left_content ul.list li {
	
	font-size: 1em;
	color: #000;
	list-style-type: disc;	

}

.top_menu ul {

	text-align: center;

}

.top_menu li {

	display: block;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;

}

.top_menu li a {
	
	padding: 4px;
	font-size: .8em;
	background-color: #a5d06b;
	color: #FFF;
	border: 1px #FFF solid;
	
}

.top_menu li a:hover {

	background-color: #ef463e;
	text-decoration: none;

}

#header * {

	float: left;
	clear: right;
	margin-bottom: 0.25em;
	
}

#header p {
	
	position: relative;
	zoom: 1;
	top: 15px;
	left: 20px;
	float: left;
	clear: right;
	
}

#header a {

	color: #FFF;

}

#header h1 {
	
	font-size: 2em;
	color: #000;
	font-weight: bold;
	display: inline;
	position: relative;
	float: left;
	clear: right;
	left: 200px;
	
}

#readingArea img {

	width: 100%;
	height: auto;

}
