/* CSS Document */
html {
	height:100%;
}
body {
	height:100%;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#c7c7c7;
	background-image:url(images/bg_body.jpg);
	background-repeat: repeat-x;
	
}
* html div#Container {
	height:100%;
}
div#Container{
	/* width:100%; */
	width:990px;
	margin:0px;
	position:relative;
	min-height:100%;
	/* height:100%; */
	background-color: #FFFFFF; 
	/* border-left: 1px solid #A2A2A2;
	border-right: 1px solid #A2A2A2;
	border-top: 1px solid #A2A2A2;
	border-bottom: 1px solid #A2A2A2; */
}
body > #Container {
	 height:auto;
}
img {
	border: 0px;
}
h4 {
	font-family: Arial, Palatino Linotype, Georgia;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}
div#Header {
	width: 990px;
	height: 99px;
	/* margin: auto; */
	margin: 0px;
	background-color: #FFFFFF;
	/* border-left: 1px solid #A2A2A2;
	border-right: 1px solid #A2A2A2; */
}
div#Logo {
	width: 990px;
	height: 50px;
	background-color: #0066FF;
}
a.Logo {
	width:141px;
	height:30px;
	display: block;
	float: left;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;  	
	margin: 12px 0px 0px 40px !important;	
}
div#HeaderMenu {
	width:165px;
	height: 26px;
	float: right;
	font-family: Arial, Palatino Linotype, Georgia;
	font-size: 10px;
	color: #FFFFFF;
	padding-top:10px;
}
div#HeaderMenu a {
	font-family: Arial, Palatino Linotype, Georgia;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
div#HeaderMenu a:hover {
	font-family: Arial, Palatino Linotype, Georgia;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
div#MainMenu {
	width: 990px;
	height: 27px;
	background-color: #3399FF;	
}
div#MainMenu div {
	padding: 2px 10px 0px 0px;	
	
}
div#MainMenu a {
	font-family: Arial, Palatino Linotype, Georgia;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
}
div#MainMenu a:hover {
	color:#e1f4ff;
	text-decoration:none;
}
div#HeaderBottomBg {
	width: 990px;
	height: 22px;
	background-color: #CCECFF;
}
div#HeaderBottomBg span {
	display: block;
	margin:0px 0px 0px 16px;
	padding-top: 5px;
	font-family: Arial, Palatino Linotype, Georgia;
	font-size:12px;
	color:#0066FF;
}
div#HeaderBottomBg span a {
	font-family: Arial, Palatino Linotype, Georgia;
	font-size:12px;
	color:#0066FF;
	text-decoration:none;
}
div#HeaderBottomBg span a:hover {
}
div#Content {
	width: 990px;	
	/* margin: auto; */
	margin: 0px;
	/* height: 500px; */
	/* min-height: 500px; */
	height: 100%;
	overflow: auto;
	display: block;
	/* border-left: 1px solid #A2A2A2;
	border-right: 1px solid #A2A2A2;
	border-top: 1px solid #A2A2A2;
	border-bottom: 1px solid #A2A2A2; */
	
}
div#ContentBrochure {
	width: 990px;
	height: 100%;
	margin: auto;
	display: block;
	/* border-left: 1px solid #A2A2A2;
	border-right: 1px solid #A2A2A2; */
	background-color: #FFFFFF;
	text-align: center;
}
div#ContentBrochure div {
	width: 970px;
	display: block;
	background-color: #FFFFFF;
}
.ContentBrochure {
	padding: 6px 6px 6px 6px;
	width: 970px;
	font-family: Arial, Palatino Linotype, Georgia;
	font-size: 11px;
	color: #000000;
	line-height: 13px;
	text-align: left;
}
div#Index {
	width: 990px;
	height: 540px;
	margin: auto;
	display: block;
	background-color: #000000;
	/* border-left: 1px solid #A2A2A2;
	border-right: 1px solid #A2A2A2; */
}
div#IndexLogo {
	width: 990px;
	height: 239px;
	margin: auto;
	text-align: center;
}
div#IndexFlash {
	width: 990px;
	height: 221px;
	margin: auto;
	background-color: #000000;
	text-align: center;
}
div#Languages {
	width: 990px;
	height: 70px;
	clear: both;
}
div#Languages ul {
	height: 70px;
	width: 400px;
	padding: 0px 0px 0px 75px;
	margin: 0px 0px 0px 0px;
	display: block;
	list-style:disc;
	margin: auto;
	padding-top: 20px;
}
div#Languages li {
	display:inline;
	float:left;	
	padding: 0px 35px 0px 35px;
}
div#LeftPanel {
	/* width: 185px; */	
	width: 185px;	
	float: left;	
	background-color: transparent;
	/* min-height: 400px; */
}
div#LeftPanel ul {
    	list-style:none;
    	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
div#LeftPanel li {
	display:block;
	border-right:1px solid #0066FF;
	border-left:1px solid #0066FF;
	border-bottom:1px solid #0066FF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}
