body {
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: white;
	background-image: url('violet/bodybg.gif');
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	border: 0;
}

a:link {
	color: rgb(60, 60, 60);
	text-decoration: underline;
}

a:visited {
	color: rgb(60, 60, 60);
	text-decoration: underline;
}

a:active {
	color: rgb(120, 60, 240);
	text-decoration: none;
}

a:hover {
	color: rgb(120, 60, 240);
	text-decoration: none;
}

a img {
	border: 0;
}

input {
	font-family: Tahoma, Arial, helvetica, sans-serif;
	border: 1px solid rgb(120, 60, 240);
	background-color: rgb(240, 240, 240);
}

select {
	font-family: Tahoma, Arial, helvetica, sans-serif;
	border: 1px solid rgb(120, 60, 240);
	background-color: rgb(240, 240, 240);
}

#top {
	clear: both;
	height: 150px;
	min-width: 780px;
	background-image: url('violet/topbg.gif');
	/* IE hack */
	width: expression(document.body.clientWidth < 790 ? "780px" : "100%");
}

#eye {
	float: left;
	height: 150px;
	width: 270px;
	background-image: url('violet/eye.jpeg');
}

#csschanger {
	position: relative;
	top: 30px;
	left: 80px;
	width: 80px;
	height: 60px;
	cursor: pointer;
	/* IE hack */
	cursor: hand;
}

#name {
	float: right;
	height: 150px;
	width: 200px;
	background-image: url('violet/name.jpeg');
}

#rootlink {
	position: relative;
	top: 30px;
	left: 0px;
	width: 195px;
	height: 60px;	
}

#main {
	clear: both;
	height: 100%;
	min-height: 250px;
	min-width: 780px;
	background-image: url('violet/mainbg.jpeg');
	background-repeat: no-repeat;
	background-position: bottom right;
	/* IE hack */
	width: expression(document.body.clientWidth < 790 ? "780px" : "100%");
}

#navigation {
	float: left;
	width: 210px;
	background-image: url('violet/navbg.gif');
	background-repeat: repeat-y;
	background-position: right;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin-bottom: 5px;
	/* IE hack */
	_padding-top: 1em;
}

#navigation li {
	list-style-image: url('violet/bullet.gif');
	margin-bottom: 5px;
}

#navigation li:hover {
	list-style-image: url('violet/bulletlit.gif');
}

#content {
	text-align: justify;
	padding-left: 230px;
	padding-right: 5px;
	margin-bottom: 5px;
	border-top: 1px solid transparent;
	/* IE hack */
	_border-top: 1px solid white;
}

.title {
	font-size: 11pt;
	font-weight: bold;
}

.subtitle {
	font-weight: bold;
}

.subtext {
	padding-left: 1em;
}

.newsitem {
	margin-bottom: 1.5em;
}

.newsdate {
	float: right;
	width: 125px;
	text-align: right;
	font-style: italic;
	background-image: url('violet/newsdatebg.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

.list {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: 1px dashed black;
	font-size: 9pt;
	text-align: left;
}

.listhead {
	background-color: rgb(113, 100, 255);
	background-image: url('violet/listheadbg.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

.listodd {
	background-color: rgb(240, 240, 240);
}

.listeven {
	background-color: rgb(220, 210, 255);
}

.listmod {
	background-color: rgb(240, 240, 240);
}

.listmod td {
	padding-left: 10px;
}

.listcountry {
	background-color: rgb(220, 210, 255);
}

.listcountry td {
	padding-left: 20px;
}

.listserver {
}

.listserver td {
	padding-left: 30px;
}

.photo {
	float: left;
	border: ridge;
}

#bottom {
	clear: both;
	height: 1.5em;
	min-width: 780px;
	/* IE hack */
	width: expression(document.body.clientWidth < 790 ? "780px" : "100%");
}

#copyright {
	float: left;
	height: 1.3em;
	width: 20%;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: rgb(240, 240, 240);
	font-size: 9pt;
}

#status {
	float: right;
	height: 1.3em;
	width: 80%;
	text-align: right;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: rgb(240, 240, 240);
	font-size: 9pt;
}
