@charset "UTF-8";

@import url("reset.css");

body {
	background-color: #F9F4E6;
	}

h1 {
	color: #ffffff;
	background-color: #579bc7;
	font-weight: normal;
	margin-bottom: 15px;
	padding-left:5px;
	width: 500px;
	}
	
h2 {
	color: #579bc7;
	font-weight: normal;
	}
	
p {
	width: 500px;
	}
	
table {
	width: 500px;
	}
	
strong {
	color: #579bc7;
	font-weight: normal;
	}
	
#global {
	margin-left: auto;
	margin-right: auto;
	width: 930px; /* mandatory to be centered */
	
}

#banner {
	margin-bottom: 50px;
	}

#nav {
	color: #579bc7;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 17px;
	margin-left: 23px;
	width: 107px;
	float: left;
	}

#content {
	color:#333333;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 23px;
	width: 780px;
	margin-left: 150px;
	}

a:link { 
	color: #579bc7;
	text-decoration: none;
	}
	
a:visited {
	color: #579bc7;
	text-decoration: none;
	}
	
a:hover {
	color: #ff9900;
	text-decoration: none;
	}
	
a:active {
	color: #579bc7;
	text-decoration: none;
	}
	
.selected { 
	color: #ff9900;
	}
	
li {
	list-style: disc;
	list-style-position:inside;
	list-style-type:
	}	

li.downloads {
	list-style:none;
	background-image: url(_img/pdf_icon.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 6px;
	}
	
.right {
	margin-left: 270px;
	}
	
.table_width {
	width: 250px;
	}
	
.underline {
	border-bottom: dashed #FF9900 1px;
	}
