#header {
	float:	left;
	display:	block;
    width:		100%;
    background:	#fff;
	line-height:normal;
}

#header ul {
    margin:		0;
    padding:	0;
    list-style:	none;
}

#header li {
    float:	left;
    margin:	0;
    padding:0;
}

#navigation {
	float:	left;
	display:	block;
	width:		100%;
	background: #eaf1e6;
	border-top: 1px solid #d4d0e1;
	border-bottom: 1px solid #d4d0e1;
	line-height:normal;
}

#navigation ul {
    margin:		0;
    padding:	0;
    list-style:	none;
}

#navigation li {
 	float:	left;
	margin:	0;
    padding:0;
	border-left:1px solid #d4d0e1;
	height: 40px;
}

#navigation-label {
	padding-left:	64px;
	padding-right:	20px;
	width:			280px;
	display:		block;
	font-size:		10px;
	color:			#666666;
}

#navigation-label a, #navigation-label a:link {
	font-weight: bold;
	color: #010101;
	text-decoration: none;
	font-size: 16px;
}

#navigation-label a:hover {
	text-decoration: underline;	
}

#navigation-languages {
	padding:	10px 20px 0px 64px;
	text-align: center;
	display: block;
}

#menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menu li {
	float:	left;
	padding: 0;
	margin: 0;
	border-right: 1px solid #d4d0e1;
	border-left: none;
	border-top: none;
	border-bottom: none;
	background: #eaf1e6;
}

#menu li a:link, #menu li a:visited {
	text-decoration: none;
	text-align: center;
	float: left;
	display: block;
	width: 90px;
	height: 34px;
	padding: 6px 1px 0 0;
	margin: 0;
	color: #006B00;
	font-size: 13px;
	font-weight: bold;
}

#menu li a#selected:link, #menu li a#selected:visited {
	background: #f5f6ff;
	color: #8B0000;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}


#menu li a:hover {
text-decoration: underline;
}

#menu li a:active {
background: #fff;
color: #000;
}

#airlock {
	float:	left;
	display: block;	
	width:	100%;
	background: #f5f6ff;
	height: 16px;
	display: block;
	border-bottom: 1px solid #d4d0e1;
}

div.spacer {
  clear: both;
  height: 0px;
  border-bottom: 1px solid #d4d0e1;
}

.boxes {
	display:	block;
   	width:		100%;
	border-top: 1px solid #d4d0e1;
	border-bottom: 1px solid #d4d0e1;
	line-height:normal;
}

.box {
	float: left;
	margin: 0;
	padding: 0;
	width: 33%;
	height: 250px;
	border-left: 1px dashed #d4d0e1;
}

.box-2 {
	float: left;
	margin: 0;
	padding: 0;
	width: 49%;
	height: 100%;
	border-left: 1px dashed #d4d0e1;
}
.box-3 {
	background:	#fffdf5;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 60px;
	line-height: normal;
}

.box-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight : bold;
	padding-left : 18px;
	padding-bottom : 4px;
	padding-top : 4px;
	vertical-align:		top;
	border-bottom:		1px dashed #d4d0e1;
	background:			#fffdf5;
}

.box-head1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight : bold;
	padding-left : 18px;
	padding-bottom : 4px;
	padding-top : 4px;
	vertical-align:		top;
	border-bottom:		1px dashed #d4d0e1;
	background:			#f5f6ff;
}

.box-head2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight : bold;
	padding-left : 18px;
	padding-bottom : 4px;
	padding-top : 4px;
	vertical-align:		top;
	background:			#fffdf5;
}

.box-body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background:     #fff;
	text-decoration: none;
	padding-left : 18px;
	padding-bottom : 22px;
	padding-top : 12px;
}

.box-body2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background:     #fff;
	text-decoration: none;
	height: 100%;
	padding-left : 18px;
	padding-bottom : 22px;
	padding-top : 12px;
}

