body {
	background: #fff;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

a {
	font-weight:bold;
	color:#525e73;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul {
  list-style:circle;
}

img {
	border:none;
}

.content{
	width:900px;
	background: transparent url(Images/rulerbg.gif) top center repeat-y;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	text-align: left;
}

.logo{
	position:absolute;
	background: transparent url(Images/logo.gif) top left no-repeat;
	width:200px;
	height:200px;
	left:0;
	top:0;
}

.foobar {
	margin: 0 16px 0 188px;
	width: 700px;
	padding:0px;
}

* html .foobar{
	margin: 0 14px 0 188px;
}

*:first-child+html .foobar{
	margin: 0 16px 0 188px;
}

.menubar {
	height: 90px;
	text-align: right;
}

.menubar .info {
  position:absolute;
  top:5px;
  left:190px;
  font-weight: bold;
  margin:0;
  padding:0;
  font-size: 12px;
}

.lang_select {
	position:absolute;
	right:25px;
	top:5px;
}

.sidemenu {
	text-align:left;
	position:absolute;
	top:200px;
	left:0px;
	width:180px;
}

.menubar ul {
	padding: 70px 30px 5px 30px;
	margin: 0;
}

.sidemenu ul {
	margin:0;
	padding:0;
}

.menubar li {
	display: inline;
	list-style: none;
	margin-left: 35px;
	padding:0;
	white-space:nowrap;
}

.sidemenu li {
	list-style: none;
	margin: 0 0 5px 20px;
	padding:0;
}

.sidemenu li a,
.menubar li a {
	color: #666;
	font-weight:bold;
	text-decoration: none;
}

.sidemenu li a.active,
.menubar li a.active {
	color: #000;
}

.sidemenu li a.active,
.menubar li a.active {
  color: #000;
}

.sidemenu li a.active:after {
  content:url(Images/cursor.gif);
  margin-left:3px;
  margin-top:1px;
}

.greybar {
	background: transparent url(Images/greybar.png) top left repeat-y;
	height:14px;
}

.spanbar{
	float:left;
	width:1px;
	height:500px;
}

.mainbar{
	background: transparent url(Images/leftdots.gif) top left repeat-y;
}

.root{
	float:left;
	width:639px;
	text-align:left;
	padding:30px;
}

.root h1 {
	font-size:14px;
	font-weight: bold;
}

.root h2 {
	font-size:12px;
	font-weight: bold;
}

.root h3 {
	font-size:12px;
	font-weight: normal;
}

.root p {
	text-align: justify;
}

.root h1,
.root h2,
.root h3,
.root p {
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
}

* html .root h1,
* html .root h2,
* html .root h3,
* html .root p {
    padding-bottom: 0;
    margin-bottom: 10px;
}

*:first-child+html .root h1,
*:first-child+html .root h2,
*:first-child+html .root h3,
*:first-child+html .root p { 
    padding-bottom: 10px;
    margin-bottom: 0;
}

.root hr {
	position:relative;
	top:-5px;
	padding:0;
	margin:0;
	height:1px;
	border:none;
	background:#ccc;
}

.root form {
	padding:0;
	margin:0;	
}


.root form label {
  display:block;
  float:left;
  width:120px;
  margin:0;
  padding: 4px 0;
  font-size:12px;
  font-weight:bold;
  line-height:12px;
  color:#000;
}

.root form .form_captcha input,
.root form .textinput,
.root form textarea {
  width:295px;
  border: 1px solid #999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  padding:1px;
}

.root form .form_captcha {
  margin-left: 120px;
}

.root form .form_captcha * {
  vertical-align: middle;
}

.root form .form_captcha input {
  width: 6em;
}

.root form .form_info,
.root form .form_error {
  font-size: 12px;
  padding: 5px 0 0 120px;
  margin:0;
}

.root form .form_error {
    font-weight: bold;
    color: #900;
}

.footer{
	position:relative;
	clear:both;
	background: transparent url(Images/bottom.gif) top left no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:63px;
	top:-30px;
	left:-13px;
}

#template_0, #template_1, #template_2 {
	padding: 0px;
}

.twoColumnPageLayout #template_0 {
    width: 312px;
    float: left;
}

.twoColumnPageLayout #template_1 {
    width: 312px;
    float: right;
}

.rightColumnPageLayout {
	background: url(img/bg-right.png);
}

.rightColumnPageLayout #template_0 {
    width: 444px;
    float: left;
}

.rightColumnPageLayout #template_1 {
    width: 180px;
    float: right;
}

