body {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	padding:0; margin:0;
}

div#site {
	width:730px;
	margin:0 auto;
	position:relative;
}

p#menu {
	margin:4px 0 0 0;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
}

p#menu a {
	color:#000;
	display:block;
	text-decoration:none;
	padding:3px 0 2px 0;
	margin-bottom:8px;
	border-bottom:2px solid #fff;
}

p#menu a:hover {
	color:#fff;
	background-color:#bbbbbb;
	border-bottom:2px solid #00a1e5;
}


div#n {
	background-color: #fff ;
	width:108px;
	text-align:center;
	position:absolute;
	left:0px;
	z-index:909;
}

div#n img {
	margin-bottom:10px;
}

div#c { 
	background: #fff url("images/whitescreen.gif");
	width: 600px;
	padding:10px;
	padding-left:120px;
}

table { 
	line-height: 1.5em; 
	font-size: 12px; 
	margin:2em 0;
	border-collapse:collapse;
	width:600px;
}
td { vertical-align: top; }
h2 { 
	text-transform: Uppercase;
	line-height: 1.2em; 
	font-size: 2em; 
	color: #bbb;
	}
h3 { 
	letter-spacing: 0.05em;
	line-height: 1.2em; 
	font-size: 1.3em;
	margin-bottom:0px;
	}
h4 { 
	line-height: 1.2em; 
	font-size: 1.1em;
	margin-bottom:0.5em;
	}
p, ul { color:#222; }
ul {
	list-style: url("images/bullet.png") square;
	margin-top:0px;
}
td h4 { 
	border-bottom: solid 1px #bbb; 
	padding: 0 2em 0.25em 2em;
	margin-bottom: 1em;
}
td h4 em { 
	color: #999; 
	font-style: italic;
	font-weight:normal;
}
td#i { width:200px; }

form div {
	text-align:right;
	margin:10px;
}
form div input, form div textarea {
	width:15em;
	}
form div label {
	margin:10px;
	clear:both;
} 

