@CHARSET "ISO-8859-1";

.content {
	width: 1000px;
}

.header {
	text-align: center;
	font-size: 24pt;
	font-family: Verdana, Arial;
	width: 1000px;
	height: 100px;
}


.middle {
	width: 100%;
}

.menu {
	color: #000000;
	text-align: left;
	font-size: 6px;
	font-family: Verdana, Arial;
	width: 250px;
	top: 100px;
	left: 0px;
	position: absolute;
}

.center {
	color: #000000;
	text-align: left;
	font-size: 14px;
	font-family: Verdana, Arial;
	width: 460px;
	left: 250px;
	top: 100px;
	position: absolute;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 500px;
	background-image: url(./images/logoBackground.gif);
	background-position: top right;
	background-repeat: no-repeat;	
}

a:link {
	color: #ff0000;
}

a:visited {
	color: #ffffff;
}

a:hover {
	color: #ff0000;
}

a.externalLink:link {
	color: #ff0000;
}

a.externalLink:visited {
	color: #ff0000;
}

a.externalLink:hover {
	color: #444444;
}

.spectacles {
	background-color: #eeeeee;
	text-align: center;
	font-size: 6pt;
	font-family: Verdana, Arial;
	width: 250px;
	height: 470px;
	left: 750px;
	top: 100px;
	position: absolute;
}

.bottom {
	color: #000000;
	text-align: center;
	width: 230px;
	padding: 0px;
}

.centerLayoutText {
 
}

.imageRight {
	padding-left: 10px;
	width: 260px;
	height: 176px;
	float: right;
	text-align: right;
	top: 0px;
}

.imageLeft {
	padding-right: 10px;
	width: 260px;
	height: 176px;
	float: left;
	text-align: left;
	top: 0px;
}

.imageLeftCV {
	padding-right: 10px;
	width: 110px;
	height: 110px;
	float: left;
	text-align: left;
	top: 0px;
}

.titleTable {
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	background-color: #ffd0d0;
}

.registerTable {
	font-family: Verdana;
	font-size: 12px;
	padding-bottom: 5px;
	vertical-align: top;
}

a.registerTable:link {
	color: #000000;
}

a.registerTable:visited {
	color: #000000;
}

a.registerTable:hover {
	color: #aa6666;
}

.threePixels {
	padding: 0;
	border: 0px;
	height: 3px;
}
