	
	body
	{
		text-align: center;
		margin-top: 10px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 0px;
		background-color: #ECECFD;
		background-image: url('images/background.gif');
		background-repeat: repeat-x;
	}
	
	img
	{
		border-width: 0px;
	}
	
	#main
	{
		position: relative;
		width: 780px;
		text-align: left;
		margin: 0px auto;
		background-color: #ffffff;
	}
	
	#logo
	{
		position: relative;
		width: 780px;
		height: 50px;
	}
	
	#logo img
	{
		position: absolute;
		top: 5px;
		left: 5px;
	}
	
	#header
	{
		position: relative;
		width: 780px;
		height: 72px;
	}
	
	#headerTextContainer
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 320px;
		height: 72px;
		background-image: url('images/trainingsmartonline_headerBackground.gif');
	}
	
	#headerText
	{
		position: absolute;
		top: 30px;
		left: 35px;
		font-family: arial, verdana, tahoma;
		font-size: 11px;
		font-weight: bold;
		color: #ffffff;
	}
	
	#headerImage
	{
		position: absolute;
		top: 0px;
		left: 320px;
		width: 460px;
		height: 72px;
	}
	
	#divider
	{
		position: relative;
		width: 780px;
		height: 7px;
	}
	
	#mainContent .content
	{
		font-family: verdana, arial, tahoma, sans;
		font-size: 0.7em;
		width: 573px;
		vertical-align: top;
		padding-top: 10px;
		padding-right: 20px;
		padding-bottom: 0px;
		padding-left: 20px;
	}
	
	.menu
	{
		width: 150px;
		background-color: #FFEEE0;
		vertical-align: top;
		border-style: solid;
		border-color: #ffffff;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 1px;
		border-left-width: 1px;
	}
	
	.menu a
	{
		display: block;
		font-family: arial, tahoma, verdana, sans;
		font-size: 0.7em;
		font-weight: bold;
		text-decoration: none;
		text-align: right;
		padding: 1px;
		padding-right: 8px;
		color: #ffffff;
		background-color: #FF9900;
		border-style: solid;
		border-color: #ffffff;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 0px;
		border-left-width: 0px;
	}
			
	.menu a:hover
	{
		color: #FF9900;
		background-color: #FFCC67;
	}
	
	.mainContent
	{
		width: 630px;
		vertical-align: top;
		padding-top: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-left: 30px;
	}
	
	.mainContent, .mainContent td
	{
		font-family: arial, verdana, tahoma, sans;
		font-size: 0.7em;
	}
	
	.footer
	{
		font-family: verdana, arial, tahoma, sans;
		font-size: 0.6em;
		color: #ffffff;
		background-color: #BCBCD5;
		text-align: center;
		border-style: solid;
		border-color: #ffffff;
		border-top-width: 0px;
		border-right-width: 1px;
		border-bottom-width: 0px;
		border-left-width: 1px;
		padding: 5px;
	}
	
	.footer a
	{
		color: #ffffff;
		text-decoration: none;
	}
	
	.footer a:hover
	{
		color: #ffffff;
		text-decoration: underline;
	}
	
	.copyright
	{
		font-family: verdana, arial, tahoma, sans;
		font-size: 0.6em;
		color: #000066;
		background-color: #D5D5FE;
		text-align: center;
		border-style: solid;
		border-color: #ffffff;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
	}
	
	.defaultInput
	{
		width: 250px;
	}