body {
	background-color: #797D98;
	margin: 0;
	padding: 0;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 75%;
}

#title {
	background-image: url(images/title.jpg);
	height: 176px;
	width: 459px;
	background-repeat: no-repeat;
}

.focustext {
	font-weight: bold;
	font-size: 100%;
}

.menu {
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	color: #181D20;
}

form {
	border: thin;
	border: Black;
}

img.icon{
	margin: 2px;
}

#container {
	text-align: justify;
	width: 287px;
	background-color: #797D98;
	position: absolute;
	left: 27px;
	top: 175px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}

#textbox {
	position: relative;
	left: 6px;
	top: -10px;
	width: 274px;
}

.smalllinks{
	font-size: x-small;
	text-align: center;
}

a:link { 
	color: white; 
	text-decoration: none;
}

a:visited {
	color: #191F1D;
	text-decoration: none;
}

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

a img {
	border: 0px;
}