* { line-height: 14px; }
body { 
	background-image: url('../images/bg.png'); 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	text-align: center; 
}

table {
	border-collapse: collapse;
}

td { 
	font-family: verdana; 
	font-size: 10px; 
}

div#all { 
	margin: auto; 
	width: 866px; 
	text-align: left; 
}

div#content { 
	background: white; 
	float: left; 
	width: 700px; 
	padding: 0 0 40px 0; 
}

div#logo { 
	padding: 20px 0 20px 15px; 
	float: left; 
}

div#metanav	{ 
	padding: 20px; 
	width: 650px; 
	text-align: right; 
}

div#topnav { 
	clear:both; 
	background-image: url('../images/topnav/bg.png'); 
	width: 700px; 
	height: 38px; 
	padding: 0; 
}

div.topimg { 
	float: left; 
	padding: 1px 0; 
	height: 118px; 
}

div#subline { 
	clear: both; 
	height: 28px; 
	background: #e0e0e0; 
	width: 100%; 
}

div#maincontent { 
	padding: 40px 0 0 60px; 
	font-family: verdana; 
	font-size: 10px; 
	width: 100%; 
}

div#column { 
	width: 250px; 
	float: left; 
	margin: 10px 50px 0 0; 
	padding: 0; 
}

div#bigcolumn	{ 
	width: 320px; 
	float: left; 
	margin: 10px 50px 0 0; 
	padding: 0; 
}

div#smallcolumn	{ 
	width: 180px; 
	float: left; 
	margin: 10px 50px 0 0; 
	padding: 0; 
}

div#spacer { 
	width: 50px; 
	float: left; 
}

div#footer { 
	clear: both; 
	padding: 50px 20px 0px 20px;
}

div#dotted { 
	padding-top: 5px; 
	border-top: 1px dotted #ccc; 
	color: #999;
}

span { 
	font-weight: bold;
	color: #555;
}

a.metanav	{ 
	color: black;
	font-weight: normal;
}

a.metanav:hover	{ 
	text-decoration: none; 
	color: #999; 
}

a	{ 
	color: #09f;
	text-decoration: none;
	font-weight: bold; 
}

a.thin { 
	font-weight: normal; 
}

a:hover	{ 
	text-decoration: underline;
	color: #06c;
}

ul { 
	list-style-position:outside;
	padding-left: 20px;
	list-style-image: url('../images/arrow.png');
}

li { 
	padding-bottom: 8px; 
}

input.form { 
	border: 1px solid #eee;
	border-bottom: 1px solid #ccc;
}

img { 
	border:0; 
	padding: 0; 
	margin: 0; 
}

td.shadow_l  { 
	width: 54px; 
	background-image: url('../images/shadow_l.png'); 
}

td.shadow_r { 
	width: 112px; 
	background-image: url('../images/shadow_r.png');
}

td.shadow_b { 
	width: 866px; 
	height: 120px; 
	background-image: url('../images/shadow_b.png'); 
}
