/* lay-out */
html 
{
	height:100%;
}

body {
	height:100%;
	margin:0px 0px 0px 0px;
	text-align : center;
	background-color: #6ea2d5;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-position:50% 0px;
}
	#canvas0 {
		position : relative;
		width : 774px;
		text-align : left;
		margin-left : auto;
		margin-right : auto;
		background-image:url(/images/back_home.gif);
		background-repeat: repeat-y;
	}
	
	#canvas1 {
		position : relative;
		width : 774px;
		text-align : left;
		margin-left : auto;
		margin-right : auto;
		background-image:url(/images/back_content.gif);
		background-repeat:repeat-y;		
	}
	
	#leftblock
	{
		float:left;
		width : 187px;
		background-color:#ef8823;
	}
		#leftblockpadding
		{
         padding:5px 0px 0px 5px;
		}

		#leftblock 	a:link,
		#leftblock a:visited 
		{
			color:#000000;
		}
		
		#leftblock 	a:hover,
		#leftblock a:active 
		{
			color:#890000;
		}
		
		#leftcorner
		{
			float:left;
			height: 25px;
			width:187px;
			background-color:#00284d;
		}
		#logo
		{
			float:left;
			width: 187px;
			height: 229px;
		}
		
						
		#menu
		{
			position : relative;
			width : 100%;
		}
		
		#menupadding
		{
			padding: 5px 1px 1px 5px;
		}
		
	
		#banners
		{
			float:left;
			width : 100%;
			background-color:#ffffff;
		}
		
		#BannerContentLeft
		{
			width:100%;
			background-color:#ffffff;
			text-align:center;
		}

		#bannerpaddingleft
		{
			text-align:center;
		}				
	
	#metamenu
	{
		float:left;
		width : 586px;
		height: 25px;
		background-color:#ef8823;
		text-align:right;
	}
	
	#metamenu img
	{
		vertical-align:middle;
	}
	
	#paddingmetamenu
	{
		padding: 2px 8px 0px 2px;
	}
	
	#header
	{
		float:left;		
		width : 586px;
		height: 229px;
		/*margin-bottom: 10px;*/
		/*border-bottom:solid 4px #ccd700;*/
		background-color:#cab99d;
	}
	
	#contentleft
	{
		float:left;		
		width : 369px;
		background-color:#33679a;
	}	
	
	#contentright
	{
		float:left;		
		width : 217px;
		background-color:#00284d;
		text-align:center;
		color:#88bffd;
	}
	
	#contenleftmargin
	{
		margin:20px 6px 10px 16px;
	}
	
	#content
	{
		position : relative;
		float:left;		
		width : 586px;
		background-color:#33679a;
	}	

	#contenmargin
	{
		margin:15px 40px 10px 16px;
	}
	
	#footer
	{
		float:left;
		width : 569px;
		height: 45px;
		padding-left:205px;
		background-color:#00284d;
	}

	#footerhome
	{
		float:left;
		width : 569px;
		height: 45px;
		padding-left:205px;
		background-color:#e05409;
	}
		
	#paddingright
	{
		padding:10px 10px 10px 10px;
		text-align:left;		
	}
	
	#paddingright img
	{
		vertical-align:middle;
		margin:3px 3px 3px 3px;
	}
	
	.paddingleft
	{
		padding:10px 10px 10px 18px;
	}
	
	.standardpadding
	{
		padding:5px 5px 5px 10px;
	}		
