html{height:100%;}
body {
font-family:arial;
font-sze:11px;
font-weight:normal;
}

a{
color:#eeeeee;
text-decoration: none;
}
a :hover{
text-decoration:underline;
}

#title{
	margin-right:auto;
	margin-left: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#eeeeee;
	text-align: center;
	margin-top: 60px;
}

#announcement{
Margin-left:auto;
margin-right:auto;
text-align:center;
color:#eeeeee;
font-size: 12px;
}

#page_header{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#eeeeee;
	float:left;
	margin-left: 10px;
position:relative;
bottom:8px;
}
#seefullscreen {
font-size:11px;
position:relative;
bottom:15px;
}

h1 {
text-align:center;
font-family:verdana;
font-size:18px;
font-weight:bold;
color:white; 
vertical-align:middle;
margin-top: 2px;
margin-bottom:2px;
}


#panel{
margin:0;
padding:0;
position:absolute;
right:0px;
width:150px;
top:0;
z-index:1;
}
/* ------ main menu ------ */

#mainmenu {
display:block;
width:100%;
text-align:center;
margin-top:10px;
}

#mainmenu ul{
/*white-space: nowrap;*/
display:block;
width:100%;
padding-left:0px;
margin-left:0px;
}


#mainmenu li{
font-size:80%;
font-weight:normal;
display:inline;
list-style-type: none;
border-left:1px solid #888888;
border-right:1px solid #888888;
border-top:1px solid #888888;
border-bottom:1px solid #888888;
vertical-align: middle;
padding:0;
marging:0;
}

#mainmenu li a{

text-decoration:none;	
color:#999999;
padding-left:17px;
padding-right:17px;
}

#mainmenu li :hover{
background-color:#ffffff;
color:#333;
}

#staticmenu{
	float:right;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#eeeeee;
	margin-left: auto;
	text-align: center;
	margin-top: 20px;
}

#staticmenu a{
text-decoration:none;
color:#eeeeee;
}
#staticmenu a:hover{
text-decoration:underline;
border-bottom: dashed 1px #eeeeee;
}


/*----------- CONTENT --------------*/



#content {
padding: 1em;
font-size:14px;
clear:both;
color:#ffffff; 
}

div.frontbox{
width:32%;
float:left;
vertical-align:top;
font-size:12px;
padding-top:5px;
}
.frontbox ul{
padding-top:0px;
margin-top:0px;
}


#footer{
clear: both;
position:relative;
bottom:0;
margin-left:0px;
margin-right:0px;
display:block;
width:778px;
text-align:center;
font-size:12px;
z-index:1;
color:#eeeeee; 
}


/*-------------- XML Styles ---------------------*/

.cbold{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}

.chr{
	size:1;
	color:#ff0000;
}
#content h1{
	
}

#content h2{
	
}

#content h3{
	
}
.testing{
color:red;
}

/*------------- XML Styles --------end-----------*/