﻿body {
	background-color:#ddd;
	margin:0px 0px 0px 0px;
}

a:link 
{
	color:#359;
	text-decoration:none;
}
a:visited  
{
	color:#359;
	text-decoration:none;
}
.Content
{ 
	width:1000px;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding-bottom:20px;
	min-height: 500px;
}
.Text1
{
	font-family: 'Times New Roman';
	color: black;
	font-size: 14px;
	padding: 3px 3px 12px 3px;
	margin: 5px 3px 3px 3px;
	border: 1px solid #999;
	position:relative;
	left:0px;
}
.Label1
{
	font-family: 'Arial';
	color: black;
	font-size: 14px;
	position:relative;
}
.Header1
{
	font-family: 'Copperplate Gothic Bold';
	color: whitesmoke;
	/*font-size: 45px;
	height: 150px;
	text-align: center;
	background-image: url('Background1.jpg');
	font-weight: bold;
	padding-top: 24px;*/
}
h2 {
		font-family: 'Arial';
	color: black;
	font-size: 18px;
}
.Text16{
	font-family: 'Times New Roman';
	color: black;
	font-size: 16px;
}
.LeftNav
{
	width:150px;
	float:left;
	height:100%;
	margin: 3px 3px 3px 3px;
	min-height:500px;
}
.clear { clear: both; }
.HorizMenu
{
	float:left; 
	border-left:solid 1px #fff; border-right:solid 1px #999;
	height:85%;padding:3px 5px 1px 5px;

}
/*ui-menu*/
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
	font-family:Arial;
	font-size:13px;

}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #d1c4b8 50%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(.5, #d1c4b8));
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #d1c4b8 50%);
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #d1c4b8;
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
	color: #222;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: bolder;
	/*margin: -1px;*/
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

