/*
------------------------------------------------------
General
------------------------------------------------------
*/
html{
	height:100%;
	margin:0;
	padding:0;
}
body {
	height:100%;
	margin:0;
	padding:0;
	background:#FFF;
	background-image:url(../imgs/bkgd_tile1.gif);
	background-repeat:repeat-x;
/*	text-align: center;	*/
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.2em;
}
.container{
	/*border:1px dotted #FF0000;*/
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	width:825px;
	height:auto;
	text-align:left;
}
h1{
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:1.3em;
	line-height:1em;
	color:#00A317;
	margin-top:0;
}
h2{
	font-weight:bold;
	font-size: 11px;
	line-height: 1.2em;
	margin-top:0;
}
p{
	margin-top:0;
}
a {
	text-decoration:none;
}
a:link{
	color:#EB4D02;
}
a:visited{
	color:#5B9A32;
}
a:hover{
	color:#000000;
}
a:active{
	color:#EB4D02;
}
a img{
	border:none;
}
ul{
	padding-left:20px;
	margin-left:0;
}
ol{
	padding-left:20px;
	margin-left:0;
	list-style:outside;
}
li{
	margin-left:0;
	margin-bottom: 8px;
	padding:0;
	list-style:outside circle;
	color:#213C87;
}
li span {
	color:#000;
}
.li-no-dec {
	color:#000;
	list-style-type:none;
	list-style-position:inside;
	text-indent:-1.5em;
}
.notes{
	font-style:oblique;
	font-size:1.1em;
	color:#777;
}
.alert{
	font-weight:bold;
	color:#FF3333;
}
	.alert{
		margin:2em 0;
		padding:10px 20px;
		color:#000;
		border:1px solid red;
		background-color:#FFF4F4;
		text-align:center;
	}


/*
------------------------------------------------------
Table
------------------------------------------------------
*/
table {
	margin:5px 0 5px 0;
	font-size:1em;
}
tr{
	
}
td{
	padding:5px;
	border-bottom:1px solid #C4C4C4;
}
/* Download table
-------------------------------------*/
.toprow{

}
.leftcol{
	width:275px;
}
.rightcol{
	width:30px;
	border-left:1px solid #C4C4C4;
}
.data{
	width:30px;
	border-left:1px solid #C4C4C4;
	text-align:center;
}
.na{
	color:#C4C4C4;
}
/* Calendar table
-------------------------------------*/
.cal{

}
.cal-toprow{
	font-weight:bold;

	border:none;
}
.cal .odd{
	background-color:#FFF/*#EFF8FC*/;
}
.cal .special{
	border-right:none;
	border-left:none;
	background-color:#DDFBCB;
	text-align:center;
}
.cal .no-event{
	border-right:none;
	border-left:none;
	background-color:#F4F4F4;
	text-align:center;
}
.cal span{
	font-style:italic;
}
.cal-col1{
	text-align:center;
	width:50px;
	border-right:1px solid #C4C4C4;
	color:#213b86;
	text-transform:uppercase;
}
.cal-col2{
	width:75px;
	border-right:1px solid #C4C4C4;
}
.cal-col3{
	width:150px;
	border-right:1px solid #C4C4C4;
}
.cal-col4{
	width:150px;
}
.cal-data{
	width:30px;
	border-left:1px solid #C4C4C4;
	text-align:center;
}
.cal-na{
	color:#C4C4C4;
}


/*
------------------------------------------------------
Header
------------------------------------------------------
*/

.logo{
	float:left;
	margin-top:15px;
	width:132px;
	height:157px;
}
.header-title{
	margin-left:150px;
	margin-top:45px;
	width:150px;
	height:23px;
	clear:right;
}
.header{
	margin-top:1px;
	margin-left:150px;
	width:525px;
	height:143px;
	border:2px solid #FFF;
}



/*
------------------------------------------------------
Menus
------------------------------------------------------
*/
.menu-shell{
	position:inherit;
	margin-top:-145px; /*70*/
	margin-left:685px;	/*685*/
	width:140px;
	height:250px;
}
.mainmenu{
	width:135px;
	height:110px;
}
.mainmenu-item{
	display:block;
	margin-bottom:3px;
}
.submenu{
	width:135px;
	height:85px;
	margin-top:38px;
}
.submenu ul{
	margin:5px 0 0 0;
	padding:0;
}
.submenu-item li{
	margin:1px 0 0 0;
	padding:0;
	list-style-type:none;
}
.submenu-item a {
	text-decoration:none;
	font-weight:bold;
}
.submenu-item a:link, .submenu-item a:visited{
	color:#000;
}
.submenu-item a:hover, .submenu-item a:active{
	color:#FFF;
}
.submenu-item-selected{
	color:#92DEFB;
	font-weight:bold;
}


/*
------------------------------------------------------
Content Area
------------------------------------------------------
*/
.body-shell{
	position:inherit;
/*	margin:216px 0 -1px 150px;*/
	margin:-105px 0 0 150px;
	padding:10px;
	width:505px;
	height:auto;
	min-height:300px;
	border:2px solid #FFF;
	border-top:none;
	border-bottom:none;
	background-color:#EFF8FC;	
}
.body-title{
	height:20px;
	border-bottom:1px solid #C4C4C4;
}
.body-title .title{
	float:left;
	vertical-align:bottom;
	margin-right:1px;
}
#title-type1{
	margin-top:2px;
}
#title-type2{
	margin-top:-3px;
}
.lang-selector{
	float:right;
	margin-top:4px;
	height:11px;
	text-transform:uppercase;
	text-align:right;
}
.lang-selector img{
	margin-bottom:-1px;
}
.lang-selector a{
	color:#777;
}
.lang-selector a:hover{
	color:#EB4D02;
}
.body-content{
	margin-top:20px;
}
.intro-text{
	color:#213B86;
	font-weight:bold;
}
.pic-left{
	float:left;
	position:inherit;
	margin:0 8px 8px 0;
	border:1px solid #C4C4C4;
	padding:2px;
}
.pic-right{
	float:right;
	margin:0 0 8px 8px;
	border:1px solid #C4C4C4;
	padding:2px;
}
.bottom-image{
	margin:50px -10px -10px -10px;
}
.section-spacer{
	margin-bottom:10px;
}
/*
------------------------------------------------------
Gallery
------------------------------------------------------
*/
#flashcontent {	
	width: 525px;
	height: 700px;		
}

/*
------------------------------------------------------
Footer
------------------------------------------------------
*/
.footer-shell{
	width:100%;
	height:60px;
	background-image:url(../imgs/bkgd_tile2.gif);
	background-repeat:repeat;
	margin-top:0px;
	padding-top:5px;
	border-top:2px solid #FFF;
	border-bottom:4px solid #FFF;
}
.footer{
	margin:0 auto 0 auto;
	text-align:center;
	width:825px;
	height:auto;
	color:#026690;
}
.footernotes{
	color:#BAB1AB;
}


