html{height:100%;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	font-family:arial;
font-size:12px;
font-weight:normal;
color:#003366; 
}

h1 {
text-align:center;
font-family:Trebuchet MS;
font-size:18px;
font-weight:bold;
color:white; 
vertical-align:middle;
margin-top: 2px;
margin-bottom:2px;
}
h2 {

margin-top: 2px;
margin-bottom:2px;
}


#panel{
margin:0;
padding:0;
position:absolute;
right:0px;
width:150px;
top:0;
z-index:10;
}
/* ------ main menu ------ */
#mainmenu{
float:left;
margin-top:40px;
margin-left:15px;
font-family:'Trebuchet MS';
font-weight:bolder;
color:#dddddd; 
}

#mainmenu ul{
margin:0;
padding:0;
list-style: none;
	
}
#mainmenu li a{
font-family:Trebuchet MS;
font-size:18px;
font-weight:bold;
text-decoration:none;	
color:#dddddd; 
}
#mainmenu li a:hover{
border-bottom: dashed 1px #999999;
}

#staticmenu{
	float:right;
	margin-top:5px;
	margin-right:10px;
	font-family:Trebuchet MS;
	font-size:16px;
	font-weight:bold;
	color:#eeeeee;
}

#staticmenu a{
text-decoration:none;
color:#eeeeee;
}
#staticmenu a:hover{
text-decoration:underline;
border-bottom: dashed 1px #eeeeee;
}

/* ------ divs in headers ------ */
div.headerborders{
width:33%;
height:40px;
float:left;
border-right:1px solid #fff;
text-align:center;
margin-top:auto;
font-family:Trebuchet MS;
font-size:18px;
font-weight:bold;
color:white; 
vertical-align:middle;
line-height:40px;
}
div.headernoborders{
width:33%;
height:40px;
float:left;
text-align:center;
font-family:Trebuchet MS;
font-size:18px;
font-weight:bold;
color:white; 
vertical-align:middle;
line-height:40px;
}


/*----------- CONTENT --------------*/



#content {
padding: 1em;
font-size:14px;
clear:both;
border-top:1px solid #eeeeee;
}

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;
background-color:#E4E4DA;
position:relative;
bottom:0;
margin-left:0px;
margin-right:0px;
display:block;
width:778px;
text-align:center;
font-size:0.8em;
z-index:1;
}


/*-------------- 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{

	color:#ff0000;
}
#content h1{
	
}

#content h2{
	
}

#content h3{
	
}
.testing{
color:red;
}

/*------------- XML Styles --------end-----------*/