/* CSS Document */

body
{
	background-image: url(../Images/Background.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1
{
	color: #cb1d1d;
}

.Wrapper
{
	width: 832px;
	margin: auto auto auto auto;
}

.divLoginButton
{
	clear: left;
	float: left;
	text-align: left;
	height: 24px;
	line-height: 24px;
	margin-left: 30px;
}

.divFlags
{
	clear: right;
	float: right;
	width: 100px;
	height: 24px;
	margin: 0px 30px 0px 0px;
}

.imgFlag
{
	float: right;
	margin: 0px 2px 0px 2px;
	border: none;
}

.divHeader
{
	position: relative;
	background-image: url(../Images/Header2.png);
	background-repeat: no-repeat;
	clear: both;
	width: 832px;
	height: 166px;
}

.divMenu
{
	position: absolute;
	bottom: 1px;
	left: 50px;
	clear: both;
	width: 730px;
	height: 25px;
}

.divContent
{
	background-image: url(../Images/Center2.png);
	background-repeat: repeat-y;
	clear: both;
	float: left;
	width: 772px;
	min-height: 300px;
	text-align: left;
	padding: 10px 30px 10px 30px;
}

.divFrenchCountry
{
	background-image: url(../Images/FrenchCountry.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 772px;
	min-height: 300px;
	overflow: auto;
}

.divFooter
{
	background-image: url(../Images/Footer2.png);
	background-repeat: no-repeat;
	clear: both;
	width: 832px;
	height: 28px;
}

.divContactText
{
	clear: both;
	float: left;
	width: 832px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}




/* Begin Menu */
.divMenu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 25px;
	width: 770px;
}

.divMenu li
{
	float: left;
	padding-left: 2px;
	padding-right: 2px;
}

.divMenu li a
{
	background-image: url(../Images/tab.gif);
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	float: left;
	width: 77px;
	display: block;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

.divMenu li a:hover
{
	text-decoration: underline;
}

.divMenu ul li a.current 
{
	text-decoration: underline;
	border-bottom: 2px #FEF7E7 solid;
} 
/* End Menu */

/* Begin Hyperlinks */
A:link
{
	color: #000000;
	text-decoration: none;
}

A:visited
{
	color: #000000;
	text-decoration: none;
}

A:active
{
	color: #CC0100;
	text-decoration: underline;
}

A:hover
{
	color: #CC0100;
	text-decoration: underline;
}
/* End Hyperlinks */
