@charset "utf-8";
/* CSS Document */
body {
	background-color:#181683;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#efc90e;
	font-style:italic;
	font-weight:bold;
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#181683;
	font-weight:bold;
}
#wrapper {
	width:820px;
	position:relative;
	left:50%;
	margin-left:-410px;
	background-color:#181683;
	border:medium solid #efc90e;
}
#insideWrapper {
	width:820px;
	position:relative;
	left:50%;
	margin-left:-410px;
	background-color:#ffffff;
	border:medium solid #efc90e;
}
#leftSide {
	float:left;
	width:200px;
	background:#ffffff;
	padding-left:10px;
	padding-top:20px;
}
#navigation {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#181683;
	font-weight:bold;
	text-align:center;
}
#navigation a {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#181683;
	font-weight:bold;
	text-decoration:none;
}
#navigation a:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#73738f;
	font-weight:bold;
	text-decoration:none;
}
#navigation .active {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#73738f;
	font-weight:bold;
	text-decoration:none;
}
#rightSide {
	float:right;
	width:600px;
	background-color:#ffffff;
}
#rightSide .large {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000000;
	padding-left:20px;
	padding-right:20px;
	text-align:justify;
}
#homePage img {
	border: 1px solid 181683;		
}
#topNavigation {
	width:800px;
	height:25px;
	text-align:right;
	vertical-align:middle;
	padding-right:20px;
	background-color:#dadade;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#181683;
}
#topNavigation a {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#181683;
	text-decoration:none;
}
#topNavigation a:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#efc90e;
	text-decoration:none;
}
#topNavigation .active {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#efc90e;
	text-decoration:none;
}
#bottomSpacer {
	width:800px;
	height:5px;
	clear:both;
	float:none;
	background-color:#ffffff;
}
#flagFooter {
	width:800px;
	clear:both;
	float:none;
}
#foodLogos {
	width:800px;
	background-color:#ffffff;
	padding-left:10px;
	padding-right:10px;
}
#copy {
	width:820px;
	position:relative;
	left:50%;
	margin-left:-410px;
	background-color:#dadade;
}
	
