/* ****************************************************************************************************************
 *
 * System LAYOUT style
 *
 **************************************************************************************************************** */

a, a:visited{
    font-family: Verdana, Geneva, sans-serif;
    color: #333;
 
	text-decoration:none
}

a:hover{
   font-weight: bold;
  text-decoration:underline
}

div#Container {
	width: 1003px;
	overflow: hidden;
/*	background: url(/images/glo_bg_a.jpg) no-repeat #f7f6f1; */
	background: url(/images/glo_bg.jpg) no-repeat #fff;
	background-position-x: left;
	background-position-y: top;
}

div#MainMenu {
    text-align:right;
    clear: both;
/*		width: 750px;*/
}

div#Footer {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #888;
    padding: 20px 7px;
    text-align: center;
	width: 986px;
	_width: 1000px;
	border-top: 1px solid #cdd1cb;
	margin-top: 20px;
	background: #f2f3f1;
}


div#SystemMessage-block {
    font-size: 16px;
	font-weight: bold;
    color: #ff0000;
    background: #ffe1d7;
    border-top: 4px #2e321f solid;
    border-bottom: 4px #2e321f solid;
    display: none;
    padding: 10px;
}

div#SystemMessage-block a {
	color: #ff0000;
}

div#WelcomeBar {
    background: url(/images/glo_topbar.jpg) #acb87e repeat-x;
    height: 19px;
    text-align: right;
    font-size: 12px;
    padding: 1px 20px 0 0;
	min-width: 886px;
}

.WelcomeBarLeft {
margin-left:20px;
float:left;
    text-align: left;
	font-weight: bold;
    font-size: 12px;
    padding: 1px 20px 0 0;
	width: 300px;
	overflow: hidden;
}

/* ****************************************************************************************************************
 *
 * subclass
 *
 **************************************************************************************************************** */
.logo {
	margin-right: -20px;
}
.homebg {
	background: url(/images/glo_bg.jpg) #f7f6f1 no-repeat top left;
}

.searchbg {
	background: url(/images/glo_bg.jpg) #f7f6f1 no-repeat top left;
}


div.banner {
    border: 0px #CCC solid;
	margin: 3px;
    color: #333;
    text-align: center;
}

div.banner.fullsize {
  background: #FFF;
    line-height: 90px;
}

div.banner.rectanglesize {
    line-height: 68px;   
}
