* {
	margin: 0;
	padding: 0;
}
ul {
	margin-top: 5px;
	padding-left: 15px;
	}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}
.gray {
	color: #777;	
}

body {
	font-family: 'Lucida grande', Arial, Helvetica;
	font-size: 12px;
	color: #235B9D;
	margin-top: 8px;
	/*background-color: #E0E7F5;*/
	background-color: #D2D9E5;
}

a {
	color: #235B9D;
	text-decoration: none;
}

.mt10 {
	margin-top: 10px;
}

a:hover {
	text-decoration: underline;
}

ul.triangle {
	list-style-image: url('/static/images/icons/triangle-rouge.png');
	margin-left: 1em;
}

li {
/*
		margin-left: 10px;
	padding-left: 5px;*/
	margin-bottom: 6px;
	
}

p.spacer {
	clear: both;
}

/*p:first-letter {
	font-weight: bold;
	font-style: italic;
	font-size: 15px;	
}*/
#center {
	text-align: center;
}

#page {
	width: 964px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

#page div.top {
	background-image: url('/static/images/skel/page_top.png');
	width: 964px;
	height: 6px;
	background-repeat: no-repeat;
}

#page div.middle {
	background-image: url('/static/images/skel/page_middle.png');
	background-repeat: y-repeat;
	width: 964px;
}

#page div.bottom {
	background-image: url('/static/images/skel/page_bottom.png');
	width: 964px;
	height: 20px;
	background-repeat: no-repeat;
}

#container {
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	width: 954px;
}

#header {
	background-image: url('/static/images/skel/header.png');
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	height: 65px;
	width: 949px;
	z-index: 2;
}

#pageBanner {
	position: relative;
	height: 65px;
	margin-top: 6px;
}

#pageBanner div.banner {
	background-image: url('/static/images/banners/banner1.png');
	width: 604px;
	height: 59px;
	position: absolute;
	left: 5px;
}

#pageBanner div.title {
	background-image: url('/static/images/titles/page_title.png');
	position: absolute;
	left: 615px;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	/*width: 329px;*/
	width: 304px;
	padding-left: 25px;
	/*height: 59px;*/
	height: 44px;
	padding-top: 15px;
}

#whereami {
	height: 20px;
	margin-left: 20px;
}

#whereami p {
	color: #C0C0C0;
	font-weight: bold;
	font-size: 0.85em;
}

#whereami a {
	
}

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

#content {
	margin-left: 5px;
	z-index: 1;
}

#footer {
	width: 880px;
	background-image: url('/static/images/skel/footer.png');
	background-repeat: no-repeat;
	height: 33px;
	position: relative;
	zoom: 1;
	padding-top: 16px;
	padding-left: 50px;
	margin-top: 10px;
	z-index: 0;
	text-align: left;
	font-size: 11px;
	position: relative;
	left: 10px;
}

#footer div.rightContent {
	position: absolute;
	right: 0px;
	top: 17px;
	font-size: 10px;
	font-family: 'Trebuchet MS';
	font-style: italic;
	font-weight: bold;
	text-align: right;
	width: 350px;
}

.xsmall {
	font-size: x-small;
}

img.bordered {
	border: 1px solid #C0C0C0;
	background-color: #fff;
	padding: 2px;
}

a.seeMore, a.seeLess {
	background-repeat: no-repeat;
	background-image: url('/static/images/icons/seemore.png');
	background-position: right;
	padding-top: 3px;
	padding-right: 18px;
	right: 8px;
	z-index: 3;
	font-size: 11px;
	font-style: italic;
	text-align: right;
	display: block;
	height: 14px;
	position: absolute;
	bottom: 20px;
	margin-right: 8px;
	margin-top: 4px;
}

a.gotoNext {
	background-repeat: no-repeat;
	background-image: url('/static/images/icons/gotoNext.png');
	background-position: right;
	padding-top: 2px;
	padding-right: 26px;
	right: 8px;
	z-index: 3;
	font-size: 13px;
	/*font-style: italic;*/
	text-align: right;
	font-weight: bold;
	display: block;
	height: 14px;
	position: absolute;
	bottom: 20px;
	margin-right: 4px;
	
	margin-bottom: 1px;
}
a.gotoNext:hover {
	text-decoration: none;
	border-bottom: 1px solid;
	margin-bottom: 0;
}
a.seeLess {
	background-image: url('/static/images/icons/seeless.png');
}

a.rssLink {
	background-image: url('/static/images/skel/rss.png');
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	padding-right: 15px;
	height: 15px;
}
.big {
	font-size: 20px;
	font-family: 'Gill sans', 'Trebuchet MS', Arial, Helvetica;
}
.medium {
	font-size: 15px;
	font-family: 'Gill sans', 'Trebuchet MS', Arial, Helvetica;
	margin-bottom: 10px;
}
.light {
	font-weight: 100;
}
p.legend {
	margin-top: 6px;
	font-weight: bold;
}

.disabled {
	color: #777;
}
p {
	/*font-size: 12px;
	font-family: 'Gill sans';*/
}
p.hSpacer {
	height: 8px;
	font-size: 1px;
}
img.illustration {
	float: left;
	margin: 5px;
	margin-right: 15px;
}
.red {
color: #A20900;
}

#menu {

}
#menu ul {
left: 240px;
list-style-type: none;
position: absolute;
top: 20px;
z-index: 5;
}
#menu li {
background-image: url('/static/images/skel/menu.png');
display: inline;
font-size: 13px;
font-weight: bold;
height: 23px;
padding-top: 2px;
position: absolute;
text-align: center;
width: 140px;
cursor: pointer;
}

#menu li.menuSelected {
background-image: url('/static/images/skel/menu-selected.png');
cursor: normal;
}
#menu li.menuUnselected {
background-image: url('/static/images/skel/menu.png');	
}

#submenus ul {
	list-style-image: url('/static/images/icons/triangle-rouge.png');
	margin-left: 20px;
}
#submenus li {
	font-weight: bold;
	font-family: 'Trebuchet MS', Arial, Helvetica;
	margin-bottom: 15px;
}
#submenus a {
	display: block;
}
#submenus div.submenu {
z-index: 4;
position: absolute;
background-repeat: no-repeat;
background-image: url('/static/images/skel/submenu.png');
display: none;
margin-left: 6px;
margin-top: 33px;
/*
	width: 227px;
height: 142px;
*/
width: 217px;
height: 122px;
padding-top: 20px;
padding-left: 10px;
}

.floatLeft {
	float: left;
}
.mr10 {
	margin-right: 10px;
}