	
	/* MAIN LAYOUT */
	body
	{
		font-family: arial, helvetica, sans-serif;
		background-image:url(../images/road.gif);
		background-repeat:no-repeat;
		color:#4a4a49;
		font-size:smaller;
	}
	
	.topRound
	{
		background-image:url(../images/topRound.gif);
		background-repeat:no-repeat;
		height:80px;
		width:100%;
		float:left;
		clear:both;
	}
	.midRound
	{
		background-image:url(../images/topRoundVert.gif);
		background-repeat:repeat-y;
		margin:-10px 0px 0px 0px;
		height:auto;
		width:100%;
		float:left;
		clear:both;
		padding:20px;
	}
	.bottomRound
	{
		background-image:url(../images/topRoundBottom.gif);
		background-repeat:no-repeat;
		height:80px;
		width:100%;
		float:left;
		clear:both;
	}
	.footer
	{
		font-size:smaller;
		text-align:center;
		color:#787777;
	}
	.container
	{
		width:100%;
		margin:50px 40px 0px 50px;
	}
	
	/* CONTENT LAYOUT */
	.EuroLogo
	{
		margin:-20px 0px 0px 0px;
	
	}
	p:hover
	{
		color:black;
	}
	.col 
	{
		float: left;
		width: 260px;
		padding:0px 5px 0px 10px;
		margin:z0px 10px 10px 0px;
		border-left:1px solid; 
		
	}
	.col-full
	{
		float: left;
		width: 100%;
		padding:0px 5px 0px 10px;
		margin:10px 10px 10px 0px;
		border-left:1px solid; 
	}
	a 
	{ 
		color:#006cb5;
	}
	a:hover
	{
		color:White;
	}
	h2
	{
		
		width:100%;
		color:#006cb5;
		text-align:left;
	}
	h3
	{
		font-size:small;
	}
	.h2Full
	{
		float:left;
		width:100%;
		color:#006cb5;
	}
	.pageImg
	{
		border:2px solid #dad103;
		margin:5px;
	}
	.gallery
	{
		height:150px;
		border:2px solid #dad103;
		margin:5px;
	}
	.gallery:hover
	{
		border:2px solid #006cb5;
	}
	.pageImg:hover
	{
		border:2px solid #006cb5;
	}
	.staffPic
	{
		float:left;
		clear:left;
		border:1px solid #006cb5;
		margin:5px;
	}
	.staffPic:hover
	{
		border:1px solid #dad103;
	}
	.bodyLI
	{
		list-style-image: url(../images/bulletBlue.png);
	}
	.bodyLI:hover
	{
		color:black;
	}
	.pullquote 
	{
		font-family:Arial;
		font-weight:bold;
		font-size:16;
		color:#006cb5;
		width: 95%;
		line-height:130%;
		margin:10px;
		background: url(../images/closequote.gif) no-repeat bottom right !important;
		background /**/:url(); /* removing quote graphic in IE5+ */
		padding:0px 5px 5px 0px;
	}

	.pullquote:first-letter 
	{
		background: url(../images/openquote.gif) no-repeat left top !important;
		padding:5px 2px 10px 35px!important;
		padding /**/:0px; 	/* resetting padding in IE5+ */
		background /**/: url(); /* removing quote graphic in IE5+ */
	}	

	/* NAVIGATION LAYOUT */
	ul.nav {
		display:none;
	}

	ul.nav li {
		display:none;
	}

	ul.nav a {
		display:none; 
	}

	ul.nav a:hover, a.selected {
		display:none;
	}

	.col-nav 
	{
		display:none;
	}
	.breadCrumbs
	{	
		display:none;
	}
	.breadCrumbs a
	{
		display:none;
	}
	
	.subLinks
	{
		display:none;
	}
	.subLinks a
	{
		display:none; 
	}
	.navLinksPlain
	{
		display:none;
	}
	.navLinksPlain a
	{
		display:none;
	}

	
	/* SIGN UP PAGE */
	.signUpLabel
	{
		width:150px;
		text-align:right;
	}
	
	.signUpTextBox
	{
	}
	.formValidator
	{
		margin:0px 0px 0px 150px;
	}
	
	legend
	{
		color:#006cb5;
	}



