/* © 2009 VVP Financial Training  */
/* Author :	Developer */


/* Default element over-rides */
img { border:0px;padding:0px;margin:0px;display:block; }
body{
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	color:#666666;
	background-color: #f3f3f3;
}


/* MOD Site Containers */

	#sitecontainer{
		width: 760px;
		margin: auto;
		text-align: left;
		border-left:1px solid #cccccc;
		border-right:1px solid #cccccc;
		background-color: #ffffff;
	}

	#contentcontainer {
		width:760px;
		background-color: #FFFFFF;
	}



/* MOD Header v1.3 */ 

	#header {
		width: 760px;
		height: 87px;
		margin:0px;
		padding:0px;
		background-color: ;
	}

	#menu-bar {
		width: 645px;
		background-image:url('menu-bar-background.gif');
		height:24px;
		line-height:24px;
		color:#ffffff;
		background-color:#666666;
	}

	#menu-bar a {
		text-decoration:none;
		color:#ffffff;
		font-weight:bold;
	}

	#top-content-unit {
		height:232px;
		width:760px;
		text-align:right;
	}

	#page-title-bar {
		height:48px;
		width:760px;
		background-color:#99cc00;
		color:#ffffff;
		line-height:48px;
		font-size: 1.4em;
	}

	#content-panel {
		width:760px;
		display:block;
		border-bottom:1px solid #cccccc;
	}

	#side-panel {
		float:left;
		width:175px;
		border-left:1px solid #cccccc;
		border-right:1px solid #cccccc;
		border-bottom:1px solid #cccccc;
		padding:15px;
		background-color:#ffffff;
		height:600px;
		text-align:center;
	}

	#information-panel {
		float:left;
		width:522px;
		padding:15px;
		border-right:1px solid #cccccc;
		border-bottom:1px solid #cccccc;
		background-color:#ffffff;
	height:400px;
	}

	#copy-text {
		line-height:1.5;
		color:#666666;
		text-align:justify;
	}

	
	
/* MOD Footer v1.3 */ 
	
	#footer {
		
		color:#666666;
		margin:auto;	
		width:728px;
		padding:15px;
		background-color:#ffffff;
		text-align:left;
		padding-bottom:20px;
		font-size:0.9em;
		border-bottom:1px solid #cccccc;
		border-left:1px solid #cccccc;
		border-right:1px solid #cccccc;
	}

	#footer a {
		text-decoration:none;
		color:#ffffff;
	}
