html,body  {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #000000;

	background : url("/graphics/bg.gif");
	background-repeat : repeat-all;
	margin: 0;
	padding: 0;
	height: 100%;	
	text-align: center;

}
#container {
	position:relative; 
	width: 961px;
	height:auto !important;
	height:100%;
	min-height:100%;
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
	background : url("/graphics/ct_bg.gif");
	background-repeat : repeat-y;

}

#header {
	background : url("/graphics/header.gif");
	width: 929px;
	height: 163px;
	margin: 0 auto 0 auto;

}
#menudiv {
	background : url("/graphics/menu_bg.gif");
	background-repeat : repeat-x;
	width: 722px;
	height: 34px;
	margin: 0 auto 0 auto;
	vertical-align: middle;
}
#left_menu {
	width: 207px;
	height: 100%;
	float:left;

}
#content {
	width: 929px;
	margin: 0 auto 0 auto;

}
#pagecontent {
	width: 722px;
	float:right;
}
#text {
	background : url("./graphics/ct_top.gif");
	background-repeat: no-repeat;
	width: 722px;
	padding-bottom:20px;
}
#footer {
	width: 929px;
	height: 21px;
	background: #ffffff;
	font-size:11px;
	position:absolute;
	bottom:0;
	left:16px;
	padding-top:8px;
	visibility: hidden;
}

#right_foot {
	color: #000000;
	float: right;
	padding-top: 2px;
	padding-right:16px;
}

#left_foot {
	color: #000000;
	float: left;
	padding-top: 2px;
	padding-left:16px;
}


.glossymenu{
list-style-type: none;
margin: 0px 0;
padding: 0;
width: 207px;
}

.glossymenu li a{
font: 12px "Arial", sans-serif;
font-weight: bold;
color: #ffffff;
display: block;
text-align:right;
padding: 7px;
text-decoration: none;
letter-spacing: 0.1ex;
background: #bba546;
border-bottom: 1px solid #dbcb83;
border-right: 8px solid #a79130;


}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 174px;

}


.glossymenu li a:hover{
background: #c3b15d;
text-decoration: none;
}



#clear {
	clear: both;
}



input, select {
	font-family: arial, sans-serif;
	font-size: 11px;
}
a {
	color: #406899;
	text-decoration: none;
}
a:hover {
	color: #C93131;
	text-decoration: underline;
}
a.imedia {
	color: #000000;
	text-decoration: underline;
}
a.imedia:hover {
	color: #d10045;
	text-decoration: underline;
}
a.toplinks {
	color: #ffffff;
	text-decoration: none;
	padding: 5px 10px;
	height: 34px;
	vertical-align: middle;

}
a.toplinks:hover {
	color: #ffa647;
	background : url("/graphics/link_bg.gif");
	background-repeat: repeat-x;
	text-decoration: none;
}
a.sidelinks {
	color: #000000;
	text-decoration: none;
	text-transform:uppercase;
	
}

#menu {
	padding:0 0 0 25px;
	margin:0;
	color:#fff;
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	white-space:nowrap;
	list-style-type:none;
	height: 34px;
	vertical-align:middle;
}
#menu li {display:inline;}
#menu li a {
	color:#fff;
	text-decoration:none;
	float:left;
	height: 24px;
	padding-top:10px;
	padding-left:12px;
	padding-right:12px;
}
#menu li a:hover {
	background : url("/graphics/link_bg.gif");
	background-repeat: repeat-x;
	color:#fff;
}


.picdiv {
  float:right;
  padding: 0 0 10px 15px;
}
.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap1 {
  float:left;
  background:url(/graphics/shadow.gif) right bottom no-repeat;
  }
.wrap2 {
  background:url(/graphics/corner_bl.gif) left bottom no-repeat;
  }
.wrap3 {
  padding:0 4px 4px 0;
  background:url(/graphics/corner_tr.gif) right top no-repeat;
  }