 

/* LAYOUT */

	.background{
		background-position: top center;
		background-repeat: no-repeat;
		background-color:#EEEEEE;
		width: 1000px;
	}
	
	
	.main{
		width: 950px;
		padding: 10px;
		text-align:left;
	}
	
	.header{
		margin-bottom:10px;
	}
	
	
	.telephone{
		font-size: 12pt;
		float: right;
		width: 680px;
	}
	
	.telephone p{
		text-align:right;		
		margin:10px 0px;
		font-weight: bold;
		color: #002255;
	}
	
	.container, .nav {
		background-image:url(../images/trans.png);
		padding: 10px;
	}
	
	.container{
		margin: 0px 10px 0px 0px;
	}
	
	.contents{
		border: 1px dashed #999999;
		padding: 10px;
		min-height: 1044px;
	}
	
	.nav, .nav2{
		width: 176px;
	}
	
	.nav2{
		margin-top: 10px;
		padding: 10px;
		background-image:url(../images/trans.png);
	}
	
	.menu, .menu2{
	}
	
	.menu a, .menu2 a,  .menuLink a{
		display: block;
		border: 1px dashed #999999;
		padding: 5px 5px;
		text-decoration: none;
		font-weight: normal;
		color: #003399;
		margin: 10px 0px;
		clear: both;
	}
	
	.menu img{margin-left:5px; float:right;}

	.NavigationLevel2{
		text-align: right;
	}

	.menu a:hover, .menu2 a:hover{
		color: #A60000;
		border: 1px dashed #A60000;
	}
	
	.menuLink{
		text-align:center;
	}
	
	.menuLink a{margin: 0px;}

	.footer{
		margin-top:10px;
		color: #333333;
		font-size: 7pt;
		position: relative;
	}
	
	.footer p{
		text-align: right;
		line-height: normal;
	}
	
	.footerNav{
		line-height: 15pt;
		text-align: justify;
	}
	
	.footerNav a{color:#A60000;}
	
	.footerNav a:hover{color:#000000;}

	.clear{clear:both;}
	
	
