
#header {
	margin:0px;
	padding:0px 0px 0px 0px;
	background:url('images/header_background.jpg') no-repeat;
		
	font-weight:bold;
	font-size:10pt;
	float:left;
	height:193px; 
	width:837px;
	box-sizing: border-box;
	-moz-box-sizing: border-box
}
	
	
/* whole thing */	
body	{
	padding: 0px;
	margin: 0px;
	font-family: trebuchet ms,Arial,Helvetica,Sansserif;
	color: #333333;
	font-size:10pt;
	background: #7A8EBB;
}

a  {
	color:#fff; 
}

a:hover { color:#FFFFaa; }

td	{
	
	font-size:10pt;
}

td.footertd	{
	padding-top: 15px;
	text-align: center;
	
	font-weight: normal;
	font-size: 8pt;
	float:center;
}

form 	{
	margin: 0px;
	padding: 0px;
}

input {
	color: #FFFFFF;
	background: #3C3C3C;
	font-size: 8pt;
	border:1px solid #797979;
	height:20px;
}

select {
	color: #FFFFFF;
	background: #3C3C3C;
	font-size: 8pt;
	border:1px solid #797979;
	height:20px;
}


#container {
	width:960px;
	background-image: url("images/carre.jpg");
	background-repeat: no-repeat;
	background-position: top right;
	text-align:left;
	margin:0px;
	padding:0px;
	background: 7A8EBB;
}

#menu	{
	width: 264px;
	height: 514px;
	float: left;
	padding:50px 0px 0px 0px;
	background:url('images/menu_background.jpg') no-repeat;	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.smalltext {
	font-size:8pt;
	font-weight:normal;
}

.menuitem {
	margin-left: 144px;
	padding-left: 10px;
	padding-right:0px;
	padding-top:2px;
	border-left:1px solid #E6AB5A
	border-right:1px solid #E6AB5A;
	border-top:1px solid #E6AB5A;
	border-bottom:1px solid #d69B4A;
	font-size: 12pt;
	color: #333;
	height:21px;
	width:120px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background:#E6AB5A;
}

.menuitem a {
	color:#000;
	text-decoration:none;
}

.menuitem a:hover { 
	color:#fff; 
	font-size: 12pt;
	padding-left: 20px;
}

.menuspacer {
	margin-left: 124px;
	height:29px;
	background:#D67E00;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-top:1px solid #000;
	width: 160px;
	height:29px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}


/* main text area */

.mainContent {
	background:#999;
	font-family: trebuchet ms,Arial,Helvetica,Sansserif;
	
	/* huge and red on purpose, text should be between .basicText divs */
	color: #990000;
	font-size:30pt;
	
	float:left;
	padding-top:28px;
	padding-bottom:28px;
	padding-left:18px;
	padding-right:18px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width:520px;
	line-height: 18px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;

}

/* main title */
.contentTitle {
	
	padding: 0px;
	margin: 0px;
	font-family: trebuchet ms , trebuchet ms,Arial,Helvetica,Sansserif;
	color: #eee;
	font-size:28pt;
	padding-top: 12px;
	padding-bottom:36px;
	

}
/* section titles */
.contentH0 {
	
	padding: 0px;
	margin: 0px;
	font-family: Georgia,trebuchet ms,Arial,Helvetica,Sansserif;
	color: #ddd;
	font-size: 20pt;
	padding-top: 20px;
	padding-bottom:20px;

}
/* paragraph titles */
.contentH1 {
	
	padding: 10px;
	margin: 0px;
	font-family: trebuchet ms,Georgia,Arial,Helvetica,Sansserif;
	color: #eee;
	font-size:14pt;
	padding-top: 14px;
	padding-bottom:14px;

}

/* regular text block */
.baseText {

	padding:10px;
	font-family: trebuchet ms,Arial,Helvetica,Sansserif;
	color: #222;
	font-size:10pt;
	padding-top: 5px;
	padding-bottom:25px;
}

/* bullet content */
.bulletContent {

	padding: 30px;
	font-family: trebuchet ms,Arial,Helvetica,Sansserif;
	color: #333;
	font-size:10pt;
}


/* news date */
.newsDate {
  font-family: Georgia,Arial,Helvetica,Sansserif;
	color: #C8F079;
	font-size:11pt;
	padding-top:5px;
	padding-bottom:10px;
}


/* very small text */
.verySmall {
	font-size:7pt;
}

/* footer */
#footer {
	background:#7A8EBB url('images/footer.jpg') no-repeat;
	text-align: left;
	padding-top: 10px;
	padding-left: 265px;
	width:837px;
	height:143px;
	float:left;
	font-family: Arial,Helvetica,Monaco,SansSerif;
	font-weight: normal;
	font-size: 8pt;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* adjusted padding-top from 60px */

#footer a { text-decoration:none; }