* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}
body {
	min-height: 100%;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 62.5%;  /* 1em = 10px */;
}
* html body {
	height: 100%;
}

a {
	color: #0000cc;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #0000ff;
}
img {
	vertical-align: top;
}
a img {
	border: 0;
}
table {
	border-collapse: collapse;
}
th, td {
	padding-right: 15px;
	padding-bottom: 15px;
	vertical-align: top;
}
table ul li {
	list-style-type: disc;
}

#container {
	width: 760px;
	min-height: 100%;
	margin: 0 auto;
	font-size: 1.2em;
	border-left: 3px solid #0000cc;
	border-right: 3px solid #0000cc;
	border-bottom: 4px solid #0000cc;
}

#header {
	height: 100px;
	margin-bottom: 10px;
	background: url(/images/header.gif) repeat-y;
	border-bottom: 3px solid #333333;
}
#header a {
	display: block;
	float: left;
	height: 20px;
	margin-top: 61px;
	padding: 10px 15px 8px;
	color: #ffffff;
	font-size: 1.1666em;  /* 14/12 = 1.1666 */
	text-decoration: none;
	border-top: 1px solid #ffffff;
}
#header #tab1 {
	background: #000066;
}
#header #tab2 {
	background: #000088;
}
#header #tab3 {
	background: #0000aa;
}
#header #tab4 {
	background: #0000cc;
}

#main {
	clear: both;
	margin: 0 10px;
}
#main p {
	margin-bottom: 15px;
}
#main ul {
	margin-bottom: 15px;
	list-style-type: none;
}

#footer {
	margin: 10px 10px 3px;
	font-size: 80%;
}
#footer a {
	text-decoration: none;
}