
* {
	margin: 0;
	padding: 0;
}

body {

  	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF;
/* 	border: 1px solid #D5D5D5; */
	border-top: none;
	
	
	
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

a {
	text-decoration: none;
	color: #aa0000;
}

a:hover {
	/* border: none; */
	border-bottom: 1px dotted white;
}




#header {

/* 	background: url(images/logo.png) no-repeat; */
	height:160px;
}
#header img {float:left;}

#twitterbox {
	height: 70px;
	padding:0;
	margin:64px 16px 0 0;
	float:right;
	border:0;
}
#twitterbox a img {border:0;}

#container {
  padding-left: 170px;   /* LC width */
  padding-right: 270px;  /* RC width */
  
  min-height:652px;
  
}
#container .column {
  position: relative;
  float: left;
 
  
  
}
#center {
  width: 100%;
  
  min-height:inherit;
  
  
  
}

#content {
	padding: 20px;
	border: #940000 3px solid;
	 margin-left: 10px;
  margin-right: 10px;
}

#content h1 {
	margin-top: 20px;
	margin-bottom: 20px;
}

#content h2 {
	margin-top: 10px;
}

#content ul {
	margin-left: 20px;

}

#content p {
	margin-bottom: 10px;
}



#left {
  width: 170px;          /* LC width */
  right: 170px;          /* LC width */
  margin-left: -100%;
  
  background:url(images/nav.bg.png) no-repeat;
  
  min-height:inherit;
  padding: 20px;
}


#navigation {
	color:white;
/* 	font-variant: small-caps; */
	font-weight: bold;
	letter-spacing: 0.0em;
	text-transform: uppercase;
	line-height: 2em;
	
}

#navigation dt a {
	color: #ffc707;
	font-size: 1.3em;
	line-height: 2.5em;
}

#navigation dd a {
	color: white;
	font-size: 1.2em;
	text-indent: 10px;
	margin-left: 10px;
}







#right {
  width: 270px;          /* RC width */
  margin-right: -270px;  /* RC width */
  
  min-height:inherit;
  
 
}

#newsbox {
 background:url(images/news.png) no-repeat;
height: 300px;
padding: 20px;
padding-top: 50px;
margin: 0;



}

#newsbox h2 {
	font-size: 1.1em;
	margin-top: 5px;
}

#newsbox ul {
font-size: 0.9em;
margin-left: 15px;

}


#greybox {
 background:url(images/grey_box.png) no-repeat;
height: 300px;
padding: 20px;
margin: 0;
}

#greybox h2 {
	font-size: 1.1em;
	margin-top: 5px;
}


#greybox ul {
font-size: 0.9em;
margin-left: 15px;
}


#footer {
margin: 0 auto;
text-align: center;
  clear: both;
  height: 162px;
  background: url(images/footer.png) no-repeat center;

/* padding-top: 150px; */
  
}


#footertext {
vertical-align: bottom;
color: white;

padding-top: 140px;

}

#footertext a{
color: #ffffff;
}


/*** IE6 Fix ***/
* html #left {
  left: 150px;           /* RC width */
}