
.class1 A:link {text-decoration: none; color:#3366ff;}
.class1 A:visited {text-decoration: none; color:#3366ff;}
.class1 A:active {text-decoration: none; color:#3366ff;}
.class1 A:hover {text-decoration: underline overline; color:3366ff; font-weight: bold;}
.center { text-align: center; }
.down { padding-top: 11px; }
.bold { font-weight: bold; }
li {
	list-style-image:   url(/rework/images/bullet.gif);
}

#header1
{
	font-size:40px;
	font-weight:bold;
	background-color: #CCCCCC;
	float:left;
	height: 40px;
	width: 200px;
	text-align:center;
	
	
}
#header2
{
	width:655px;
	float:left;
	height:40px;
	text-align:center;
	vertical-align: middle;
	background-color: #CCCCCC;
	margin-right: auto;
	
}

#navigation
{
	
	width:855px;
	clear:both;
	font-size:.7em;
	text-align:center;
	background-color: #CCCCCC;
	height: 2em;
	
}
#navigation ul 
{
	margin:0px;
	passing: 0px;
	list-style:none;
	width:855px;
	float:left;

}
#navigation ul li
{
	float:left;
}
ul a {
	display:block;
	padding: 0 2em;
	text-decoration:none;
}
ul a:hover
{
	text-decoration: overline underline;
}
body
{
	margin-left: auto;
	margin-right: auto;
	width: 855px;	
}
#column1 {
	width:200px;
	background-color: #CCCCCC;
	float:left;
}

#column2 {
	float:left;
	width:650px;
	background-color: #ffffff;
}	
#content {
	width:855px;
	background-color: #CCCCCC;
}
#footer {
	clear: both;
	width:855px;
	background-color: #CCCCCC;
	heigh:40px;
}