@charset "UTF-8";
body  {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	margin: 0;
	padding: 0;
	text-align: center;
}
img 
{
	border: none;
	padding: 0px 10px 5px 0px;
	float: left;
	position: left;
	clear: none;
}
.img-nofloat 
{
	border: none;
	padding: 0px 10px 5px 0px; 
	float: none;	
	position: center;
	clear: left;
}
.img-footer 
{
	border: none;
	padding: 0px 10px 5px 0px; 
	float: none;	
	position: center;
	clear: left;
}
.img-flag {
	margin: 0px;
	padding: 1px 5px 0px 0px;
}

h1
{
   font-size: 170%;
}
h2
{
   font-size: 150%;
}
h3
{
   font-size: 130%;
}
#container { 
	width: 90%;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	background-image: url(img/BG_shadow.png);
	background-repeat: repeat-x;
	background-position: 0 69px;
} 
#header { 
	background: #000; 
	padding: 10px 10px 10px 10px;
	font-size: 75%;
} 
#rotator { 
	background: #FFFFFF;
	margin: 0 0px 0 200px;
	padding: 0px;
} 

#header h1 {
	margin: 0;
	padding: 0 10px;
	font-size: 60%;
	font-weight: 400;
	line-height: 100%;
}
#leftContainer {
	float: left;
	width: 180px;
	padding: 15px 5px 10px 15px;
	font-size: 65%;
	font-style: normal;
	font-weight: 200;
	line-height: 120%;
	background-image: url(img/BG_shadow.png);
	background-repeat: repeat-x;
	background-position: 0 0px;
}
#rightContainer {
	float: right;
	width: 170px;
	padding: 15px 0;
	font-size: 65%;
	font-style: normal;
	font-weight: 200;
	line-height: 120%;
	background-image: url(img/BG_shadow.png);
	background-repeat: repeat-x;
	background-position: 0 0px;
}
#rightContainerHome {
	float: right;
	width: 170px;
	padding: 15px 0;
	font-size: 65%;
	font-style: normal;
	font-weight: 200;
	line-height: 120%;
}
#rightContainer ul {
	margin-left: -16px;
	clear: left
}

#leftContainer h1, #leftContainer h2, #leftContainer h3, #midContent h1, #midContent h2, #midContent h3, #rightContainer h1, #rightContainer h2, #rightContainer h3, #rightContainerHome h1, #rightContainerHome h2, #rightContainerHome h3 {
	color: #666666;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 120%;
}

#leftContainer p, #midContent p, #rightContainer p, #rightContainerHome p {
	margin-left: 10px;
	margin-right: 10px;
	line-height: 120%;
}

#midContent form, #twocolContainer form, #fullwidthContainer form, #rightContainer form {
    margin-left: 7px;
	margin-right: 7px;
} 

#midContent { 
	margin: 0 170px 0 200px;
	padding: 15px;
	font-size: 70%;
	font-style: normal;
	font-weight: 100;
	line-height: 120%;
	border-right: 1px #000000 solid;
	border-left: 1px #000000 solid;
}
#fullwidthContainer {
	padding: 15px;
	font-size: 70%;
	font-style: normal;
	font-weight: 100;
	line-height: 120%;
	list-style-type: disc;
}
#twocolContainer {
	margin: 0px 0px 0px 200px;
	padding: 15px;
	font-size: 70%;
	font-style: normal;
	font-weight: 100;
	line-height: 120%;
	border-left: 1px #000000 solid;
}

#fullwidthContainer p, #twocolContainer p {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	line-height: 120%;
}

#fullwidthContainer h1, #fullwidthContainer h2, #fullwidthContainer h3, #twocolContainer h1, #twocolContainer h2, #twocolContainer h3 {
	color: #666666;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	line-height: 120%;
}

#fullwidthContainer ul {
	margin-left: -6px;
	clear: left
}

#footer { 
	padding: 0;
	background:#FFFFFF;
	font-size: 65%;
	font-style: normal;
	font-weight: 100;
	vertical-align: middle;
	text-align: center;
} 
#footer p {
	margin: 0;
	padding:  0;
	vertical-align: middle;
	text-align: center;
}
A:link 
{
	color:#666666;
	text-decoration: underline;
}
A:visited 
{
	color:#666666;
	text-decoration: underline;
}
A:hover 
{
	color:#000000;
	text-decoration: underline;
}
A:active 
{ 
	color: #000000;
	text-decoration: underline;

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}