.box-body a, .box-body a:link, .box-body a:visited { color: #333333;text-decoration: none;}
.box-body a:Hover { text-decoration: underline; color: #000000;}
.box-body a:Active { text-decoration: none; color: #333333; }

.box-footh {
	border-top:		1px solid #EFEFEF;
	text-align:		right;
	vertical-align:	bottom;
	padding-right:	12px;
	padding-bottom:	24px;
}

.box-footh a, .box-footh a:link, .box-footh a:visited { color: #333333;text-decoration: none;}
.box-footh a:Hover { text-decoration: underline; color: #000000;}
.box-footh a:Active { text-decoration: none; color: #333333; }

.path{
   text-decoration: none;
   font-family: "MS Sans Serif", Geneva, sans-serif;
   font-size: 10px;
   font-weight : bold;
   color: #9999CC;
   padding-left : 8px;
   padding-bottom : 2px;
   padding-top : 2px;
}
.path:Link {	text-decoration: none; color: #CC9900;}
.path:Hover {	text-decoration: none; color: #333366; }
.path:Visited {	text-decoration: none; color: #CC9900;}

.content {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding-left : 30px;
	padding-bottom : 2px;
	padding-top : 4px;
	text-align:	left;
}

.contentTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight : bold;
	padding-left : 2px;
	padding-bottom : 4px;
	padding-top : 4px;
}

.date {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
	text-align: right;
	padding-left : 9px;
	padding-right: 4px;
    padding-bottom : 4px;
    padding-top : 4px;
    border: 1px solid #000000;
    background: #f5f6ff;
}
.path1{
   text-decoration: none;
   font-family: "MS Sans Serif", Geneva, sans-serif;
   font-size: 10px;
   font-weight : bold;
   color: #000000;
   padding-left : 8px;
   padding-bottom : 2px;
   padding-top : 2px;
}

BODY,TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	color: #000000;
	margin: 0px;
}
A {
	text-decoration: underline;
	color: #8B0000;
}
A:Link {
	text-decoration: underline;
	color: #8B0000;
}
A:Hover {
	text-decoration: none;
	color: #0B0000;
}

.copyright {	
	float: right;
	width: 25%;
	text-align:	right;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	padding-right : 30px;
	padding-bottom : 1px;
	padding-top : 10px;
}

.footh {
	float: left;
	display: inline;
	width: 35%;
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color: #333333;
	text-align: center;
	padding-left : 0px;
	padding-right: 0px;
   	padding-bottom : 0px;
   	padding-top : 20px;
}

.footh-air {
	float:left;
	display: inline;
	width: 15%;
	background: #eaf1e6;
	padding: 10px;
	height: 40px;
}

.news_footh {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*text-align:	right;*/
	color: #333333;
	text-decoration: none;
	padding-bottom : 20px;
	padding-left : 20px;
}

.news_footh a:link{
	text-decoration: underline;
	color: #000000;
}

.news_footh a:Hover {
	text-decoration: none;
	color: #8B0000;
}

#news-box-left {
	margin: 0;
	padding: 10px;
	width: 73%;
	border-right: 1px dashed #d4d0e1;
	background: #fff;
}

#news-box-right {
	float: right;
	width: 25%;
	background:	#fffdf5;
	display: block;
	margin: 0;
	padding: 0;
	height: 100%;
	line-height: normal;
}

.formtext {
        font-family : Verdana, Helvetica, sans-serif;
        font-size : 11px;
        color: #000000;
        text-align: left;
        padding-bottom: 4px;
        padding-left : 4px;
        padding-right: 10px;
    padding-top : 4px;
}

.webform {
        color: #000;
        font-size: 11px;
        font-family: verdana;
        margin-top: 1px;
        padding: 1px;
        border: solid 1px #d5d5d5
}

/* Forms */
.formbutton, .formbox, .formselect, .formboxdisabled { font: 11px verdana; background-color: #FFF; border: 1px solid #d5d5d5; color: #000; }
.formbutton { color: #6F676A; cursor: pointer; font-weight: bold; background: #DFDFDB; }
.formbutton:hover { background-color: #EBEBE7; }
.formbutton:active { background-color: #F7F7F3; }
.formbox { padding: 1px 2px;}
.formboxdisabled { background-color: #EEE; color: #333; }
input[type="text"]:hover, textarea:hover { border: 1px solid #922; }
input[type="text"]:focus, textarea:focus { border: 1px solid #C22; }



/* Form */
fieldset.webform { border: 1px solid #CCC; margin-top: 50px; }
fieldset.webform input.formbox { display: block; margin-bottom: 8px; }
fieldset.webform textarea { display: block; margin-bottom: 10px; }
fieldset.webform .fieldhints { color: #bbb; font-size: 0.9em; margin-left: 0.3em; }
#toolbarcounter { display: inline; margin: 0 15px 0 2px; width: 2.5em; padding-right: 3px; text-align: right; vertical-align: middle; border: 1px solid #C7C6BC; background-color: #EEE; color: #999; }
div.formremember { margin-bottom: 10px; }
div.formremember input { position: relative; top: 2px; left: 3px;}
div.forminstructions { font-size: 0.9em; margin-top: 30px; width: 306px; }
fieldset.formcomments input.formbutton { margin-right: 8px; }
fieldset legend { color: #94585B; letter-spacing: 1px; }

/* Form Toolbar */
div.toolbar { overflow: visible; font-size: 8pt; margin: 2px 0; width: 296px; padding: 3px 0 2px 8px; height: 23px; background: #DFDFDB url(/imgs/toolbars/toolbargrip.gif) 4px 4px no-repeat; border: 1px solid #999; text-align: left; }
div.toolbar img { width: 16px; height: 16px; margin: 0 1px; padding: 2px 3px; float: left; vertical-align: middle;}
div.toolbar img#buttonslink { width: 28px; }
div.toolbar img.separator { float: left; border-left: 1px solid #949389; margin: 3px 2px 0 2px; width: 1px; padding: 0; height: 16px; }
.buttons { border: 1px solid #DFDFDB; background-color: #DFDFDB; }
.raise  { border: 1px solid #949389; background-color: #CDCCC2; }
.press { border: 1px solid #949389; background-color: #B9B8AE; }
div.postinstructions { padding-top: 20px; }

.w3cbutton3 {
  margin: 1px;
  width: 11em;
  padding: 1px;
  border: 1px solid #d4d0e1;
  font-family: helvetica,arial,sans-serif;
  font-size: 0.6em;
  font-weight: bold;
}
                                                                                                                                                     
.w3cbutton3 a {
  display: block;
  width: 100%;
}
.w3cbutton3 a:link, .w3cbutton3 a:visited, .w3cbutton3 a:hover {
  background-color: #669B66;
  color: #eaf1e6;
  text-decoration: none;
}
                                                                                                                                                     
.w3cbutton3 span.w3c {
  padding: 0 0.4em;
  background-color: #fffdf5;
  color: #006B00;
}

div.pages { margin-top: 20px;float: clear;}
div.pages ul { left: 25px; }
div.pages ul li { list-style-type: none; }
