/* Main Content */

#Content 
	{
	clear: both;
	background-color: none; 
	color: inherit;
	width: 100%; /* 900px; /* 700px */
	text-align: left;
	overflow: hidden; /* from http://www.positioniseverything.net/articles/onetruelayout/equalheight */
	}

#MainContent, #ContentLeft 
	{
	padding-bottom: 32767px;
	margin-bottom: -32767px; /* from http://www.positioniseverything.net/articles/onetruelayout/equalheight */
	/* these values, combined with overflow: hidden for #Content, are used to force the left column to be the same length as the main content */
	}

#MainContent
	{
	float: left;
	width: 75%; /* 700px; /* 520px 420px; /* 380px; */
	padding-left: 10px;
	padding-right: 10px;
	/* border-right: 1px dashed #005588; */
	/* min-height: 600px; */
	_height: 600px; 
	}
 #MainContent h1 
	{
	font-size: 2.1em;
	border-bottom: 1px solid #ed2d24;
	padding: 0 0 1px 0;
	margin: 10px 0 10px;
	}

#MainContent h2 
	{
	font-size: 1.7em;
	background-color: transparent;
	border-bottom: 1px dotted #ed2d24;
	padding: 0 0 1px 0;
	margin: 10px 0 10px;
	}

#MainContent h3 
	{
	margin: 10px 0 0;
	font-size: 1.3em;
	background-color: transparent;
	padding: 0 0 1px 0;
	margin: 10px 0 10px;
	border-bottom: 1px solid #dddddd;
	}

#MainContent h4 
	{ 
	font-size: 1.1em; 
	margin: 0 0 10px;
	}


#MainContent img 
	{
	text-align: center;
	margin: 0px auto 0;
	}


#MainContent p, *#MainContent ul, #MainContent ol 
	{
	font-size: 1em;
	line-height: 130%;
	}

#MainContent ol 
	{
	margin-left: 25px;
	margin-top: 10px;
	}

#MainContent ul
	{
	margin-top: 5px;
	}

#MainContent p
	{
	margin-top: 20px;
	}

#MainContent ul li 
	{
	list-style-type: none;
	background: url("../images/arrow_blue.png") left 4px no-repeat transparent;
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	}

#MainContent table
	{width: 100%;
	border: 0;
	margin-top: 20px; 
	margin-bottom:30px;
	}

#MainContent td
	{
	padding: 3px;
	font-size: 0.9em;
	vertical-align: top;
	}

#MainContent th
	{
	background: #347bb3;
	font-weight: bold;
	color: white;
	text-align: center;
	}


#MainContent .modified
	{
	float:right;
	color: gray;
	font-size: 0.6em;
	font-style: italic;
	margin-top: 25px;
	}

#MainContent .floatright
	{
	float:right;
	margin-top:55px;
	}


/* Left sidebar */

#ContentLeft 
	{
	float: left; 
	/* clear: left; */
	width: 155px; /* 138px */
	background-color: #d8d8d8;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #005588;
	font-family: Tahoma, Arial, Hevetica, verdana, sans-serif;
	height: 150%;
	}

#ContentLeft ul
	{
	font-size: .8em;
	list-style-type: none;
	font-weight: bold;
	}

#ContentLeft li
	{
	font-size: 1.1em;
	padding-top: 15px;

	}
#ContentLeft li a
	{
	text-decoration: none;
	}

#ContentLeft li a:hover
	{
	text-decoration: underline;
	}

#ContentLeft li ul
	{
	font-weight: normal;
	padding-left: 15px;
	padding-top: 0px;
	}

#ContentLeft li ul li
	{
	font-weight: normal;
	padding-left: 15px;
	padding-top: 0px;
	}

#ContentLeft img
	{
	border: 0;
	}

/* Right sidebar ----------- not used  */

#ContentRight 
	{
	float: left; 
	width: 100px; /* 129px;*/
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 50px; /* new 24 July 2007 */
	text-align: center;

	}

#ContentRight h1 
	{
	font-size: 1em;
	font-weight: bold;
	}

#ContentRight img, #ContentLeft img
	{
	border: 0;
	}

