body {
	margin: 0px;
	padding: 0px;
	background: url(images/top1.gif) repeat-x left top;
	line-height: 20px;
	text-align: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	color: #00C;
}
a:hover {
	text-decoration: none;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list1 a {
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}
.list2 a {
	padding-left: 12px;
}

img {
	border: none;
}
img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

#header {
	width: 960px;
	margin: 0px auto;
	padding: 1em;
	height: 82px;
	color: #000;
	text-decoration: none;
}
#header .name1 {
	height: 22px;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 36px;
	color: #000;
	text-decoration: none;
}

#header .name2 {
	margin: 0 0 0 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 1.0em;
}
#header a .name1 {
	color: #000;
	text-decoration: none;
}
#header a:hover {
	color: #000;
}

#nav {
	width: 960px;
	margin: 0px auto;
	background-color:#000;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav li {
	display: inline;
}
#nav a {
	padding: 0px 20px 0px 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
	color: #fff;
}
#nav a:hover {
	color: #fff;
	text-decoration:underline	
}
#nav .active {
	color: #fff;
	text-decoration:underline
}

#content {
	width: 960px;
	margin: 0px auto;
	padding: 14px 0px 0px 0px;
}

#colA {
	float: right;
	width: 740px;
	padding-left: 20px;
	border-left: 1px solid #ccc;
}
#colA h1 {
	height: 22px;
	font-size: 1.4em;
	font-weight: bold;
}
#colA h2 {
	font-size: 1.1em;
	font-weight: bold;
	height: 22px;
	margin-bottom: -16px;
}


#colB {
	float: left;
	width: 180px;
	padding-top: 2px;
}
#colB h3 {
	height: 22px;
	font-size: .95em;
	font-weight: bold;
}

#footer {
	clear: both;
	margin: 0px auto;
	height: 60px;
	text-align: center;
	background-color: #fff;
	border-top: 1px solid #ccc;	
}
#footer p {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-size: .85em;
	color: #000;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #00C;
	text-decoration: underline;
}
