@CHARSET "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	color: #000000;
	font-family: "Arial", "Verdana", sans-serif;
	font-size: 14px;
}

 a.mainLink:link, a.mainLink:hover, a.mainLink:active, a.mainLink:visited
{
 	display: block;
	text-decoration:none;
	
	color:#000000;
	background-color: #FFFFFF;
	
	margin-top: 0px;
	
	padding: 10px 5px;
	
	width: 188px;
	
	border-bottom: 1px dashed #000000;
}

a.mainLink:hover
{
	color: #FFFFFF;
	background-color: #660000;
}

a.mail:link, a.mail:hover, a.mail:active, a.mail:visited
{	
	text-decoration:none;
	color:#FFFFFF;
	
	margin-top: 5px;
}

a.mail:hover {
	text-decoration:underline;
}


.workspace {
	z-index: 0;
	background-color: #FFFFFF;
	
	position:absolute;
	top: 15px;
	left: 50%;
	
	margin-left: -450px;
	
	width: 900px;
	
}

.leftSide {
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 200px;
	height: 550px;
}

.rightSide {
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 210px;
	
	width: 690px;
	height: 550px;
}

.logo {
	z-index: 5;
	background-image: url(..//gfx/layout/logo.png);
	background-repeat: no-repeat;
	
	position: relative;
	top: 0px;
	left: 25px;
	
	width: 150px;
	height: 160px;
}

.navBar {
	z-index: 5;
	position: relative;
	top: 10px;
	left: 0px;
	
	border: 1px solid #000000;
	
	width: 198px;
	height: 376px;	
}

.title {
	z-index: 5;
	background-color: #FFFFFF;
	position: relative;
	top: 50px;
	left: 0px;
	
	width: 690px;
	height: 75px;
	
	text-align: center;
	
	font-size: 18px;
	font-weight: bold;
}

.content {
	z-index: 5;
	background-color: #660000;
	position: relative;
	top: 10px;
	left: 0px;
	
	border: 1px solid #000000;
	
	width: 638px;
	height: 361px;
	
	color: #FFFFFF;
	text-align: justify;
	padding: 50px 25px;
}

.copyright {
	z-index: 5;
	position: relative;
	top: 10px;
	left: 0px;
	
	width: 690px;
	
	text-align: right;
	font-size: 12px;
}

