body {
	background-color: #ccc;
}

a {
	color: #525c54;
	font-weight: bold;
}

a:hover {
	color: #525c54;
}

a:visited {
	color: #525c54;
}

#content {
	color: #000;
	position:absolute;
	top: 50%;
	left: 50%;
	width:970px;
	height:560px;
	margin-top: -280px; /*set to a negative number 1/2 of your height*/
	margin-left: -485px; /*set to a negative number 1/2 of your width*/
}

.ol {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ol.png', sizingMethod='scale');
	position: absolute;
	margin-left: -14px;
	margin-top: -14px;
	width: 8px;
	height: 366px;
}

.or {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/or.png', sizingMethod='scale');
	position: absolute;
	margin-left: 218px;
	margin-top: -14px;
	width: 8px;
	height: 366px;
}

* > .ol {
	background-image: url(images/ol.png);
}

* > .or {
background-image: url(images/or.png);
}

#redbar {
	margin-left: 8px;
	background-image: url(images/redbar.gif);
	width: 139px;
}

#greybar {
	margin-top: 35px;
	height: 64px;
	background-image: url(images/greybar.gif);
}

#logo {
	background-image: url(images/logo.gif);
}

#textblock {
	width: 220px;
	height: 352px;
	overflow: hidden;
	background-color: #ffffff;
	padding-left: 14px;
	padding-right: 6px;
	margin-left: 25px;
	padding-top: 14px;
	font-family: Verdana;
	font-size: 11px;	
	background-position: right;
}

p {
	margin: 0px;
	padding: 4px;
}

h1 {
	margin: 0px;
	padding: 4px;
}

#textblock table td { 
	text-align: justify;
}

#textblock div.modules {
	position: absolute;
	top: 440px;
	left: 530px;
	float: left;
	text-align: right;
	width: 70px;
}

#textblock div.nextbutton {
	position: absolute;
	top: 400px;
	left: 450px;
	float: left;
}

#textblock div.prevbutton {
	position: absolute;
	top: 400px;
	left: 160px;
	float: left;
}

#textblock div.title {
	width: 457px;
	padding-top: 14px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 14px;
}

div.formfield {
	margin-left: 24px;
	margin-top: 3px;
}

div.formfield input {
	width: 225px;
	font-size: 11px;
	font-family: Verdana;
}

div.formfield select {
	width: 225px;
	font-size: 11px;
	font-family: Verdana;
}

div.formfield textarea {
	width: 400px;
	height: 100px;
	font-size: 11px;
	font-family: Verdana;
}

#marquee {
	width: 456px;
	margin-left: 5px;
}

h1 {
	font-size: 14px;
}