html, body {
	margin: 0px;
	padding: 0px;
	background-color: #eee;
	background-image: url('../_images/bg-body.png');
	background-position: top center;
	background-repeat: repeat-y;
	text-align: center;
}
#main {
	width: 900px;
	margin: 0px auto;
}
#main td {
	text-align: left;
	vertical-align: top;
}
td#logo {
	background-image: url('../_images/bg-logo.png');
	background-position: top left;
	background-repeat: repeat-x;
}
td.nav {
	background-image: url('../_images/bg-nav.png');
	background-position: top left;
	background-repeat: repeat-x;
}
td#latestNews {
	background-color: #000;
	color: #fff;
	height: 250px;
	overflow: hidden;
}
h1 {
	background-image: url('../_images/bg-h1.png');
	background-position: top left;
	background-repeat: repeat-x;
	font-family: tahoma, arial, sans-serif;
	font-size: 13px;
	line-height: 1em;
	color: #fff;
	height: 22px;
	padding: 8px 10px 0px 10px;
	margin: 10px 0px 0px 0px;
}
h1.blue {
	background-image: none;
	color: #2f4b55;
	border-bottom: 3px solid #2f4b55;
	height: 18px;
}
.content {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #555;
}
.content p {
	margin: 0em 0px 1em 0px;
	padding: 0em;
	text-indent: 2em;
	text-align: justify;
}
.content p.noIndent {
	text-indent: 0em;
}
.content p.indent {
	text-indent: 0em;
	margin-left: 2em;
}
.content h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #2f4b55;
	margin: 1em 1em 0.5em 0em;
	padding: 0em;
}
.content a:link {
	text-decoration: underline;
	color: #246881;
}
.content a:visited {
	text-decoration: none;
	color: #246881;
}
.content a:hover {
	text-decoration: none;
	color: #ce9d5a;
}
div.box {
	border: 1px solid #ccc;
	border-width: 0px 1px 1px 1px;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 0px 10px;
}
div.box.noBorder {
	border: none;
}
div.box.grey {
	background-color: #eee;
}
td#left {
	width: 625px;
}
td#right {
	width: 275px;
	padding-left: 10px;
}
td#right ul {
	margin: 0px;
	padding: 0px;
}
td#right li {
	margin: 0px;
	padding: 2px 0px 0px 0px;
	list-style-type: none;
	background-position: center left;
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 18px;
}
td#right .grey li {
	background-image: url('../_images/bullet-light.png');
	border-bottom: 1px solid white;
}
td#right .grey li.film {
	background-image: url('../_images/bullet-film-light.png');
}
td#right .grey li.document {
	background-image: url('../_images/bullet-document-light.png');
}
td#right .grey li.globe {
	background-image: url('../_images/bullet-globe-light.png');
}
td#right .white li {
	background-image: url('../_images/bullet-white.png');
	border-bottom: 1px solid #ddd;
}
td#right .white li.film {
	background-image: url('../_images/bullet-film-white.png');
}
td#right .white li.document {
	background-image: url('../_images/bullet-document-white.png');
}
td#right .white li.globe {
	background-image: url('../_images/bullet-globe-white.png');
}

td#right li a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	display: block;
	width: 220px;
	padding: 9px 10px 11px 40px;
}				
td#right li a:link {
	color: #222;
	text-decoration: none;
}
td#right li a:visited {
	color: #444;
	text-decoration: none;
}
td#right li a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #2f4b55;
	text-decoration: none;
	font-weight: bold;
}

td#right div.box {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

td#latestNews ul {
	margin: 0px;
	padding: 20px 10px 0px 0px;
}
td#latestNews li {
	margin: 0px;
	padding: 0px 10px 20px 40px;
	
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	line-height: 12px;
	color: #fff;
	
	list-style-type: none;
	
	background-image: url('../_images/bullet-dark.png');
	background-position: top left;
	background-repeat: no-repeat;
}
td#latestNews a:link {
	color: #fff;
	text-decoration: none;
}
td#latestNews a:visited {
	color: #bbb;
	text-decoration: none;
}
td#latestNews a:hover {
	color: #ce9d5a;
	text-decoration: underline;
}


.nav ul {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
.nav ul li {
	display: block;
	float: left;
	padding: 0px 10px 0px 0px;
	list-style-type: none;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 13px;
}
.nav a {
	display: block;
	padding: 8px 20px 8px 20px;
}				
.nav a:link {
	color: #222;
	text-decoration: none;
}
.nav a:visited {
	color: #444;
	text-decoration: none;
}
.nav a:hover {
	color: #2f4b55;
	text-decoration: none;
}

img.floatRight {
	float: right;
	margin: 0px 0px 20px 20px;
}

div.rightImg {
	margin: 15px 0px 5px 0px;
	text-align: center;
}
div.rightImg img {
	border: 1px solid #2f4b55;
}
.bottom {
	color: #aaa;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 20px 0px;
	
	border-top: 1px dotted #ddd;
}
.bottom a:link, .bottom a:visited {
	color: #aaa;
	text-decoration: none;
}
.bottom a:hover {
	color: #2f4b55;
	text-decoration: underline;
}
.blue {
	color: #2f4b55;
}