/* CSS Document */

body {
	background-color:#113c8c;
	font-family:Optima, Geneva, Arial, Helvetica, sans-serif;
	margin:0px;
}

a, a:visited {
	text-decoration:none;
	color:#666666;	
}

a:hover {
	text-decoration:underline;
}

p {
	margin:0px;
	padding:0px;
	margin-bottom:1.5em;
}

img  {
	border:none;
	margin-right:10px;
	margin-bottom: 8px;
}

h1 {
	color:#113c8c;
	font-size:1.5em;
	width:100%;
	text-align:left;
	font-weight:bold;
	border:none;
	border-bottom: solid 1px #ecd427;
	margin:0px;
	padding:0px;
}

h2, h2 a, h2 a:visited {
	color:#113c8c;
	font-size:1.1em;
	width:100%;
	text-align:left;
	font-weight:bold;
	border:none;
	border-bottom: solid 1px #ecd427;
	margin:0px;
	padding:0px;
	margin-top:1.1em;
	clear:both;
}

#header {
	width:747px;
	height:119px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}
#header img {
	border:0px;
	margin:0px;
	padding:0px;
}

#header #miniInfo {
	height: 110px;
	width: 137px;
	padding:0px;
	padding-top:9px;
	margin:0px;
	border:none;
	overflow:hidden;
	top:0px;
	float:left;
	background-color:white;
	text-align:center;
	font-size:10pt;
	line-height:1.5em;
	position:relative;
}

#header #miniInfo a {
	color:blue;
}

#header a {
	border:0px;
	margin:0px;
	padding:0px;
}


#contentHolder {
	width:747px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	border:none;
	background-image:url(../img/flag-background.gif);
	background-repeat:repeat-y;
	background-position:top left;
	clear:both;
	overflow:visible;
	height:inherit;
	min-height:501px;
}

#navigation {
	width: 190px;
	color:white;
	float:left;
	height:auto;
	background:none;
	margin: 0px;
	border:none;
}

#navigation ul {
	list-style:none;
	margin:0px;
	padding:0px;
	width:100%;
}

#navigation ul li {
	margin:0px;
	margin-top:12px;
	margin-left:auto;
	margin-right:auto;
	padding:0.2em;
	border:solid 1px black;
	display:block;
	background-color:#fffed0;
	width:175px;
	height:56px;
	height:2.25em;
	text-align:center;
	font-style:italic;
	color:black;
	font-weight:bold;
	font-size:14pt;
}
#navigation ul li a {
	color:black;
}

#navigation ul li img {
	margin:0px;
	padding:0px;
	border:none;
}	

#mainContent {
	color:black;
	border:none;
	border-top:solid 2px black;
	float:left;
	width:535px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	margin:0px;
	font-family:Optima, Geneva, Arial, Helvetica, sans-serif;
	font-size:12pt;
	background:none;
	min-height:501px;

}

#mainContent p {
	clear:both;
}

#mainContent p img {
	border: solid 1px black;
	float:left;
	margin:4px;
	margin-right:1em;
}

td.prices {
	padding-left:1.5em;
	font-style:italic;
}

	
#footer {
	width:100%;
	color:gray;
	font-size:8pt;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	clear:both;
}
