* {
	margin: 0px;
	font-family: Arial, sans-serif;
	color: #5357A1;
	}
body {
  background-color: #ccc; /* D1D2D6; */
	}
h1 {
  float:left;
	color: #5357A1;
	}
h2 {
  margin-top:0px; /* equalizes top header margin across browsers */
	color: #5357A1;
	margin-bottom: 10px;
padding-top: 10px;
  }
h3 {
	margin-top: 15px;
	margin-bottom: 5px;
	} 	
ul, ol {
  margin-left: 30px;
	}	
p {
  margin-top: 10px;
	margin-bottom: 10px;
	}
#container p {
	margin-right: 80px;
  }
input {
	display: block;
  }	
strong {
  color: #E0B965;
  }
a {
  color: #00c;
	font-weight: bold;
  }
#head {
	background-color: #fff;
	width: 100%;
	}
/* NOTE: if you want background colors for columns that strech down the whole page,
do them as background images.  See http://www.alistapart.com/articles/negativemargins/
for more on that. */
#big-container {
  width: 760px;
	background-color: #fff;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;	
	}
#container { /* sets margin-right so floated sidebar can pop up */ 
	background-color: #E9E8F4; /*CCCCD8;*/
	width: 100%;
	margin-left: -195px;
	float:right;
	}
#content { /* sets margin for content inside container, so sidebar won't overlap */ 
  background: #fff;
  margin-left: 190px;
padding-left: 10px; /* padding for left margin on content */
  }
#sidebar { /* sets up the right sidebar */
	background-color: #5149A8; /* 3B329E; */
	float: left;
	width: 190px;
	}
#sidebar ul  {
  margin-left: 0;
	padding-left: 0;
  list-style-type: none;
  }
#sidebar a  {
	font-weight: bold;
  display: block;
  width: 185px;
	text-decoration: none;
  border-bottom: 1px solid #eee;
  color: #fff;	
	padding-left: 5px;
  }
#sidebar a:link, #navlist a:visited  {
  text-decoration: none;
  }
#sidebar a:hover
  {
	background-color: #100588;
  }
#sidebar a.current  {
	background-color: #100588;
  text-decoration: none;
  }	
#footer {
	clear: both;
	border-top: 3px solid #5357A1;
	text-align: center;
	}
#footer strong {
	color: #5357A1;  
	}
.image-right {
  float:right;
	border: 1px solid #5357A1;
	margin-left: 10px;
	}