@charset "utf-8";
/* CSS Document */

body		{
	background:#d0811a;
	color:#000000;
	font-family:Calibri, Hevetica, Arial, sans-serif;
	font-size:medium;
	font-weight:200;
	margin:0 0 0 0;
}

.navigation {
  text-decoration: none;
	border: none;
}	

/*				PRINT			*/
.left		{
	width: 19px;
	background:url(images/shadow_left.jpg) repeat-y;
}

.right		{
	width: 19px;
	background:url(images/shadow_right.jpg) repeat-y;
}

.centre		{
	background-color:#FFFFFF;
}

.centre_bottom	{
	background:url(images/centre.jpg) repeat-x;
}

a	{
	text-decoration:none;
	font-weight:bold;
	color:#2f7ee5;
}

a:hover	{
	color:#000000;
}

.content	{
	padding-left:35px;
	padding-right:35px;
	text-align:justify;
}

.titleKey {
	color: #d0811a;
}

.footer		{
	padding-top:5px;
	background:url(images/footer_bg.jpg) no-repeat center;
}

.footer p	{
	margin:0;
	font-size:small;
	text-align:center;
}

.footerLinks {
	font-size: medium;
}

.link	a	{
	text-decoration:none;
	padding-left:10px;
	padding-right:25px;	
	font-family: "Tw Cent MS", Arial, sans-serif;
	font-size:medium;
	color:#000000;
	border-left:#000000 solid 7px;
	position:relative;
	left:50px;
}

.link	a:hover	{
	color:#7e4e10;
	border-left:#7e4e10 solid 7px;
}

h2		{
	width:100%;
	border-bottom: solid 1px #d0811a;`
}

.main		{
	width: 95%;
	min-width: 1024px;
	max-width: 1440px
}

.header		{
	background:url(images/header.jpg) center no-repeat #FFFFFF;
}

.centre		{
	background:url(images/shadow.jpg) repeat-x #FFFFFF;
}

.highlight {
    font-size: large;
    color: #d0811a;
}

.profile		{
	font-size:small;
	border:1px solid #999999;
	padding:5px;
	margin-bottom:5px;
	min-height: 225px;
}

.profile img	{
	float: left;
	margin: 5px 5px 5px 5px;
}

#outer {
  width: 100%;
	background-color: #949599;
}

#inner {
  margin: 0 auto;
	background-color: #ffffff;
	width: 944px;
}

#innerb {
  margin: 0 auto;
	width: 819px;
}

#sidebar {
  width: 259px;
	height: 1085px;
	background-image: url('/images/sidebar_bg.jpg');
	padding: 15px 15px 0 15px;
}

#maincontent {
  width: 655px;
	float: right;
	overflow-x: none;
	overflow-y: scroll;
	height: 1100px;
}	

#headers {
  height: 379px;
}

#footers {
  align: center;
}

.footernavigation {
  border: none;
}	