div#LeftPanel h4 {
    	display:block;
	border:1px solid #0066FF;
	background-color:#0066FF;
	padding: 5px 5px 5px 10px;
}
div#LeftPanel ul a {
	font-family: Arial, Palatino Linotype, Georgia;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	padding: 7px 0px 7px 10px;
	background-color:#3399FF;
}
div#LeftPanel ul a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#0066FF;
}
div#LeftPanel  a {  
	color: #FFFFFF;
	text-decoration: none;  
}
div#LeftPanel a:hover {
	color:#FFFFFF;
	text-decoration:none; 
}
div#RightPanel {
	/* width: 805px; */
	width: 803px;	
	float: left;
	/* min-height: 400px; */
	/* height: 100%; */ 
	/* overflow: auto; */
	display: block;
	background-color: #ffffff;
	background-image: url(images/logo_content.gif);
	background-repeat: no-repeat;
	background-position: 99% 100%;	
	/* border-left: 1px solid #A2A2A2;
	border-right: 1px solid #A2A2A2;
	border-top: 1px solid #A2A2A2;
	border-bottom: 1px solid #A2A2A2; */
}

.Content {
  	display:block;
	padding: 6px 10px 20px 10px;
	font-family:Palatino Linotype, Georgia , Arial;
	font-size: 12px;
	color: #000000;
	/* line-height: 13px; */
	line-height: 150%;
	/* min-height: 170px; */
	/* height:100%; */
}
ul#BlockHome {
    list-style:none;	
    padding: 0px 0px 30px 0px;	
    margin: 0px 0px 0px 0px;	
	
}

ul#BlockHome h4 {
    display:block;
	border:1px solid #0066FF;
	background-color:#3399FF;	
	padding:5px 5px 5px 5px;
}
ul#BlockHome p {
    padding:0px 0px 0px 0px;
	margin:5px 5px 5px 5px;
}
ul#BlockHome h4 span{   
	margin-left:220px;
}
ul#BlockHome a.ReadMore {    	
	padding:5px 5px 5px 5px;
	color:#FFFFFF;	
	text-decoration:underline;
}
ul#BlockHome a.ReadMore:hover {  	
	padding:5px 5px 5px 5px;
	text-decoration:none;
}
ul#BlockHome li {
    list-style:none;
	display:inline; 
	float:left;
    padding: 0px 0px 0px 0px;
    margin:0px 5px 5px 5px;	
}
li#Resources, li#Events {
    width:312px;	
}
li#News {
    width:312px;	
}
div#Footer {
	position:absolute;
	bottom:0px;	
	width: 990px;
	height: 40px;
	/* margin: auto; */
	margin: 0px;
	clear: both;
	text-align: center;
	font-family: Arial, Palatino Linotype, Georgia;
	font-size:12px;
	color:#FFFFFF;
	background-color:#0066FF;
	/* border-left: 1px solid #A2A2A2;
	border-right: 1px solid #A2A2A2;
	border-bottom: 1px solid #A2A2A2; */
}
div#FooterIndex {
	width: 992px;
	height: 41px;
	margin: auto;
	background-image:url(images/bg_footer_index.gif);
	background-repeat: no-repeat;
	clear: both;
	text-align: center;
	font-family: Arial, Palatino Linotype, Georgia;
	font-size:12px;
	color:#000000;
}
#Footer {
	padding-top: 13px;
}
div#Footer a {
	font-family: Arial, Palatino Linotype, Georgia;
	font-size:11px;
	color:#FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
div#Footer a:hover {
	text-decoration: underline;
	text-transform: uppercase;
}
div#Footer span {
	font-family: Arial, Palatino Linotype, Georgia;
	font-size: 11px;
	color: #5d91ff;
}
div#Footer span a, div#FooterIndex span a {
	font-family: Arial, Palatino Linotype, Georgia;
	font-size: 11px;
	color: #5d91ff;
	text-decoration: none;
	text-transform: none;
}
div#FooterIndex span a, div#FooterIndex span {
	color:#5d91ff;
}
div#Footer span a:hover, div#FooterIndex span a:hover {
	text-decoration: underline;
	text-transform: none;
}
.text_success {
	font-family: Arial, Palatino Linotype, Georgia;
	font-size:12px;
	color:#000000;
}
.IndexFooter span {
	display: block;
	padding-top: 13px;
}

.ContentHeader {
	font-family: Arial, Palatino Linotype, Georgia;
	font-size:18px;	
	font-weight: bold;
	color:#000000;	
	/* line-height: 20px; */
	line-height: 150%;
}
.ContentSubHeader {
	font-family: Arial, Palatino Linotype, Georgia;
	font-size:14px;	
	font-weight: bold;
	color:#000000;	
	/* line-height: 16px; */
	line-height: 150%;
}
.ContentText {
	font-family: Arial, Palatino Linotype, Georgia;
	font-size:12px;		
	color:#000000;	
	/* line-height: 14px; */
	line-height: 150%;
}
.ContentSmallText {
  font-family: Arial, Palatino Linotype, Georgia;
	font-size:8px;		
	color:#000000;	
	/* line-height: 11px; */
	line-height: 150%;
}
hr {
	border: 0;
	border-style: dotted;
	width: 100%;
	color: #add8e6;
	background-color: #add8e6;
	height: 1px;
}


