body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0;
	background-color: #CCC;
}

img {
	display: block;
	border-width: 0;
}

a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #A66B04;
}
a:hover {
	border-bottom-style: solid;
}
a:focus {
	outline: none; /* firefox dotted border fix */
}

select, 
input, 
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	background-color: #FFF;
}
select, 
input {
	font-size: 10px;
}
textarea {
	font-size: 11px;
}

form,
h1,
h2,
h3,
h4,
p {
	margin: 0;
}

/* to fix ie6 <a> style over <img> */
.noBorder {
	border-bottom-width: 0 !important;
}
/* to fix ie6 lack of :first-child */
.first {
	margin-top: 0 !important;
	margin-left: 0 !important;
}
/* to fix ie6 lack of :last-child */
.last {
	margin-bottom: 0 !important;
	margin-right: 0 !important;
}

#global {
	position: relative;
	width: 766px; 
	height: 100%;	
	padding: 10px 20px; 
	margin: 0 auto;
	background-color: #FFF;
	border-left: 1px dotted #999;
	border-right: 1px dotted #999;
}
/* to fix ie6 lack of min-height */
body > #global {
	height: auto;
	min-height: 100%;
}

#global #adminTop {
	font-size: 10px;
	line-height: 20px;
	background-color: #CCC;
}

#global #wrapper {
	background-color: #A66B04;
}

#global #wrapper #right {
	float: right;
	width: 627px;
	background-color: #FFF;	
}

#global #wrapper #right #top {
	position: relative;
	height: 143px;
	background-repeat: no-repeat;
}

#global #wrapper #right #top #infos {
	height: 80px; 
	padding-top: 15px;
	text-align: right;
}

#global #wrapper #right #top #infos p, #right #top #infos a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

#global #wrapper #right #top #infos .bullet {
	color: #A66B04;
}

#global #wrapper #right #top #sectionTitle {
	position: absolute;
	left: 180px;
	bottom: 0;
}

#global #wrapper #right #top #flag {
	float: right;
	margin-top: 25px;
}

#global #wrapper #right #content {
	height: 580px;
	min-height: 580px;
	padding-left: 20px;
}
#global #wrapper #right > #content {
	height: auto;
}

#global #wrapper #left {
	float: left;
	width: 139px;
}

#global #wrapper #left #menu {
	background-repeat: no-repeat;	
	background-color: #A66B04;
}

#global #wrapper #left #menu a {
	display: block;
	margin-bottom: 29px;
	border-bottom: 0;
}

#global #wrapper #left #menu #first {
	padding-top: 139px;
}

#global #wrapper #left #newsletter {
	width: 103px;
	padding-top: 29px;
	margin-left: 17px;
	margin-bottom: 29px;
	font-size: 9px;
	color: #FFF;
}

#global #wrapper #left #newsletter #nEmail {
	margin-top: 5px;
	width: 81px;
	border-width: 0;
	font-size: 9px;
}

#global #wrapper #left #newsletter #nSubmit {
	width: 10px;
	border-width: 0;
	background-color: #A66B04;
	color: #FFF;
	cursor: pointer;
}

#global #footer, 
.clearer {
	clear: both;
}

.clearer {
	height: 0;
	font-size: 0;
}

#global #footer {
	margin-top: -2px; /* ie6 wrapper clearer fix */
	border-bottom: 1px solid #A66B04;
	background-color: #FFF;
}

#global #footer #credit {
	width: 139px;
	background-color: #A66B04;
	font-size: 9px;
	color: #FFF;
	text-align: center;
	padding-bottom: 5px;
}

#global #footer #credit a {
	font-size: 9px;
	color: #FFF;
	border-bottom-color: #FFF;
}