* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	color: #AA2808;
}

h2 {
	padding-top: 20px;
	text-align: center;
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 1.6em;
	text-align: justify;
}

li {
	margin-bottom: 15px;
}

img {
	border: 0;
}

a {
	text-decoration: underline;
	color: #323B51;
}

a:hover {
	text-decoration: none;
	color: #AA2808;
}

#wrapper {
}

#header {
	width: 780px;
	height: 25px;
	margin: 0 auto;
	background: url(images/img05.gif) no-repeat left bottom;
}

#logo {
	float: left;
	width: 280px;
	height: 70px;
	/* padding: 20px 0 0 15px; */
}

#logo h1 {
	margin: 0;
	padding: 0;
	font: normal 36px "Graphite Light CE ATT", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#logo h2 {
	margin: -5px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #D4C792;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu {
	margin: 0;
	padding: 0 0 0 0;
	width: 300px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	padding: 10px 5px 5px 5px;
}

#page {
	width: 780px;
	margin: 0 auto;
	background: #FFFFFF url(images/img04.gif) repeat-y;
}

#content {
	position: relative;
	float: left;
	width: 458px;
	padding: 0 0 0 35px;
}

#content h1, #content h2, #content h3 {
	margin-bottom: 20px;
}

#content h1 {
	font-size: 136%;
}

#content h2 {
	font-size: 107%;
}

#content h3 {
	font: 92%;
}

#content ul, #content ol {
	padding-left: 10px;
	list-style-position: outside;
}

#content img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content .boxed {
	float: left;
	width: 46%;
	padding-right: 2%;
}

#content .boxed h2 {
	padding: 5px 0;
	background: url(images/img5.jpg) repeat-x left bottom;
}

#sidebar {
	float: right;
	width: 208px;
	padding: 0 35px 0 0;
	text-align: center;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
	padding: 20px 0;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 7px 20px;
	border: none;
}

#sidebar h2 {
	padding: 5px 20px;
	background: url(images/img6.jpg);
	border-bottom: 1px dotted #FFFFFF;
	font-size: 100%;
	color: #D4C792;
}

#sidebar h3 {
	font-size: 77%;
	color: #D4C792;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar img {
	margin-bottom: 5px;
}

#news a {
	font-size: 85%;
}

#reportslinkleft {
	float: left;
}

#reportslinkright {
	float: right;
}

.homelinkleft {
	float: left;
}

.homelinkright {
	float: right;
}

#footer {
	width: 780px;
	height: 10px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: url(images/img06.gif) no-repeat;
	color: #323B51;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #323B51;
}

#footer a:hover {
	text-decoration: none;
}

.ifa {
	float: right;
	margin: 4px;
	margin-top: 42px;
}

.cifa {
	float: right; 
    margin: 4px; 
	margin-top: -18px;
}

.cifathumbnail {
	width: 100px;
	height: 100px;
}

.projecttitle  {
	font-weight: bold;
}

.short {
	display: block;
}

.long  {
	display: none;
}

.expandlink {
    text-decoration: underline;
    color: #323B51;
}

.expandlink:hover {
	text-decoration: none;
	color: #AA2808;
    cursor: pointer; cursor: hand;
}