@charset "utf-8";
/* CSS Document */

body {
	background:#ffffff;
	background-color: #000000;
	font-family:Verdana, Geneva, sans-serif;
	size: .85em;
	
}

h1 {
	font-family:Tahoma, Geneva, sans-serif;
	size: 1.5em;
	margin-left:auto;
	margin-right:auto;
	
}

#content  {
	background:#ffffff;
	background-color:#cccccc;
	height:600px;
	margin-top:20px;
	margin-bottom:40px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: .90em;
	width: 720px;
	margin-left:auto;
	margin-right:auto;
	
	
}

.leftcol  {
	
	background-color:#000000;
	width:320px;
	float:left;
	background:#cccccc;
	border-top:#000 2px solid;
	border-right:#000 2px solid;
	border-bottom:#000 2px solid;
	border-left:#000 2px solid;
	
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	padding-left:5px;
	padding-right:5px
	
}

.rightcol  {
	
	background-color:#000000;
	width:320px;
	float:right;
	background:#cccccc;
	border-top:#000 2px solid;
	border-right:#000 2px solid;
	border-bottom:#000 2px solid;
	border-left:#000 2px solid;
	
    margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	
	padding-left:10px;
	padding-right:5px
	
}

.sidetitle  {
	font-family;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:10px bold;
	font-color:#339;
	text-align:center;
	color: #339;
	border-bottom:2px solid #000000;
	margin-bottom:10px;
	}
	
a {
 	text-decoration:none;
	
    color: #4242a0;
}

a:hover {
 	text-decoration:none;
	
    color:  #6e6e71;
}



#hdr  {
	width: 720px;
	height: 105px;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;	
}

  #copyright {
 width:700px;
color: #ffffff;
font-size:.85em;
text-align:left;
margin-top: 8px;
margin-left: auto;
margin-right: auto;
border-color: #cccccc;
padding-top: 10px;
padding-bottom: 20px;

 }