/* CSS Document */

A { color:#666666; }

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th, textarea, input, select {
	font-family: Trebuchet MS;
	font-size: 13px;
	color:#333333;
}




#header {
  width: 980px;
   margin: 0 auto; 
 
}

#topLogoContainer {
height:100px;
padding-top:10px;
position: relative;
clear:both;
background-color:#F7F7F7;
}


#topLogoLeft {
width:120px;
float:left;
text-align:left;
height:100%;
}
#topLogoRight {
width:800px;
float:right;
text-align:right;
height:100%;
}

#menuRowContainer {
background-color:#CC3300;
   -moz-border-radius: 5px;
-webkit-border-radius: 5px;
}


#maincontainer {
  width: 980px;

  margin: 0 auto; 
  text-align: left; /* counter the body center */
 
}
#navigering {
  width: 176px;
  background-color:#F7F7F7;
  float: left;
  border:1px solid #FFB9B9;
   padding:5px;
   -moz-border-radius: 5px;
-webkit-border-radius: 5px;
  
}

#rightnavigering {
  width: 250px;
  background-color:#FFFFFF;
  float: right;
}

#main {
float:left;
  width: 500px;
  margin-left:10px;
   border:1px solid #FFB9B9;
   padding:10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;

}
#footercontainer {
  width: 980px;
  float: left;
  margin: 0 auto;
  margin-top:10px;
  padding-bottom:10px;
 
} 
#footerlinks {
text-align:center;
}

#footerLeft {
width:360px;
float:left;
text-align:left;
height:100%;
}
#footerRight {
width:600px;
float:right;
text-align:right;
height:100%;
}


#spacer {
height:10px;
}






.mainMenuItems {
	color: #FFFFFF;
	font-size:16px;
	font-weight:bold;
}
.mainMenuItems A{
color:#FFFFFF;
text-decoration:none;
}
.mainMenuItems A:hover {
color:#CCCCCC;
}

.menuHeadItem {
background-image:url(images/cellbg.jpg);
height:20px;
padding-left:5px;
background-repeat:repeat-x;
color:#CC3300;
font-size:14px;
font-weight:bold;
font-variant:small-caps;
border-bottom:1px solid #FFB9B9;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

.menuHeadItem2 {
sbackground-image:url(images/cellbg2.jpg);
height:20px;

background-repeat:repeat-x;
color:#003399;
font-variant:small-caps;
font-size:14px;
font-weight:bold;
sborder-bottom:1px solid #3399CC;
}
.menuHeadItem2 A {
color:#003399;
}

.menuItem {
padding-left:5px;	
padding-bottom:5px
}

div.menuHeadItem {
padding-top:5px;
}
div.menuHeadItem2 {
padding-top:3px;
}

.menuItem A {
color:#666666;

}
h1 {
	margin:0px;
	font-size: 31px;
	margin-bottom:5px;
	font-family:Garamond;
	font-weight:bold;
	font-variant:small-caps;
	
	
	

}
h2 {
	font-size: 16px;

	margin-bottom:5px;
	margin-top:8px;	
}
h3 {
	font-size: 14px;
	
	margin:0px;
	margin-bottom:5px;
	margin-top:16px;
}

p{
margin:0px;
margin-bottom:7px;
margin-top:5px;
line-height:130%;
}

.xmlButton {
border:1px solid;
border-color:#FC9 #630 #330 #F96;
padding:0 3px;
font:bold 10px Verdana, Arial, Helvetica, Sans-serif;
color:#FFFFFF;
background:#F60;
text-decoration:none;
margin:0;
}
.xmlButton A {
color:#FFFFFF;
text-decoration:none;
}
