/* CSS Document */

body {background:#ffffff; 
		font-family: Verdana, sans-serif;
		margin:0;
		}

p { 
	font-size: 1em;
	color:#000000;
	background-color: white;
	}

p.big {
	color:#000000;
	font-size: 1.15em;
	text-align: center;
	letter-spacing: .5em;
	font-weight: bold;
	}

p.side {
	font-size: 1.05em; 
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	}

h1 { 
	font-size: 1.1em; 
	color: #333333;
	word-spacing: .5em;
	text-align: center;
	}

table {
	max-width:750px;
	}

a:link 	{color: #333333;
		background-color: white;
		}
a:visited {color: #400080;
		text-decoration:none
		}
a:active {color: #0000ff;
		text-decoration:none}
a:hover {color: #9999ff;
		text-decoration:none
		}

#content {position: absolute; 
		top: 75px;
		right: 7em;
		left: 1px;
		min-width:700px;
		}

#navbar {position: absolute; 
		top: 0px; 
		left: 2em;
		right: 2em;
		min-width:650px;
		}
#navbar a:link {color: #333333;
		text-decoration:none;
		background-color: white;
		}
#navbar a:visited {color: #333333;	
		text-decoration:none;
		background-color: white;
		}
#navbar a:hover {color: #8080c0;	
		text-decoration:none}


#sidebar {position: absolute;
		top: 175px;
		right: 1em;
		}
#sidebar a:link {color: #333333;
		text-decoration:none;
		background-color: white;
		}
#sidebar a:visited {color: #333333;	
		text-decoration:none;
		background-color: white;
		}
#sidebar a:hover {color: #8080c0;	
		text-decoration:none;}


