body { 
	width: 970px; 
	background-color: white;
	color: #4C4C4C; 
	font-family: Arial,sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

a
{
	color: #005099;
	font-weight: normal;
	text-decoration: underline;
}

a:link
{
	color: #005099;
	font-weight: normal;
	text-decoration: underline;
}

a:hover 
{
	color: #cc0000;
	font-weight: normal;
	text-decoration: underline;
}

a.nav
{
	font-weight: bold;
	color: #505050;
	text-decoration: none;
}

a.nav:link 
{
	font-weight: bold;
	color: #505050;
	text-decoration: none;
}

a.nav:hover
{
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
}

a.big
{
	font-weight: bold;
	line-height: 2em;
	font-size: 110%;
	color: #505050;
	text-decoration: none;
}

a.big:link 
{
	font-weight: bold;
	color: #505050;
	text-decoration: none;
}

a.big:hover
{
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
}


#head 
{
	position:relative;
	top: 0px;
	width: 960px; 
	height: 60px;
	padding: 0px 0px 0px 0px;
}

#head_left 
{
 	position: relative; 
	float:left;
	width: 169px; 
	height: 40px;
	padding: 10px 0px 10px 10px;
}

#headnav 
{
	position: relative; 
	margin: 0px 0px 0px 280px;
	padding: 20px 0px 0px 0px;
	height: 20px;
}

#headnav ul 
{
	top: 0px;
	left: 0px;
	list-style-type:none;
	margin: 0px;
	padding: 0px;		 
	width: 100%;
}

#headnav li
{
	float: left; 
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-transform: uppercase;
	min-height: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #d1d1d1;
}

#headnav li.right {
	float: right;
	margin: 0px;
	padding:  0px 10px 0px 10px;
	text-transform:uppercase;
	min-height: 20px;
	border-left: 0;
}

#header
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 122px;

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 0px;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1d1d1; 
}

#rightbox 
{
	float: right;
	clear: none;
	width: 150px;
	margin: 10px 10px 0px 0px;
	padding: 0px;
}

#rightbox .title 
{
	display: block;
	font-size: 110%;
	font-size-adjust: none;
	font-stretch: normal;
	line-height: 1.3em;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	text-align: center;
}

#rightbox .box 
{
	display: block;
	text-align: center;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

#leftnav {
	float: left;
	width: 140px;
	margin-top: 10px;
	margin-bottom: 25px;
}

#leftnav ul 
{
	top: 0px;
	left: 0px;
	list-style-type:none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;		 
	width: 140px;
}

#leftnav li
{
	margin: 10px 0px 2px 0px;
	padding: 0px 0px 2px 10px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1d1d1;
}

#leftnav li.borderless
{
	border-bottom-width: 0px;
}

#leftnav ul ul
{
	margin: 0px 5px 0px 15px;
	width: 115px;
}

#leftnav ul ul li
{	
	text-transform: none;
}

#leftnav .leftvalid
{
	margin: 0px 0px 0px 0px;
	padding: 100px 0px 0px 0px;		 
	text-align: center;
}

#content
{
	margin-top: 10px;
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: 180px;  
	width: 730px; /* 580px; + 150 */
}

h1 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	font-size: 132%;
	font-size-adjust: none;
	font-stretch: normal;
	line-height: 1.3em;
	font-weight: bold;
	color: #cc0000;
	text-transform: uppercase
}

h2
{	
	font-size: 110%;
	font-size-adjust: none;
	font-stretch: normal;
	line-height: 1.3em;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}

h2.brand
{	
	position: relative;
	text-align: left;
	line-height: 3em;
	vertical-align: middle;
}

h2.brand img 
{
	position: absolute; 
	top: 0; 
	right: 0;
	vertical-align: middle;
}

p
{
	font-size: 100%;
	text-align: justify;
}

p.big
{
	font-size: 110%;
	text-align: justify;
}

img 
{
	border-width: 0px;
}

img.flag
{
	border: 1px solid #d1d1d1;
}

img.float_right
{
	float: right;
	margin: 4px 4px 4px 4px;
}

img.center
{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

