body {
	background-color: #A5B8C7;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: 350px 0px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}


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

.menu {
	text-align: center;
	font-weight: bolder;
	font-size: 125%;
	color: #000A26;
}

form {
	border: thin;
	border: Black;
}

img.icon{
	margin: 2px;
}

#container {
	text-align: justify;
	width: 330px;
	position: absolute;
	padding: 10px 10px 10px 10px;
	left:0px;
	top:5px;
}

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

a:link {
	color: #07133B;
	text-decoration: none;
}

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

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

a img {
	border: 0px;
}