﻿/* - DOCUMENT ------ */
html, body, form 
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height:100%;
}
body 
{
	font-family: Arial, Tahoma;
	font-size: .8em;
	background-color: #454545;
	color: #fff;
}
/* - DOCUMENT END ----*/


/* - PAGE STRUCTURE ------ */
table.pageContainer {
	height:100%;
	width:100%;
}
#page 
{
	width: 804px;
	margin: 0px auto 0px auto;
}
	#page #contentContainer 
	{
		float: left;
	}
		#page #leftCol 
			{
				float: left;
				width: 264px;
				height: 554px;
			}
				#leftCol .main_leftslice 
				{
					float: left;
				}
				#leftCol img 
				{
					border: 0;
				}
			#page .content 
			{
				float: left;
				width: 540px;
				height: 554px;
				overflow: hidden;
			}
		#page #footer 
		{
			clear: both;
			height: 10px;
			padding: 0px;
			padding-right: 10px;
			text-align: right;
			font-size: 8pt;
		}
		#page #footer a
		{
			color: #fff;
			font-size: 8pt;
		}
		
		#page #footer #copy 
		{
			float: left;
			margin-left: 15px;
			color: #ccc;
			font-size: 8pt;
		}

#content_text 
{
	margin: 101px 40px 10px 20px;
}
/* Contains body text, spans full height of page */
.body_content_full 
{
	height: 405px;
	overflow: hidden;
}
/* Contains body text, leaves room for one row at the bottom */
.body_content_medium 
{
	height: 315px;
	overflow: hidden;
}
/* Contains body text, leaves room for two rows at the bottom */
.body_content_short 
{
	height: 258px;
	overflow: hidden;
}
		
/* - PAGE STRUCTURE END ------ */


/* - PAGE ELEMENTS ------- */
.small 
{
	font-size: 7pt;
}
h1 
{
	font-size: 1em;
	font-family: Arial, Verdana, Tahoma;
	margin: 0px;
	margin-bottom: 5px;
}
h2 
{
	color: #FEDD50;
	margin: 0px;
	font-size: .9em;
}
a 
{
	color: #ffc600;
	text-decoration: none;
}
a:hover 
{
	color: #bababa;
	text-decoration: underline;
}
.highlight 
{
	color: #FEDD50;
}
