/* CSS Document */
html, body
{

	height: 100%;
}

html, body, p, td, div
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

body
{
	background-image:url(images/BackgroundTile.jpg);
	background-repeat:repeat-x;
	background-color:#f3f3f3;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

img
{
	border-style: none;
}

a:link, a:visited, a:active   
{  
     color: #2e48a8;   
     font-weight: bold;   
     text-decoration: none;  
}  
  
a:hover   
{  
     color: #2e48a8;   
     font-weight: bold;   
     text-decoration: underline;  
}

#PageContainer
{
	margin-left: auto;
	margin-right: auto;
	width: 842px;
	background-image: url(images/ContentTile.jpg);
	background-repeat: repeat-y;
	position: relative;
	_height: 100%;
	min-height:100%;
}

#SiteHeader
{
	height: 137px;
}

#MiddleArea
{
	_height: 525px;
	min-height: 525px;
	background-image:url(images/MiddleBackground.jpg);
	background-repeat: no-repeat;
}

#Menu
{
	position: relative;
	left: 30px;
	width: 100px;
	height: 200px;
	float: left;
	text-align: right;
}

#Menu a:link, #Menu a:visited, #Menu a:active
{
	font-weight: normal;
	text-decoration: none;
	color: black;
}

#Menu a:hover
{
	font-weight: normal;
	color: #999999;
}

#Menu ul
{
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#Menu li
{
	display:block;
	height: 30px;
	background-image:url(images/MenuDivider.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 15px;
}

#ContentArea
{
	width: 600px;
	float: left;
	margin-left: 70px;
	margin-bottom: 90px;
}

#ContentArea h1
{
	margin-top: 22px;
	margin-bottom: 10px;
	margin-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #506dc4;
	text-transform:uppercase;
	font-weight: normal;
	letter-spacing: -1.3px;  
	font-size: 20pt;
}

#Clear
{
	clear:both;
}

#Footer
{
	position: absolute;
	bottom: 0px;
	height: 86px;
}

#Essay 
{
	width: 600px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#Essay h2
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#Essay p
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	list-style-type: none;
	padding: 2px 0px 0px 0px;
	margin: 2px 0px 10px 10px;
}

#Essay table
{
	width: 600px;
}

#AddTable input
{
	width: 100%;
}

#AddTable p
{
	margin: 0px 10px 0px 0px;
	font-weight: bold;
}

#AddTable
{
	width: 300px;
}

.oddRow
{
	background-color: #fefefe;
}

.evenRow
{
	background-color: #dedfe3;
}

.statcounter
{
	position: absolute;
	left: 225px;
}