﻿body{
	background-color:#A0ABCB;
	margin:0px;
}

.Site{
	background-image:url('site.jpg');
	height:662px;
	width:721px;
	position:absolute;
	left:100px;
}

.Login{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
    color: #2e486f;	
	height:80px;
	top:20px;
	width:200px;
	position:absolute;
	left:580px;
}


.Menu {
	position:absolute;
	left:30px;
	top:165px;
	width:150px;
	height:405px;
}

.Content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	position:absolute;
	left:217px;
	top:177px;
	width:440px;
	height:390px;
	overflow: auto; 
}

li{
    font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	text-align: left;
    color: #2e486f;
}

ul {
	margin: 0px 4px 10px 22px;
	padding:0;
	list-style-type: square;
}

a:link{
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	color:#2e486f;
}

a:visited{
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	color:#2e486f;
}

a:hover{
	font-family:"Times New Roman", Times, serif;
	text-decoration:underline;
	color:#0099FF;
}
