@charset "windows-1251";
body {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #990099;
	background-color: #090935;
	min-height:100%;
	min-width:100%;
}

#logo 
{
    background-image:url('49406Logo2Cite_02.jpg');
    background-position:center;
    background-repeat:no-repeat;    
    min-height:70px;
    height:70px;
    min-width:700px;
    width:700px;   
    top:15px;
    position:absolute;
    left:50%;
    margin-left: -350px;
    background-color:Black;
}
.selected 
{
    background-color:#090935;
}
#right_menu 
{
    min-height:500px;
    position:absolute;
    left:40px;
    width: 128px;
    top:128px;    
}

#right_submenu 
{
    min-height:500px;
    position:absolute;
    left:198px;
    width: 128px;
    top:128px;
}

#left_menu 
{
    min-height:500px;
    position:absolute;
    right:0px;
    width: 90px;
    top:128px;
    border-right:0px;
}

#body 
{
    min-height: 60%;
    top:128px;
    width:716px;
    max-width:716px;
    max-width:716px;
    height: 500px;
    left:50%;
    margin-left: -370px;
    position:absolute;    
}

#footer 
{
    position:absolute;
    bottom:30px;
    width:800px;
    left:50%;
    margin-left: -400px;
}

a {
	font-family: Tahoma;
	font-size: 12px;
	color: #969696;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.square {
	border: thin solid #009900;
	padding: 7px;
	background-color: #101010;
}
td {
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
}
.os {
	font-family: "Courier New";
	font-size: 12px;
	color: #009900;
	text-decoration: none;
}
.os:hover {
	font-family: "Courier New";
	font-size: 12px;
	color: #009900;
	text-decoration: none;
}

.continue {
	text-align: left;
	width: 300px;
}
