html, body, #TableLayout, #AjaxPanel, #frmMain
{
	font-family: Arial;
	font-size: 12px;
		
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	overflow: auto;
}
body
{
	background-color: #FFFFB7;
}
#TableLayout
{
	text-align: left;
    width: 778px;
    height: 100%;
    margin: 0 auto;
    background-color: White;
    border-left: solid 1px black;
    border-right: solid 1px black;
}
#lower
{
	vertical-align: bottom;
	background-image: url(Images/contBackground.jpg);
}
#upper
{
	vertical-align: top;
	background-image: url(Images/contBackground.jpg);
}
#menu
{
	margin-right: -3px;
}
#contents
{
	vertical-align: Top;
	margin: auto;
	padding: 20px;
	padding-top: 0px;
	text-align: left;
}
#contTitle
{
	height: 30px;
	font-weight: bold;
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 40px;
	color: #1616D2;
	line-height: 2px;
}
.titleBar
{
	height: 5px;
	color: #B2B2B2;
}

p
{
	color: Black;
	font-size: 12px;
	text-align: justify;
}
a
{
	font-size: 12px;
	color: Blue;
}
a:hover
{
	text-decoration: none;
}
img
{
	display: block;
}
.BlockImage
{
	display: block;
	float: left;
}
.BlockImageNoFloat
{
	display: block;
	* float: left;
}
.HoverMenu
{
	background-color: #FEF5E6; 
	border: solid 1px Black;
	padding: 5px;
	line-height: 18px;
}

.HoverMenu a
{
	color: Black;
}

p.instTitle
{
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}
p.instSubTitle
{
	font-weight: bold;
}
p.instCont
{
}
.contactsTable
{
	width: 100%;
}
.contactsCaption
{
	font-weight: bold;
	text-align: right;
	width: 120px;
}
.contactsBox
{
	width: 500px;
}
.contactsBox input
{
	width: 350px;
}
.contactsBox select
{
	width: 356px;
}
.contactsMessage
{
	text-align: center;
}

.mgrInputInvalid
{
	background-image: none;
	background-color: #FFFACD
}

.modalProgressGreyBackground 
{
    background:#CCCCCC;
	filter:alpha(opacity=60);
	opacity:0.6;
}