body
{
	margin:0px 0px;
	padding:0px;
	text-align:center;
}

div#container
{
	width:760px;
	margin:0px auto;
	padding: 0;
	text-align:left;
}

div#flags
{
	margin: 30px 0 0 0;
	padding: 0;
}

div#header
{
	position: relative;
	height: 280px;
}

	div#buttonleft
	{
		position:absolute;
		top: 175px;
		left:75px;
		width:100px;
		z-index:10;
		text-align:left;
	}
	
	div#buttonright
	{
		position:absolute;
		top: 175px;
		right:75px;
		width:100px;
		z-index:10;
		text-align:left;
	}

div#menu
{
	margin: 3px 0 0 0;
	padding: 0;
}

	div#menu ul
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	div#menu ul li
	{
		display: inline;
		padding: 0;
		margin: 0;
	}
	
	div#menu ul li a
	{
		display: block;
		float: left;
		min-width: 75px;
		padding: 5px 5px;
		margin-right: 5px;
		text-decoration: none;
		text-align: center;
		
		color: #444;
		font-weight: bolder;
		background-color: #CDCB66;
	}
	
	div#menu ul li a:hover
	{
		color: #FFF;
		font-weight: bolder;
		background-color: #7CA27B;
		cursor: hand;
		cursor: pointer;
	}
	
	div#menu ul li a.selected
	{
		color: #FFF;
		font-weight: bolder;
		background-color: #7CA27B;
		text-decoration: underline;
	}

div#content
{
	padding-top:10px;
	/*background-image:url(../images/content_back.gif);*/
}

div#contentfloat
{
	float: left;
	width: 500px;
	margin-left: 20px;
}

div#sidebar
{
	float: left;
	clear: right;
	width: 150px;
	color: #444;
	background-color: #CDCB66;
	padding: 5px;
	font-size: 8pt;
}
	
	div#sidebar ul
	{
		margin: 0;
		padding: 0;
		list-style-position: inside;
	}
	
	div#sidebar ul li
	{
		margin: 0;
		padding: 0;
	}
	
	div#sidebar h3
	{
		margin: 0 0 5px 0;
		padding: 0;
		font-size: 11pt;
	}

div#footer
{
	margin-top: 10px;
	border-top: solid 1px #CDCB66;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 75%;
	color: #CDCB66;
	font-weight: bolder;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

body,td,.normal,font,span,div		{
			font-size: 10pt;
			font-family: Trebuchet MS, Verdana, Arial, Tahoma, Sans-Serif !important;
			line-height: 12px;
			color: #333;
			letter-spacing: 0px;
			line-height: 130%;
			text-transform: none;
			}

a			{
			text-decoration: underline;
			color:#CC530C;
			}

a:hover			{
			color:#CC530C;
			}


.header			{
			font-family: Trebuchet MS, Arial, Tahoma, Sans-Serif;
			font-size: 30px;
			color: #666;
			font-weight: bolder;
			line-height: 100%;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 0px;
			}

.subheader		{
			color: #CC530C;
			font-family: Trebuchet MS, Verdana, Arial, Tahoma, Sans-Serif;
			font-weight: bold;
			padding-top: 0px;
			}

.sublink		{
			padding-right: 20px;
			}


form			{
			margin: 0 0 0 0;
			}

input,textarea		{
			font-family: Trebuchet MS, Verdana, Tahoma, Sans-Serif;
			color: #000000;
			border-color: #7CA27B;
			border-width: 1px;
			font-size: 100%;
			width: 200px;
			}

select			{
			font-family: Trebuchet MS, Verdana, Tahoma, Sans-Serif;
			color: #000000;
			border-color: #7CA27B;
			border-width: 1px;
			font-size: 100%;
			width: 200px;
			}

.bold			{
			font-weight: bolder;
			}

.error			{
			color: #911221;
			}

.fontcolor1		{
			color: #3CA540;
			}

.bgcolor1		{background-color: #FFF}
.bgcolor2		{background-color: #E5E5E5}


.navOver		{
			color: #FFF;
			font-weight: bolder;
			background-color: #7CA27B;
			cursor: hand;
			cursor: pointer;
			}

.navOut			{
			color: #444;
			font-weight: bolder;
			background-color: #CDCB66;
			}

.navSelected		{
			color: #FFF;
			font-weight: bolder;
			background-color: #7CA27B;
			text-decoration: underline;
			}



.shopItemOut		{
			border-top: solid 1px #CDCB66;
			border-bottom: solid 1px #CDCB66;
			border-left: solid 1px #CDCB66;
			border-right: solid 1px #CDCB66;
			}

.shopItemOver		{
			border-top: solid 1px #7CA27B;
			border-bottom: solid 1px #7CA27B;
			border-left: solid 1px #7CA27B;
			border-right: solid 1px #7CA27B;
			cursor: hand;
			cursor: pointer;
			}

h1
{
	font-size: 20pt;
	font-weight: bold;
}

h6
{
	color: #444;
	background-color: #CDCB66;
	display: inline;
	width: auto;
	margin-right: 10px;
	padding: 5px;
	font-size: 10pt;
	font-weight: normal;
}

h6.active
{
	color: #FFF !important;
	font-weight: bolder !important;
	background-color: #7CA27B !important;
	font-size: 10pt !important;
}

.required
{
	color: red;
}

span.highlight
{
	font-weight: bold;
	background-color: #FFFA00;
}