/* CSS Document */

#container {
	width: 90%;
	text-align:left; /* reset text alignment */ 
	margin:0 auto; /* for the rest */
}

#left {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 100px;
}

#center {
	margin-left: 140px;
	margin-right: 240px;
}

#right {
	position: absolute;
	right: 10px;
	top: 175px;
	width: 200px;
	background: #CCC;
	padding-right: 8px;
	padding-left: 8px;
	border-style: solid;
	border-width: 1px;
}

body {
	text-align: center; /* for IE */ 
	margin: 0;
	padding: 0;
}

p 	{
	font-family : Verdana, Helvetica, sans-serif;
	font-size : x-small;
	line-height : 1.3em;
	color: #000000;
	background-color: #ffffff;
}

h2	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
	font-weight : bold;
	text-align: center;
}

h3	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	color: #000066;
	font-weight : bold;
	text-align: center;
}

a:link 	{
	color: #000066; 
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffff;
}

a:visited	{ 
	color: #333366; 
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffff;
}   

a:hover	{
	text-decoration: underline;	
}

.right {
	background: #CCC;
}

.center {
	background: #CCC;
	text-align: center;
}

.grey {
	background-color: #CCC;
}

.title	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: medium;
	color: #000066;
	font-weight : bold;
	text-align: center;
}

.titleRight	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
	font-weight : bold;
	text-align: center;
	background: #CCC;
}

.colophon 	{
	font-family : Verdana, Helvetica, sans-serif;
	font-size : xx-small;
	line-height : 1.3em;
	color: #000000;
	background-color: #ffffff;
	text-align: center;
}