body
{   
	background-color: Black; /*#0f0f0f;*/
	
    background-image: url('../images/bg.png');
    background-attachment:fixed;
    background-repeat:repeat-x;

	color: White;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    /*color: Black;*/
}
H1	{	
    font-size:	1.4em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
    font-size:	1.2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
		
H3	{	
	font-size:	1em;
	font-weight:	700;
	font-style:italic;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

TABLE {
	font-size: 1em;
}
	
A:link	{	
	text-decoration:	none;
	color: #FFBA03;
	}	
		
A:visited	{	
	text-decoration:	none;
	color: #FFBA03;
	}	
		
A:active	{	
	text-decoration:	none;
	color: #FFBA03;
	}	
		
A:hover	{	
	text-decoration: underline;
}

#pagewrapper {
    background-color: Black;
    background-image: url('../images/X.png');
    background-attachment:fixed;
    background-repeat:repeat;
	width: 980px;
	border: solid 1px #0f0f0f;
    margin: 0 auto;
	padding: 0;
}

#header {
	width: 100%;
	height: 190px;
	margin: 0 auto;
	padding: 0;
	background: url('../images/coastline.jpg') top right no-repeat;
}

#logo {
    margin: 5px 10px 0 10px;
}

#header_title {
	margin-top: 55px;
	text-align: center;
	width: 680px;
	padding: 10px;
	background-image: url('../images/header_bg.png');
}

#topbar {
	width: 960px;
	background-color: #324092;
	padding: 10px;
	height: 25px;
    margin-left: auto;
    margin-right: auto;
}

	#topbar .contact_form {
		float: right;
	}
	
	#topbar .contact_form a {
		color: Yellow;
		text-decoration: none;
		font-weight: bold;
	}

	#topbar .contact_form a:hover {
		color: #00DDFF;
	}
	
#topmenu {
	width: 100%;
	color: White;
	height: 25px;
	margin: 2px auto 0 auto;
	padding: 0;
	font-size: 1.2em;
}

#topmenu a:link, #topmenu a:visited{
	color: White;
	font-weight: bold;
	text-decoration: none;
	padding: 13px 8px 13px 8px;
}

#topmenu a:hover {
	background-color: #222222; /* #0f0f0f; */
	color: #00DDFF;
	font-weight: bold;
	text-decoration: none;
}

#google_translate {
	float: right; 
	margin: 5px 20px 0 0; 
	padding: 3px 10px 3px 10px;
}

div#google_translate_element div.goog-te-gadget {
	color:White;
}

div#google_translate_element div.goog-te-gadget .goog-logo-link{
	color:White;
}

#main {
	width: 960px;
	/*min-width: 650px;*/
	min-height: 350px;
	padding: 10px;
	margin: 10px auto;	
}

#main h2{
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	color: White;
	margin: 10px 10px 10px 0;
	border-left: solid 5px White;
	border-bottom: solid 1px White;
	padding: 5px;
}

#main h3{
/*
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	margin: 10px 10px 10px 0;
	border-left: solid 5px White;
	border-bottom: solid 1px White;
	padding: 5px;	
*/
	color: #00DDFF;
	margin: 20px 10px 20px 0;
}

#main hr{
	clear: both;
}

#sidebar {
	width: 25%;
	min-height: 350px;
	float: left; 
	color: Black;
	background-color: White;
	text-align: center;
	margin: 50px 20px 0 0;
	border: solid 1px #0f0f0f;
}

#news_header {
	color: White;
	background-color: #324092; 
	padding: 1px;
}

#news_content {
	padding: 5px;
}

#globe {
	width: 72%; 
	height: 600px;
	float:left; 
	position: relative; 
	text-align: center; 
	margin: -20px auto 20px auto; 
}

.globe_links {
	font-size: 1.5em;
	color: White;
	text-align: center;
	margin: 0 auto;
}

.globe_links a:link, .globe_links a:visited{
	color: White;
	font-weight: bold;
	text-decoration: none;	
	padding: 13px 8px 13px 8px;
}

.globe_links a:hover{
	/*background-color: #222222; /* #0f0f0f; */
	color: #00DDFF;
	font-weight: bold;
	text-decoration: none;
}

li {
	margin-bottom: 1em;
	line-height: 1.25em;
}

.subitems li{
	margin: 0;
	line-height: 1em;
}

#footer {
	width: 960px;
	margin: 10px auto 0 auto;
	/*color: #FFBA03;*/
	color: White;
	background-color: #0f0f0f;
	background-image: url('../images/footer_bg.png');
	font-weight: bold;
	font-size: 0.8em;
	padding: 10px;
	text-align:center;
	clear: both;
}

#footer a {
	color: #FFBA03;
}


/* Upload File */
#loginbox {
	background-color: #0f0f0f;
	border: solid 2px White; 
	width:450px; 
	padding: 10px;
	/*
	text-align:center;
	margin-left: auto;
    margin-right: auto;
	*/
}

#loginbox .title {
	font-size: 1.2em;
	font-weight: bold;
	color: White;
}

#uploadbox {
	background-color: #dfdfdf;
	color: Black;
	border: solid 2px silver; 
	width:600px; 
	padding: 10px;
	/*
	text-align:center;
	margin-left: auto;
    margin-right: auto;
	*/
}

.errmsg {
	color: Red;
	font-weight: bold;
	font-style: italic;
}

.successmsg {
	color: #00CC00;
	font-weight: bold;
}

.warnmsg {
	color: OrangeRed;
	font-weight: bold;
}

.buttons{
	cursor:pointer;
}

#logout {
	color:Yellow;
	font-weight: bold;
	text-align: right;
	line-height: 1.5em;
	float: right;
}

#btnLogout {
	cursor:pointer;
	background-color: Red;
	color: White;
	font-weight: bold;
}

/* Table formats */
.table {
	clear: both;
}

.table TABLE {
	background-color: #ffffdd;
	text-align: center;
}

.table TH
{
	background-color: #ffffaa;
}

.table a {
	font-weight: bold;
}

.table_cell_left {
	text-align: left;
}

.table_cell_mid {
	text-align: center;
}

.table_cell_right {
	text-align: right;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

