body{
	background-color:#C0C0C0;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	text-align:left;
	color: #000000;
	font-family: verdana, times new roman;
	font-size: 12px;
}


#Main{
	background-color: #ffffff;
	border: none;
	height: 558px;
	margin-top: 5px;
	position: relative;
	text-align: left;
	top: 0px;
	width: 762px;
}

#TopBar{
	background-image: url(graphics/top.jpg);
	border: 2px solid #000080;
	border-color: #000080;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	height: 98px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}

#Logo{
	position:absolute; 
	background-image: url(graphics/logo.gif);
	top: 5px;
	left: 10px;
	width:312px; 
	height:70px;
	border:none;
}

#Login{
	position:absolute; 
	top: 10px;
	left: 657px;
	width: 100px; 
	height: 50px; 
	border: none;
}

.Login{
	color: #000000;
	font-family: verdana, times new roman;
	font-size: 10px;
}

#FrmLogin{
	margin: 0px 0px 0px 0px;
}

#Toolbox{
	position:absolute;
	background-repeat: no-repeat;
	padding-left: 10px;
	top: 100px;
	left: 0px;
	width: 170px; 
	height: 20px; 
}

.TdToolbox{
	padding-left: 5px;
}

/* Menu */ 
#Menu{
	background-repeat: no-repeat;
	padding-top: 10px;
	height: 418px;
	left: 0px;
	padding-left: 5px;
	position: absolute;
	top: 120px;
	width: 175px;
}

#Breadcrumb{
	height: 15px;
	left: 300px;
	padding-right: 5px;
	position: absolute;
	top: 85px;
	width: 457px;
	text-align: right;
	font-size: 10px;
	color: #000080;
}
.LnkBreadcrumb{
		color: #000080;
	}

.TreeItem{
	color: #000000;
	text-decoration: none;
}

.TreeItem:visited{
	color: #000000;
	text-decoration: none;
	}

.TreeItemSelected{
	color: #000000;
	text-decoration: none;
}

.TreeItemSelected:visited{
	color: #000000;
	text-decoration: none;
	}

#Content{
	height: 433px;
	left: 180px;
	overflow: auto;
	position: relative;
	top: 105px;
	width: 579px;
} 

#Contact{
	background-color:#C0C0C0;
	border: solid;
	border-width: 2px;
	border-color: #000080;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	color: #000080;
	height: 17px;
	left: 0px;
	padding-top: 2px;
	position: absolute;
	text-align: center;
	top: 538px;
	width: 100%;
}

.PicFrame{
	border: 1px solid #000000;
}

h1{
	font-size: 18px;
	letter-spacing: 3px;
	color:#000080;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2{
	font-size: 14px;
	letter-spacing: 2px;
	color:#000080;
	margin-top: 15px;
	margin-bottom: 0px;
}

p{
	font-size: 12px;
	color:#000000;
	margin-top: 5px;
	margin-bottom: 0px;
}

/* Links */
a{
	color: #000080;
	}
	
a:visited{
	color: #000080;
	}
	
/* Print */
.Print{
	background-color: #ffffff;
	
} 
	
