html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.6em;
	color: #7f7f7f;
	margin: 0 auto;
	text-align: center;
	height: 100%;
	background: url(sysimages/bodyLoop.png) center repeat-y #e9e9e9;
}

div#body {
	width: 945px;
	margin: 0 auto;
	text-align: left;
	height: 100%;
}

p {
	padding-bottom: 11px;
	line-height: 11px;
}

p.MsoNormal {
	font-family: Verdana, Arial, sans-serif;
	padding-bottom: 11px;
	line-height: 11px;
}

	div#header {
		position: relative;
		left: 1px;
		height: 164px;
		width: 943px;
		background: url(sysimages/headerBg.png) no-repeat;
		overflow: hidden;
	}
	
		div#header div#logo {
			float: left;
			width: 277px;
			height: 153px;
			cursor: pointer;
		}
	
		div#header div#topMenu {
			float: left;
			position: relative;
			top: 105px;
			left: 24px;
			width: 640px;
		}
		
			div#header div#topMenu a {
				color: #fff;
				text-decoration: none;
				font-family: Tahoma, Verdana, Arial, sans-serif;
				font-size: 1.6em;
				position: relative;
				top: -4px;
			}
			
			div#header div#topMenu a.selected {
				color: #99ccff;
			}
			
			div#header div#topMenu a:hover {
				text-decoration: underline;
			}
			
		div#header div#topIcons {
			float: left;
			position: relative;
			left: 400px;
			margin-top: 5px;
		}
		
			div#header div#topIcons div.iconPadding {
				position: relative;
				display: inline;
				padding-left: 20px;
			}
			
			div#header div#topIcons div.langPadding {
				position: relative;
				display: inline;
				padding-left: 60px;
			}
	
	div#main div#left {
		float: left;
		position: relative;
		left: 28px;
		top: 24px;
		width: 220px;
		margin-right: 41px;
		color: #666666;
	}
	
		div#sideNewsItem div#title {
			color: #0175c0;
			font-weight: bold;
			font-family: Tahoma, Verdana, Arial, sans-serif;
			font-size: 1.6em;
			margin-bottom: 16px;
		}
		
		div#sideNewsItem img {
			float: right;
		}
		
			div#image image.img {
				float: right;
				display: block;
			}
		
		div#sideNewsItem div#content {
			width: 220px;
		}
		
			div#sideNewsItem a {
				color: #000000;
				font-weight: bold;
				text-decoration: none;
			}
			
			div#sideNewsItem a:hover {
				text-decoration: underline;
			}
	
	div#main div#right {
		float: left;
		position: relative;
		top: 24px;
		left: 41px;
		width: 612px;
	}
	
		div#newsItem div#content {
			width: 614px;
		}
		
		div#newsItem span#content a {
			color: #000000;
			font-weight: bold;
			text-decoration: none;
		}
		
		div#newsItem span#content a:hover {
			text-decoration: underline;
		}
		
		div#newsItem div#title {
			font-family: "Myriad Pro", arial, sans-serif;
			font-size: 2.4em;
			color: #10266f;
			padding-bottom: 10px;
			cursor: pointer;
		}
		
		div#newsItem div#titlenc {
			font-family: "Myriad Pro", arial, sans-serif;
			font-size: 2.4em;
			color: #10266f;
			padding-bottom: 10px;
		}
		
		div#more {
			position: relative;
			bottom: -8px;
			float: right;
			display: inline;
			cursor: pointer;
			color: #585858;
			font-weight: bold;
			padding-bottom: 5px;
		}
		
		div#newsBoxes {
			position: relative;
			float: left;
			width: 190px;
		}
		
			div#newsBoxes span#title {
				font-weight: bold;
				color: #10266f;
				cursor: pointer;
			}
		
		.miniMore {
			position: relative;
			float: left;
			top: 5px;
			padding-bottom: 5px;
			cursor: pointer;
			color: #585858;
			font-weight: bold;			
		}
		
		.searchMiniMore {
			cursor: pointer;
			color: #585858;
			font-weight: bold;
			text-decoration: none;
		}
		
	div#miniNews div#title {
		font-family: "Myriad Pro", arial, sans-serif;
		font-size: 2.4em;
		color: #10266f;
		padding-bottom: 10px;
		cursor: pointer;
	}
	
div#clear {
	clear: both;
}

div#padding {
	padding-top: 20px;
}

a.textSize {
	font-size: 12px;
	font-family: "Tahoma", Arial, sans-serif;
	color: #fefefe;
	text-decoration: none;
	cursor: pointer;
}

a.textSizeS {
	font-size: 12px;
	font-family: "Tahoma", Arial, sans-serif;
	color: #99ccff;
	text-decoration: none;
	cursor: pointer;
}

a.textSize:hover {
	text-decoration: underline;
}

a.textSizeS:hover {
	text-decoration: underline;
}

#simpleTitle {
	background: url(sysimages/subHeadBg.png);
	width: 612px;
	height: 20px;
}

	#simpleTitle span {
		position: relative;
		font-size: 9px;
		color: #fff;
		font-weight: bold;
		left: 38px;
		top: 5px;
	}
	
#simpleSideTitle {
	background: url(sysimages/sideHeadBg.png);
	width: 227px;
	height: 20px;
	margin-bottom: 10px;
}

	#simpleSideTitle span {
		position: relative;
		font-size: 9px;
		color: #fff;
		font-weight: bold;
		left: 38px;
		top: 5px;
	}

#sideYear {
	padding-bottom: 6px;
}

#monthList ul {
	list-style: disc inside;
	padding-left: 15px;
}

	#monthList ul li {
		font-weight: bold;
		margin-bottom: 9px;
	}
	
		#monthList ul li a {
			color: #7b7c7d;
			text-decoration: none;
		}
		
		#monthList ul li a:hover {
			text-decoration: underline;
		}
		
#searchBox {
	background: #ececec;
	height: 37px;
	border-top: 1px solid #fff;
}

	#searchBox span {
		position: relative;
		top: 6px;
		left: 19px;
	}
	
#searchResults {
	padding-left: 16px;
}

.langLink {
	color: #fff;
	text-decoration: none;
}

.langLink:hover {
	text-decoration: underline;
}

#video {
	padding-top: 15px;
}

	#video span {
		position: relative;
		top: -12px;
		font-weight: bold;
		color: #000;
	}
	
	#video a {
		text-decoration: none;
	}
	
	#video span:hover {
		text-decoration: underline;
	}