body {
	background-color: #EBE7C7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	}
	
/*sections*/

#container{
	width:90%;
	margin:1px auto;
	color:#333333;
	}

#top{
	/*background-color:#9999cc;*/
	background-color:#c9c1e1;
	color:#000099;
	height:110px;
	vertical-align:middle;
	padding-left:10px;
	padding-top:10px;
	}	

#leftnav{
	float:left;
	width:121px;
	margin-top:10px;
	padding:5px;
	background-color:#c9c1e1;
	background-image:url(images/coinsmenu.jpg);
	background-repeat: no-repeat; 
	color:#333399;
	height:565px;
	font-size:14px;
	line-height:24px;
	}

#content{
	margin-left:150px;
	padding: 10px;

	}
	
		#col1{
			float:left;
			margin-top:10px;
			width:45%;
			padding:10px;
			}
		
		#col2{
			margin-left:50%;
			margin-top:10px;
			width:45%;
			padding:10px;
			}
		
		#ctr{
			clear:both;
			padding:10px;
			margin:0px auto;
			text-align:center;
			position:relative;
			width:80%;
			top:-100px;
			}

#footer{
	clear:both;
	padding:10px;
	margin:0px auto;
	position:relative;
	top:100px;
	text-align:center;
	font-size:small;
	}
	
/*text, images*/

.center{
	text-align:center;
	margin:1px auto;
	}
	
H1{
	font-size: x-large;
	color:#333399;
	}
	
H2 {
	font-size:large;
	color:#333399;
	}
	
.tab{
	margin-left:20px;
	}	
	
h3{
	font-size:large;
	color:#666666;
	}
	
.em{
	font-weight:bold;
	font-size:larger;
	}
	
.ListNumber{
	Font-Size: XX-large;
	color:#9999cc;
	Font-Weight: Bold;
	float:left;
	margin-right:20px;
	line-height:65px;
	}
	
.imager{
	float:right;
	margin:10px;
	clear:right;
	}
	
.imagel{
	float:left;
	margin:10px;
	}

/*links*/

a:link {
	color: #663399;
	text-decoration: none;
	font-weight:bold;
	}
	
a:visited {
	color: #663399;
	text-decoration: none;
	font-weight:bold;
	}
	
a:hover {
	color: #9999FF;
	text-decoration: none;
	font-weight:bold;
	}
	
a:focus {
	color: #9999FF;
	text-decoration: none;
	font-weight:bold;
	}
	
a:active {
	color: #9999FF;
	text-decoration: none;
	font-weight:bold;
	}
	
	
a.nav:link{
	color: #000099;
	text-decoration: none;
	font-weight:bold;
	}

a.nav:visited{
	color: #000099;
	text-decoration: none;
	font-weight:bold;
	}
	
a.nav:hover{
	color: #000099;
	background:#ccccff;
	text-decoration: none;
	font-weight:bold;
	}

a.nav:focus{
	color: #000099;
	background:#ccccff;
	text-decoration: none;
	font-weight:bold;
	}
	
a.nav:active{
	color: #000099;
	background:#ccccff;
	text-decoration: none;
	font-weight:bold;
	}
