/* COMMON ############################################*/
HTML {
	height : 100%;
}
BODY {
	padding : 0px;
	background-color : #FCFCFC;
	color : #000000;
	font-size : 71%;
	margin: 10px;
}
BODY, TD, P, DIV, INPUT, TEXTAREA, SELECT {
	font-family: "Aerial", Aerial, mono;
}
TABLE, TR, TD {
	padding: 0px;
	border : none;
	margin : 0px;
	border-collapse : collapse;
	border-spacing : 0px;
}
IMG { 
	border : none;
	padding: 0px;
	margin : 0px; 
}
H1 {
	font-size: x-large;
	color: #333333;
}
A:LINK, A:ACTIVE, A:VISITED,  A:HOVER {
	text-decoration : none;
	color : #000000;
}
FORM {
	margin: 0px;
}
.bold { 
	font-weight: bold;
 }
.width770 {
	width : 770px;
}
.centre {
	text-align: center;
}
.right {
	text-align : right;
}
.vMiddle {
	vertical-align: middle;
}
.error {
	color: #FF0000;
}
/* SITE ##################################################*/
#logo {
	width: 650px;
	margin: 0px auto;
}
#navTable {
	width: 100%;
	background-image:url(Images/shadow_t.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.nav {
	width: 20%;
	height: 40px;
}
.nav A:LINK, .nav A:ACTIVE, .nav A:VISITED {
	font-family: Courier New;
	font-size: medium;
	color: #000000;
	text-align: center;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	font-weight: bold;
}
.nav A:HOVER {
	text-decoration: underline;
}
#bioTable {
	width: 100%;
	background-image:url(Images/shadow_t.gif);
	background-repeat: no-repeat;
	background-position: center;*/
}
.bio {
	width: 20%;
	height: 40px;
}
.bio A:LINK, .bio A:ACTIVE, .bio A:VISITED {
	font-family: Courier New;
	font-size: small;
	color: #000000;
	text-align: center;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	font-weight: bold;
}
.bio A:HOVER {
	text-decoration: underline;
}
#main {
	width: 610px;
	margin: 0px auto;
	background-image:url(Images/shadow_m.gif);
	background-repeat: repeat-y;
	padding: 20px;
}
#copyright {
	height: 40px;
	background-image:url(Images/shadow_b.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	vertical-align: middle;
	font-size: x-small;
}