.leftColumnPageLayout {
	background: url(img/bg-left.png);
}

.leftColumnPageLayout #template_0 {
    width: 444px;
    float: right;
}

.leftColumnPageLayout #template_1 {
    width: 180px;
    float: left;
}

.triColumnPageLayout {
	background: url(img/bg-tri.png);
	width:100%;	
}

.triColumnPageLayout #template_0 {
	float:left;
	margin-left:10px;
	width: 257px;
}

.triColumnPageLayout #template_1 {
    width: 180px;
    float:left;
}

.triColumnPageLayout #template_2 {
    width: 180px;
    float:right;
}



.group {
    margin-bottom: 10px;
    display: block;
    position: static;
}

.group div {
    margin-bottom: 0;
}

.group ul {
	margin-top:0;
	margin-bottom:0;
}

.group_nw {
    background: transparent url(Images/Group/box_top.gif) no-repeat scroll 0 -12px;
    height: 12px;
    padding-left: 12px;
    overflow: hidden;
}

.group_ne {
    background: transparent url(Images/Group/box_top.gif) no-repeat scroll right 0;
    height: 12px;
    padding-right: 12px;
    overflow: hidden;
}

.group_n {
    background: transparent url(Images/Group/box_top.gif) repeat-x scroll 0 -24px;
    height: 12px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

h1.group_title {
    border-bottom: 1px solid #ccc;
    color: #000;
    background: #fff;
    font: 14px / 22px Arial, Helvetica, Sans-Serif; 
    padding: 0 0 2px 0;
    margin: 0;
    text-align: left;
    font-weight: bold;
    overflow: hidden;
}

.group_content {
    color: #000;
    background: #fff;
    padding: 0;
}

.group_title_w, .group_w {
    background: #fff url(Images/Group/box_left.gif) repeat-y left;
    padding-left: 12px;
}

.group_title_e, .group_e {
    background: #fff url(Images/Group/box_right.gif) repeat-y right ;
     padding-right: 12px;
}

.group_title_e {
  padding-bottom:20px;
}

.group_sw {
    background: transparent url(Images/Group/box_bottom.gif) no-repeat scroll 0 -12px;
    font-size: 2px;
    height: 12px;
    padding-left: 12px;
}

.group_se {
    background: transparent url(Images/Group/box_bottom.gif) no-repeat scroll right 0;
    font-size: 2px;
    height: 12px;
    padding-right: 12px;
    overflow: hidden;
}

.group_s {
    background: transparent url(Images/Group/box_bottom.gif) repeat-x scroll 0 -24px;
    font-size: 8px;
    height: 12px;
    overflow: hidden;
}

/* #fff for ie as it makes a black line on transparent */
* html .group_w{
	border-bottom:1px solid #fff;
}

/* this breaks ie8 (empty row in box below content) */
*:first-child+html .group_w{
	border-bottom:1px solid transparent;
}

/* fix for ie8 bug before, does not break ie7 */
*:first-child+html .group_sw{
	position:relative;
	top:-1px;
}


div.sitemap {
  border-bottom: 1px solid #eee;
}

.sitemap p {
  font-size:10px;
  padding:0;
  margin:0 0 0 15px;
  color:#999;
}

.sitemap a {
  display:block;
}

.sitemap div {
  clear:left;
}

.sitemap .sitemap_head {
  clear:none;
  display:block;
  font-size:12px;
  font-weight: bold;
  padding: 5px;
  float:left;
  width:200px;
}

.sitemap .sitemap_container {
  border-top: 1px solid #eee;  
}

.sitemap .sitemap_tail .sitemap_container {
  border-top: none;
}

.sitemap .sitemap_tail {
  float:left;
  clear:none;
}

.sitemap .sitemap_foot {
  clear:left;
}


div.cal_calendar div.cal_event {
  border-top:1px solid #ccc;
  padding:15px 0;
  margin:0;
}

div.cal_calendar div.cal_first_event {
  border-top:none;
  padding-top:0;
  margin-top:0;
}

div.cal_calendar div.cal_event .date {
  display:block;
  font-weight:bold;
}

div.cal_calendar div.cal_event .time,
div.cal_calendar div.cal_event .title {
  font-weight:bold;
} 

div.cal_calendar div.cal_event .description {
  display:block;
}

.gallery_page a {
	padding:2px;
}

.background{
	width:100%;
	background: transparent url(Images/bg.png) top center no-repeat;
	text-align: center;
}