* {
  list-style: none;
  margin: 0; 
  padding: 0;
  } 

img {border:0px}

body {
  min-width: 630px;      /* 2x (LC fullwidth +
                            CC padding) + RC fullwidth */
  font-family: Georgia, Times New Roman;		
  font-weight: normal;		
  color: #000;				   
}
	
body a, a:link, a:visited, a:active {
	color: #999;
	text-decoration:none;
	font-weight:normal;
}

body a:hover {
	color: #000;
}

body p {
	margin-bottom:20px;
}

#container {
  padding-left: 200px;   /* LC fullwidth */
  padding-right: 190px;  /* RC fullwidth + CC padding */
}
#container .column {
  position: relative;
  float: left;
}

#header {
  background: #CC0000;
  height:72px;
  font-size: 200%;
  color: white;
margin-top:-16px;
}

#header	a 			{ color: #FFFFCC; text-decoration: none; }
#header	a:link		{ color: #FFFFCC; text-decoration: none; }
#header a:visited	{ color: #FFFFCC; text-decoration: none; }
#header	a:active	{ color: #FFFFCC; text-decoration: none; }
#header	a:hover		{ color: #FFFFCC; text-decoration: none; }

#header h1 {
   color:#FFFFCC;
	margin-top: 16px;
	text-align:center;
	font-size:200%;
	font-style:italic;
}

#navcontainer {
width:100%;
}

#navlist
{
margin: 0;
padding: 0 0 20px 0;
border-bottom: 1px solid #000;
background:#D9D9D9;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 18px;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
}

#navlist a:hover { color: #000; }

#center {
  padding: 10px 20px;    /* CC padding */
  width: 100%;
  color: black;
  font-size: 90%;
  text-align: justify;
  background:#F7F7F5;
}

#center	a 			{ color: black; text-decoration: none; font-weight:bold; }
#center	a:link		{ color: black; text-decoration: none; }
#center	a:visited	{ color: black; text-decoration: none; }
#center	a:active	{ color: black; text-decoration: none; }
#center	a:hover		{ color: black; text-decoration: underline; }


#center p {
	line-height: 20px;
	
}

#center h3 {
	font-size: 120%;
        padding:2px;
	margin: 15px 0px 15px 0px;
}

#center blockquote {
color: #000;
font-size:80%;
line-height:15px;
padding: 15px;
}

#left {
  width: 180px;          /* LC width */
  padding: 0 10px;       /* LC padding */
  right: 240px;          /* LC fullwidth + CC padding */
  margin-left: -100%;
  margin-top: 20px;
  font-size:70%;
}
#right {
  width: 130px;          /* RC width */
  padding: 0 10px;       /* RC padding */
  margin-right: -190px;  /* RC fullwidth + CC padding */
  margin-top: 20px;
  font-size:70%;
}

.infopost {
   border-top: 1px solid #999;  
   font-size: 75%;
   margin: 30px 0px 30px 0px;
}

#footer {
  clear: both;
  margin-top:20px;
  font-size:60%;
  text-align:center;
  border-top: 1px solid #999;
}
#footer p {
	margin-bottom:2px;
}

.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 60px;
	}

/*** IE Fix ***/
* html #left {
  left: 150px;           /* RC fullwidth */
}