/* Main Structure */
body {
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

td {
	vertical-align: top;
}

td#leftCol {
	width: 130px;
}

a.fileDownload {
	text-decoration: none;
}

a.fileDownload img {
	bottom: -5px;
	position: relative;
}

td#rightCol {
	width: 180px;
	border-left: 1px solid black;
	background-color: #f5f5f5;
}

div.imageFill {
	width: 100%;
	background-color: #6699cc;
	padding-bottom: 12px;
}

div.greyBox {
	background-color: #cccccc;
	padding: 3px;
	height: 15px;
	border: 1px solid black;
	border-right: 0px none;
}

div.greyBox span#date {
	float: left;
	font-weight: bold;
}

div.greyBox span#languages {
	float: right;
}

div.sidePanel {
	padding: 5px;
	width: 100%;

	border-bottom: 1px solid black;
}

div#content ul#categoryList ul {
	margin-top: 0px;
}




div#iapac {
	position: relative;
	clear: both;
	float: right;
}





/* Styles */
h1 {
	font-size: 1.4em;
	color: #003366;
	font-weight: bold;
}

h2 {
	color: #003366;
	margin-top: 10px;
	font-size: 1.1em;
}

div#content {
	padding: 10px;
}

div#content ul {
	list-style-type: square;
}

div#content ul, div#content ol {
	margin-left: 40px;
	margin-top: 10px;
	line-height: 1.2em;
}

div#content p {
	margin-top: 6px;
}

div.sectionTitle {
	font-weight: bold;
	background-color: #cccccc;

	width: 100%;

	border-bottom: 1px solid black;
	padding-left: 2px;
	padding-top: 2px;
	height: 19px;
}

/* Navigation */
ul#nav {
	border: 1px solid black;
	width: 128px;
	border-bottom: 0px none;
	background-color: #6699cc;
}

ul#nav li {
	border-bottom: 1px solid black;
	list-style-type: none;
}

ul#nav li a {
	display: block;
	padding: 2px;

	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

ul#nav li a:hover, ul#nav li a.selected {
	background-color: #ffffff;
}

/* E-News Signup */
div#enewsSignup p {
	margin-bottom: 12px;
}

div#enewsSignup label {
	display: block;
}

div#enewsSignup .submit {
	margin-top: 15px;
}

table.fsList th {
	font-family: arial,"Trebuchet MS",helvetica,sans-serif;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
}