html, body{
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}


a:link, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
}

a:hover, a:active{
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: underline;
}
#top{
	width: 900px;
	position: absolute;
	display: block;
	top: 5px;
}
img {border:0;}

#title{
	position: absolute;
	top: 30px;
}
#language {
	margin: 0px;
	padding: 0px;
}
#language li{
	list-style-position: outside;
	list-style-type: none;
	display: inline;
	margin-right: 10px;
}
#language a:link, #language a:visited{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#language a:hover, #language a:active{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

#content{
	width: 900px;
	height: 20px;
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
}






#left{
	width: 160px;
	position: relative;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	top: 0px;
}

#right{
	width: 710px;
	margin-bottom: 25px;
	position: relative;
	vertical-align: top;
	float: right;
	top: 0px;
}

#center{
	width: 460px;
	position: relative;
	vertical-align: top;
	float: left;
}

#sideBar{
	width: 220px;
	position: relative;
	vertical-align: top;
	float: right;
}




#bottom{
}

#nav {
	margin: 0px;
	padding: 0px;
}
#nav  li{
	list-style-position: outside;
	list-style-type: none;
}
#nav  a:link, #nav a:visited{
	font-size: 18px;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}

#nav  a:hover, #nav a:active{
	font-size: 18px;
	color: #006699;
	font-weight: bold;
	text-decoration: underline;
}

.appsIconseng:link, .appsIconseng:visited, .appsIconsjap:link, .appsIconsjap:visited{
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
.appsIconseng:hover, .appsIconseng:active, .appsIconsjap:hover, .appsIconsjap:active{
	font-size: 12px;
	font-weight: bold;
	color: #7a0f0f;
	text-decoration: none;
}

.appsIconschnSimp:link, .appsIconschnSimp:visited, .appsIconschnTrad:link, .appsIconschnTrad:visited{
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
.appsIconschnSimp:hover, .appsIconschnSimp:active, .appsIconschnTrad:hover, .appsIconschnTrad:active{
	font-size: 14px;
	font-weight: bold;
	color: #7a0f0f;
	text-decoration: none;
}



#appsStore{
	position: absolute;
	top: 40px;
	width: 117px;
	right: 0px;
}


/* Fonts */


.heading1{
	font-size: 25px;
	font-weight: bold;
	color: #7a0f0f;
}

.heading2{
	font-size: 20px;
	font-weight: bold;
	color: #7a0f0f;
}

.heading3{
	font-size: 17px;
	font-weight: bold;
	color: #7a0f0f;
}

.sideHeading{
	font-size: 16px;
	font-weight: bold;
}

#right strong{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#right, .copyright{
	font-size: 12px;
}

.sideCopy a:link, .sideCopy a:visited{
	font-size: 12px;
	color: 006699;
	text-decoration: none;
}
.sideCopy a:active, .sideCopy a:hover{
	font-size: 12px;
	color: 006699;
	text-decoration: underline;
}



.copy{
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.newsCopy{
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: justify;
}


ol{
	font-size: 15px;
	font-weight: bold;
	color: #7a0f0f;
	text-decoration: none;
	margin: 0px;
	padding-left: 30px;
}
ol li{
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.redStar{
	color: #CC0000;
}





p.videotitle {
	border-bottom: 2px dashed #a9be8d;
	padding: 0 0 10px 0;
	font-size:14px;
	color: #006699;
	font-weight: bold;
	line-height: 150%;
	
}




/*jqtools icon scrolling*/


.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 460px;
	height:240px;
	background: url(/images/arch.png) no-repeat 0 150px;
/*	border:1px solid #333;*/
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	left:0;
	clear:both;
}

/* single scrollable item */
.scrollable a {
	float:left;
	margin:0;
	background-color:#fff;
	padding:0;
	border-right:2px dashed #bcd2a6;
	cursor:pointer;
	width:154px;
	height:150px;
	overflow: hidden;
	font-size:12px;
}

.scrollable a img {
	margin: 0 0 10px 0;
}



/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}



/* position and dimensions of the navigator */
.navi {
	position: absolute;
	left:130px;
	top: 200px;
	width:200px;
	height:20px;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	margin:3px;
	background:url(/js/jqt-nav.png) 0 0 no-repeat;
	display:inline-block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}








/* this makes it possible to add next button beside scrollable */
.scrollable {
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(/js/jqt-nav.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	margin:0;
	cursor:pointer;
	position:absolute;
	top:200px;
}

/* right */
a.right 				{ background-position: 0 -60px; right:0;}
a.right:hover 		{ background-position:-30px -60px; }
a.right:active 	{ background-position:-60px -60px; } 


/* left */
a.left				{ background-position: 0 -30px; left: 0; } 
a.left:hover  		{ background-position:-30px -30px; }
a.left:active  	{ background-position:-60px -30px; }

/* up and down */
a.up, a.down		{ 
	background:url(/js/jqt-nav.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up		  		{ background-position:-30px -90px; }
a.up:hover  		{ background-position:-30px -90px; }
a.up:active  		{ background-position:-60px -90px; }

/* down */
a.down 				{ background-position: 0 -120px; }
a.down:hover  		{ background-position:-30px -120px; }
a.down:active  	{ background-position:-60px -120px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

#archived{
margin-top: 0px;
}