body {
  color: #FFF;
/*   background: #444; */
/*  background: #AAA;*/
  background: #222;
  font-family: Times, serif;
  vertical-align:center;
  text-align:center; /*for IE *grml**/
}

a.mainmenu{
  text-decoration: none;
}

a.mainmenu:link {  
  color: #E7E7E7;
}
a.mainmenu:visited {  
  color: #E7E7E7;
} 
a.mainmenu:hover{ 
  color: #EA80FF;  
  background: #222;
}

a.mainmenu:active{ 
  color: #FFFFFF;
}

a.mainmenu:focus{ 
  color: #FA7D00;
}

a.submenu{
  text-decoration: none;
}

a.submenu:link {  
  color: #E7E7E7;
}
a.submenu:visited {  
  color: #E7E7E7;
} 
a.submenu:hover{   
  color: #FA7D00;
}

a.submenu:active{ 
  color: #FFFFFF;
}

a.submenu:focus{
  color:#FA7D00;
}

.newsFrame, .defaultFrame, .newsPage, .defaultPage, .mainContent, .defaultTextPage
{
	position:relative;
	margin: 0px;
	color: #DCA;
  background: black;
  font-family: Times, serif;
  /*vertical-align:center;*/
  text-align:left; /*for IE *grml**/
  width:100%;
  height:100%;
}

.mainContent
{
	height:447px;
}

.defaultTextPage
{
  width:540px;
	padding-right:5px;
  /*margin-right:5px;*/
	/*border:1px solid green;*/	
}

h3
{
	/*color: white;*/
	font-family: sans-serif;
	font-size: 13pt;
}

h2
{
	/*color: white;*/
	font-family: sans-serif;
	/*font-size: 13pt;*/
}

.newsFrame
{
	/*border:1px solid red;*/
	/*width:90%;*/
	/*height:90%;*/
}

.newsPage
{
	/*border:1px solid yellow;*/
	/*margin: 0px;*/
	
}


.boundingbox, .titlebox{
  border:2px solid #666;
  text-align:left;
}

.boundingbox{
  /*border:2px solid #666;*/
  width:800px;
  height:520px;
  background:black;
  margin:auto;
  vertical-align:middle;
  /*-moz-border-radius-bottomleft:10px;*/
  /* -moz-border-radius-bottomright:10px;*/
}

.titlebox, .menubox, .submenubox, .mainbox, .outerMainbox
{
  z-index: 0;
  background:black;
  position:relative;
}

.titlebox{
  border-bottom:0px;
  height:80px;
  width:800px;
  color:white;
  margin:auto;
  vertical-align: middle;
  background-image: url(./imgs/Title.jpg);
}

.boxleft{
  float: left;
  width: 204px;
  height: 518px;
  /*border: 1px solid yellow;*/
  /*background-color: grey;*/
  border-right: 2px dotted #666;
}

.boxright{
  float: right;
  width: 584px;
  height: 518px;
  /*border: 1px solid yellow;*/
  background:black;
}

.menubox, .submenubox{
  font: italic 500 20px verdana;
  /*font: italic small-caps 900 22px Courier;*/
  /*font: oblique 600 25px Times;*/
}

.flagbox, .menubox, .newsbox{
  position: relative;
  top: 40px;
  left: 6px;  
  /*border:1px solid red;*/
  width:190px;  
}


.flagbox{
  text-align: center;
}

.menubox{
  /*z-index:2;*/
  /*border-top: 1px solid silver;*/
  top: 60px;
  text-align: center;
  /*background-image: url(./imgs/Fire.jpg);*/
}

.newsbox{
  border-top: 1px solid #444;
	padding-top: 10px;
/*  padding: 10px;*/
  top: 60px;
  /*height: 208px;*/
  height: 170px;
  color: #DCA;
  /*background-color: #222;*/
  /*background:green;*/
}

.outerMainbox
{
	width: 570px;
	/*border: 1px solid yellow;*/
}

.submenubox, .mainbox, .copyrightbox
{
  /*border: 1px solid green;*/
  text-align: left;
  position: relative;
  float: right;  
  width: 570px;
  margin-right: 4px;
  margin-top: 20px;
}

.submenubox
{
  border-bottom: 1px solid silver;
  /*width: 560px;*/
  height:25px;
  word-spacing: 10px;
  color: #FA7D00;
}

.mainbox
{
  /*border: 1px solid green;*/
  height: 450px;
  font: 10pt Verdana;
  color: #DCA;
  overflow: auto;
}

.copyrightbox
{
  position: relative;
  margin-top: 5px;
  margin-right: 0px;
  text-align: right;
  color: #555;
}

img.home
{
  position:relative;
  z-index: 1;
  display: block;
  margin: auto;
  margin-top:60px;
}

img.flag
{
  position:relative;
  top:5%;
  z-index: 1;
  /*float: right;
  border: 5px solid red;
  width: 60px;*/
  display: block;
  margin: auto;
  /*text-align: center;*/
}

