body {
		font-family: Arial, Helvetica, sans-serif;
		margin: 0px auto;
		width: 800px;
		text-align: center;}

#container {
		width: 800px;
		text-align : left;}

#top {
		background: URL(images/testimage_small.gif);
		background-repeat: repeat;
		height: 120px;
		width: 800px;
		top: 5px;}

#nav {
	background: rgb(17,21,167);
	width: 120px;
	float: left;
	margin: 0;
	padding: 10px;
	height: 100%}

#main {
		background: URL(images/testimage_small.gif);
		background-repeat: repeat;
		margin-left: 145px;
		border-style: solid; thin;
		border-color: #3333CC;}
		
#footer {
		clear: both;
		height: 20px;
		width: 801px;
		background: rgb(17,21,167);
		text-align: right;}

a.plain { 
		text-decoration: none; 
		color: white;}

a.plain:hover { 
		text-decoration: none;
        color: yellow; }
		
ul {
		list-style: none;
		margin-left: 3px;
		margin-top: -12px;
		padding-left: 0px;}
li {
		font-size: 9pt;}
						
#img
{
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;}
  	
#img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;}
  
#img a:hover img {border: 2px inset rgb(206,138,245);}

#desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;}

#footer_text {
	color: white;
	font-size: 10pt;
	padding: 5px;}
	
#info_header {margin-left: 10px; font-size: 200%;}

#info_text {padding: 10px;}

#info_text_indent {margin-left: 30px;}

#info_text_bold {padding: 10px; font-weight: bold;}

#small_line {line-height: 65%;}

#special_note_center {
	text-align: center;
	font-style: italic;}
		
		