﻿html, body 
{
	height: 100%;
}
body 
{
	margin: 0;
	padding: 0;
	font-family:Arial;
	color:Black;
	font-size:smaller;
	background: url(Images/Background.png) repeat-x;
}
#container 
{
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
#ctl00_content
{
	padding: 10px;
	padding-bottom: 132px;
	background:url(Images/Header.png) no-repeat top center ;
}
#footer 
{
	position: absolute;
	bottom: 0;
	padding: 10px;
}
.MainTable
{
    height:300px;
	padding:5px 5px 5px 5px;
}
.SideMenu
{
    margin:10px 0 0 10px;   
    font-size:larger;
    font-weight:bold;
}
h1
{
	color:#0172aa;
}
h2
{
	color:#0172aa;
}
h3
{
	color:#0172aa;
}
h4
{
	color:#0172aa;
}

a:link{
	color: #0172aa;
	text-decoration: none;
}

a:visited{
	color: #0172aa;
	text-decoration: none;
}

a:hover{
	color: #FC7316;
	text-decoration: underline;
}

.WizSideBar a:link{
	color: black;
	
}

.WizSideBar a:visited{
	color: black;	
}

.WizSideBar a:hover{
	color: Black;
	
}
.ArticleViewer
{
    margin:0 5px 0 5px;
    width:160px;
	color:#0172aa;	
}
.ArticleViewer a
{
    font-weight:bold;
}
.ArticleViewerTitle
{
	font-weight:bolder;
	color:#5fafd0;
}
.BoxedTable
{
	border-left: Solid 1px #5fafd0;
	border-right: Solid 1px #5fafd0;
	border-top: Solid 1px #5fafd0;
	border-bottom: Solid 1px #5fafd0;
}