body {
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}
.landing_page_main {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	padding-top: 75px;
	padding-left: 30px;
	padding-right: 130px;
}
.landing_page_link {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	color: #68c2f6;
	font-weight: bold;
	padding-left: 0px;
}
.landing_page_link_link {
	color: #68c2f6;
	text-decoration: none;
}
.landing_page_link_link:hover {
	color: #68c2f6;
	text-decoration: underline;
}
.footer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #CCC;
}
.footer_link {
	color: #CCC;
}
.footer_link:hover {
	text-decoration:none;
}
.main_language_link {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #68c2f6;
	text-decoration: none;
}
.main_language_bar {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}


.main_language_link:hover {
	text-decoration: underline;
}
.main_text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 18px;
}
.main_text_link {
	color: #FFF;
}
.menu_bar_link {
	color: #FFF;
	text-decoration: none;
}
.menu_bar_link:hover {
	color: #68c2f6;
	text-decoration: none;
}
.main_language_link_link {
	color: #68c2f6;
	text-decoration: none;
}
#main_content_area {
	padding-top: 19px;
	padding-left: 19px;
	padding-right: 30px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #FFF;
	text-transform: uppercase;
}
.header_link {
	color: #FFF;
	text-transform: uppercase;
	text-decoration:underline;
}
.main_text_link_blue {
	color: #68c2f6;
	text-decoration: none;
	font-weight: bold;
}
.main_text_link_blue:hover {
	color: #68c2f6;
	text-decoration: underline;
}
.imgleft {
	display:block;
	padding:2px;
	border:1px solid #D6D6D6;
	margin-right:15px;
	margin-bottom:15px;
	margin-top:5px;

}
.section_divider {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #838383;
	margin-bottom: -15px;
}
html {
	overflow: scroll;
}
#cell_border_bottom {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #ADADAD;
}
#cell_border_left {
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #ADADAD;
}

