﻿body
{
    background-color:#fff;
}

.pagemaster
{
    background-color:#666;
    width:100%;
    height:100%;
    text-align:center;
}

.skinmaster
{
    width:990px;
    height:661px;
    background-image:url(images/gradientbg.jpg);
    background-color:#fffffb;
    background-position:top;
    background-repeat:repeat-x;
    margin:0 auto 0 auto;
}

.banner
{
    height:130px;
    padding:0px;
}

.menubar
{
    width:190px;
    vertical-align:top;
    padding-top:25px;
    text-align:center;
}

.menu
{
    width:150px;
    margin:0 auto 0 auto;
    text-align:center;
}

.content
{
    text-align:center;
    vertical-align:middle;
    background-image:url(images/bordershadow.png);
    background-position: left top;
    background-repeat:no-repeat;
    margin:0 auto 0 auto;
    padding-top:25px;
    width:798px;
    
}

.contenttable
{
  height:460px;
    width:735px;
    margin:0 auto 0 auto;  
}

.contentpane
{
    height:460px;
    width:735px;
    background-color:White;
    margin:0 auto 0 auto;
    border:1px solid #aaa;
    padding:10px;
}

.contactpane
{
    padding:20px;
}

.normal
{
    font-family:Arial, Sans-Serif;
    color:Black;
    font-weight:normal;
    font-size:11pt;
}

a:link, a:visited, a:active
{
    color:#4486c2;
    text-decoration:none;
}

a:hover
{
    color:#a57952;
    text-decoration:underline;
}

.user
{
    font-family:Arial, Sans-Serif;
    font-size:10pt;
    color:white;
    font-weight:normal;
    width:735px;
    padding:10px;
}

a.user:link, a.user:active, a.user:visited
{
    color:White;
    text-decoration:none;
}

a.user:hover
{
  color:#a57952;
  text-decoration:underline;  
}

.bottomcss
{
    text-align:center;
    margin:0 auto 0 auto
}

.bottomcss div
{
    width:990px;
    text-align:center;
    font-family:Arial, Sans-Serif;
    font-size:9pt;
    color:white;
    font-weight:normal;
    padding:10px;
    margin:0 auto 0 auto
}

a.bottomcss:link, a.bottomcss:active, a.bottomcss:visited
{
    color:White;
    text-decoration:none;
}

a.bottomcss:hover
{
  color:#a57952;
  text-decoration:underline;  
}

.MainMenu_MenuContainer{ background:transparent; width:100%; height:1px; }
.MainMenu_MenuBar{}
.MainMenu_MenuIcon{ display:none; }
.MainMenu_MenuArrow{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuBreak{ display:none; }

.MainMenu_MenuItem,.submenuitembreadcrumb{
	color:#000;	font-size:12px;	font-weight:normal;
	padding:0px 15px 0px 10px;
	border:0px;
    height: 20px;
}
.submenuitemselected{
	color:#fff; font-size:12px; font-weight:normal;
	padding:0px 15px 0px 10px;
	background:#2e4092;
	cursor: pointer;
	cursor: hand;
	border:0px;
    height: 20px;
}
.submenu{
    color:#000; font-size:12px; font-weight:normal;
	border:1px #2e4092 solid;
	padding:0px;
	background:#c1c9ec;
	margin:2px 0px 0px 0px;
	filter: none;
	z-index: 5000;
	cursor: pointer;
	cursor: hand;
}

/* menu start  */
.rootmenuitem, .rootmenuitem TD{ 
	color:#fff; font-size:11pt; font-weight:normal;
	font-family:Helvetica, Arial, Sans-Serif;
	text-align:center;
	background:url(images/menubg.png) no-repeat transparent;
	padding:0px;
	height:42px;
	width:150px;
	margin:0 auto 0 auto;
	white-space:nowrap;	
}
.rootmenuitemselected, .rootmenuitemselected TD,.rootmenuitembreadcrumb TD{
	color:#000; font-size:11pt; font-weight:normal;
	font-family:Helvetica, Arial, Sans-Serif;
	text-align:center;
	background:url(images/menubg.png) no-repeat transparent;
	padding:0px;
	height:42px;
	width:150px;
	margin:0 auto 0 auto;
	white-space:nowrap;	
}
