﻿body 
{
	margin: 0px;
	text-align: center;	
	font-family: Arial, Helvetica, sans-serif;	
	background-image: url('Images/bg.jpg');
}

label
{
    float: left;
	clear: both;
}

label.main
{
    width: 125px;
    font-size: smaller;
    font-weight: bold;
}

div.panel
{
	width: 90%;
	border-right: #7B79AB 1px double; 
	border-top: #7B79AB 1px double; 
	border-left: #7B79AB 1px double; 
	border-bottom: #7B79AB 1px double;
	
	padding-bottom: 20px;
	padding-top: 20px;
	
	margin: 0px auto;
	
	text-align: center;
	
	background-color: #F7F6F3;
}

td.panel
{
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

td.literalDescription
{
	text-align: left;
	font-family: Arial;
	font-size: small;
	color: Indigo;	
}

div.formrow
{
	margin: 0px;
	padding-bottom: 10px;
}

div.uobar
{
 	margin: 0px auto;
 	height: 30px;
	background-image: url('Images/uobar.gif');
	text-align: left;
	padding-left: 10px;
}

div.uobar_shadow
{
 	margin: 0px auto;
 	height: 6px;
	background-image: url('Images/uobar_shadow.gif');
	text-align: left;
}

div.pageheader
{
 	margin: 0px auto;
 	width: 801px;
 	height: 122px;
	background-image: url('Images/header.jpg');
	text-align: left;
}

div.pageheader
{
 	margin-top: 14px;	
}

div.hrborder
{
	margin: 0px auto;
 	width: 801px;
 	height: 3px;
}


div.main
{
 	margin: 0px auto;
 	width: 801px;
 	background-image: url('Images/main_bg.gif');
 	color: #454545;
}

div.footer
{
 	margin: 0px auto;
 	width: 801px;
 	height: 33px;
	background-image: url('Images/footer.gif');
	
	font-size: smaller;
	color: #ffffff;
	font-weight: bold;
}

.MainMenuItem
{
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	border-right: solid #b4b3e1 1px;
}

.MainMenuItem .MainMenuItemSelected
{
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	border-right: solid #b4b3e1 1px;
	background-image: url('Images/nav_bg_dark.gif');
	color: #ffffff;

}

.MainMenuItem .MainMenuItemHover
{
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	border-right: solid #b4b3e1 1px;
	background-image: url('Images/nav_bg_over.gif');
	color: #000000;
}

.MainMenu
{}

/*
a         {text-decoration: none;}
a:link    {color: #0000ee;}
a:visited {color: #0000ee;}
a:hover   {text-decoration: underline; color: #0000ee;}
*/

a.HyperLink1         {text-decoration: none; font-size: smaller;}
a.HyperLink1:link    {color: #2a4ac4;}
a.HyperLink1:visited {color: #2a4ac4;}
a.HyperLink1:hover   {text-decoration: underline; color: #2a4ac4;}

a.BlockTitle         {text-decoration: none; font-weight: bold; font-size: 14px;}
a.BlockTitle:link    {color: #2a4ac4;}
a.BlockTitle:visited {color: #2a4ac4;}
a.BlockTitle:hover   {text-decoration: underline; color: #2a4ac4;}


.BlockContent
{
	background-color: #f7f7f7;
	border-left: solid #cfcfcf 1px;
	border-right: solid #cfcfcf 1px;
	border-bottom: solid #cfcfcf 1px;
	margin-bottom: 5px;
}

.BlockBorderTop
{
	border-top: solid #cfcfcf 1px;
	margin: 0px auto;
}

.Label
{
	color: #000000;
	font-size: smaller;
}

.PageTitle
{
	font-weight: bold;
	font-size: 22px;
	text-align: left;
	/*color: #6484a6;*/
	color: #333333;
	width: 90%;
	padding: 10px;
	padding-left: 40px;
}

.SmallTitle
{
	font-weight: bold;
	font-size: 18px;
	color: #6484a6;
}