/* begin Page */


h2
{
    font-size: 18px;
}

.Main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}
.PageBackgroundGradient
{
  background-image: url('images/Page-BgGradient.png');
  background-repeat: repeat-x;
  height: 210px;
}


a img
{ 
  border: 0; 
}

/* end Page */

/* begin Box, Sheet */
.Sheet 
{
  min-width:41px;
  min-height:41px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 900px;
}





.Sheet-body 
{
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: 5px;
  text-align: left;
}




.Sheet-tl 
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url('images/Sheet-s.png');
}



.Sheet-tr 
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}


.Sheet-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -30px;
  width: 60px;
  height: 60px;
  background-image: url('images/Sheet-s.png');
}


.Sheet-bl 
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
}


.Sheet-bl div
{
  position: absolute;
  z-index: -1;
  top: -30px;
  left: 0;
  width: 60px;
  height: 60px;
  background-image: url('images/Sheet-s.png');
}


.Sheet-br 
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
}



.Sheet-br div 
{
  position: absolute;
  z-index: -1;
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  background-image: url('images/Sheet-s.png');
}



.Sheet-tc 
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 30px;
  right: 30px;
  height: 30px;
}


.Sheet-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: url('images/Sheet-h.png');
}



.Sheet-bc 
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 30px;
  right: 30px;
  height: 30px;
}


.Sheet-bc div 
{
  position: absolute;
  z-index: -1;
  top: -30px;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: url('images/Sheet-h.png');
}



.Sheet-cl 
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 30px;
  left: 0;
  width: 30px;
  bottom: 30px;
}


.Sheet-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}


.Sheet-cr 
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 30px;
  right: 0;
  width: 30px;
  bottom: 30px;
}



.Sheet-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -30px;
  width: 60px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}


.Sheet-cc 
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  background-color: #FFFFFF;
}


.Sheet
{
  margin-top: 30px !important;
  margin-bottom: 3em;
  padding: 0 0 1em 0;
}
/* end Box, Sheet */

/* begin Header */
tr.Header 
{
  margin: 0 auto;
  position: relative;
  width: 890px;
  height: 175px;
  background-image: url('images/Header.png');
  background-repeat: no-repeat;
  background-position: left top;
}



tr.Header  div
{
	width: 890;
	height: 175;
	text-align: left;
}
/* end Header */

/* begin Logo */
.logo
{
	float: left;
	left: 15px;
	top: 10px;
}

.logo p
{
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.logo-name
{
  font-size: 26px;
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
}

.logo-name a
{
  text-decoration: none;
  color: #361E02 !important;
}

.logo-text
{
  font-size: 18px;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  color: #361E02 !important;
}
/* end Logo */

/* begin Menu */
.menu, .menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
}

.menu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.menu li li
{
  float: none;
}

.menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}

.menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.menu:after, .menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.menu, .menu ul
{
  min-height: 0;
}

.menu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}



.nav
{
  position: relative;
  margin: 0  0;
  width: 790px;
  height: 27px;
  z-index: 100;
}

.menu 
{
  padding: 0px 0px 0px 0px;
}


.nav .l, .nav .r, .nav .r div 
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 27px;
}

.nav .l 
{
  left: 0;
  right: 0px;
}


.nav .r 
{
  right: 0;
  width: 0px;
}


.nav .r div
{
  width: 790px;
  right: 0;
}


.nav .l, .nav .r div 
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/nav.png');
}

/* end Menu */

/* begin MenuItem */
.menu ul li
{
  clear: both;
}

.menu a , .menu a span
{
  height: 25px;
  display: block;
}


.menu a
{
  cursor: pointer;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  
}
.menu a span span
{
  font-family: 'Arial';
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #DFEFFB;
  padding: 0 0px;
  margin: 0 0px;
  line-height: 25px;
  text-align: center;
  background-image: url('images/item-center.png');
  background-position: left top;
  background-repeat: repeat-x;
  
}


.menu a:hover span span
{
  color: #1E1001;
  background-position: left -25px;
}

.menu li:hover a span span
{
  color: #1E1001;
  background-position: left -25px;
}


.menu a.active span span
{
  color: #E8F3FC;
  background-position: left -50px;
}

/* end MenuItem */



/* begin MenuSubItem */

.menu ul a 
{
  text-align: center;
  height: 20px;
  line-height: 20px;
  margin-right: auto;
  
  width: 162px;
  background-image: url('images/subitem-bg.png');
  background-position: left top;
  background-repeat: repeat-x;
  
  border-width: 0px;
  border-style: solid;
  border-color: #F9B466;
}

.nav ul.menu ul span, .nav ul.menu ul span span
{
	display:inline;
	float:none;
	margin:inherit;
	padding:inherit;
	background-image:none;
	text-align:inherit;
	text-decoration:inherit;
}

.menu ul a , .nav ul.menu ul span, .nav ul.menu ul span span
{
	line-height: 20px;
	color: #525252;
	font-family: 'Arial';
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}


.menu ul ul a
{
  margin-left: auto;
}


.menu ul li a:hover
{
  color: #0C3C64;
  border-color: #F9B466;
  background-position: 0 -20px;
}

.menu ul li:hover>a
{
  color: #0C3C64;
  border-color: #F9B466;
  background-position: 0 -20px;
}




.nav .menu ul li a:hover span, .nav .menu ul li a:hover span span
{
  color: #0C3C64;
}

.nav .menu ul li:hover>a span, .nav .menu ul li:hover>a span span
{
  color: #0C3C64;
}


/* end MenuSubItem */


.menu1 {
	float:left; 
	padding:0; 
	margin:0;
	color: #FFFFFF;
	width:100%; 
	clear:both;
} /*Color navigation bar normal mode*/

.menu1  a, .menu1 a:visited {
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
font-weight:bold;
font-size:10px;
color: #FFFFFF;
text-decoration: none;
}
.menu1 ul {
	list-style-type:none;
	padding:0; 
	margin:0;
	}
	
.menu1 ul li {
	float:left; 
	position:relative; 
	z-index:auto !important /*Non-IE6*/; 
	z-index:1000 /*IE6*/; 
	}
	
.menu1 ul li a {
	color: #FFFFFF;
	float:none !important /*Non-IE6*/;
	 float:left /*IE-6*/;
     display:block;
	  height:30px; 
	  line-height:30px;
	   padding:0 10px 0 10px; 
	   text-decoration:none;
	    }
		
.menu1 ul li ul {
	display:none;
	border:none;
	color: #FFFFFF;
	}
	
.menu1 ul li:hover a {
	color:#FFFFFF;} /*Color main cells hovering mode*/
	
.menu1 ul li:hover ul {
	display:block;  
	position:absolute; 
	z-index:999; 
	top:29px; 
	margin-top:1px; 
	left:0;}
	
.menu1 ul li:hover ul li a {
	display:block; 
	width:12em; 
	height:auto; 
	line-height:1.3em; 
	margin-left:-1px; 
	padding:5px 10px 5px 10px; 
	color:#FFFFFF;} /*Color subcells normal mode*/
	
.menu1 ul li:hover ul li a:hover {
	color:#FFFFFF;} /*Color subcells hovering mode*/
	
.menu1 table {
	position:absolute; 
	top:0; 
	left:0; 
	color: #FFFFFF;
	background: #336699;}
	
.menu1 ul li a:hover {
	text-decoration:none;
	color:#FFFFFF;} /*Color main cells hovering mode*/
	
.menu1 ul li a:hover ul {
	display:block; 
	width:12em; 
	position:absolute; 
	z-index:999; 
	top:29px; 
	left:0; }
	
.menu1 ul li a:hover ul li a {
	display:block; 
	width:12em; 
	height:1px; 
	line-height:1.3em; 
	padding:4px 16px 4px 16px; 
	color:#FFFFFF;} /*Color subcells normal mode*/
	
.menu1 ul li a:hover ul li a:hover {
	text-decoration:none;
	color:#FFFFFF;} /*Color subcells hovering mode*/
	
/* begin ContentLayout */
.contentLayout
{
	margin-bottom: 9px;
	width: 100%;
	position: relative;
}/* end ContentLayout */

/* begin Button */
button.Button, a.Button
{
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
  display: inline-block;
  overflow: visible;
  width: auto;
  cursor: default;
  white-space: normal;
  text-decoration: none;
}

.Button .btn 
{
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  z-index: 0;
  height: 35px;
  color: #0D0D0D;
}

.Button .t
{
  height: 35px;
  line-height: 35px;
  padding: 0 26px;
  text-align: left;
  font-family: 'Arial';
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

.Button .active
{
  color: #072136;
}

.Button .hover 
{
  color: #1E1001;
}

.Button .active .r 
{
  top: -70px;
}

.Button .hover .r 
{
  top: -35px;
}

.Button .r 
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 15px;
  height: 105px;
}



.Button .r span
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width:425px;
  height: 105px;
}



.Button .active .l 
{
  top: -70px;
}

.Button .hover .l 
{
  top: -35px;
}

.Button .l 
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  right: 15px;
  height: 105px;
}



.Button .l, .Button .r span  
{
  background-image: url('images/Button.png');
}


/* end Button */
/* begin Box, Post */
.Post
{
  overflow: hidden;
  min-width:15px;
  min-height:15px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.Post-inner
{
  width: 550px;
}

.Post-body
{
  position: relative;
  z-index: 0;
  margin: 8px;
}

.Post-tl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 7px;
  height: 7px;
  background-image: url('images/Post-s.png');
}

.Post-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 7px;
  height: 7px;
}

.Post-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -7px;
  width: 14px;
  height: 14px;
  background-image: url('images/Post-s.png');
}

.Post-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
}

.Post-bl div
{
  position: absolute;
  z-index: -1;
  top: -7px;
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url('images/Post-s.png');
}

.Post-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 7px;
  height: 7px;
}

.Post-br div
{
  position: absolute;
  z-index: -1;
  top: -7px;
  left: -7px;
  width: 14px;
  height: 14px;
  background-image: url('images/Post-s.png');
}

.Post-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 7px;
  right: 7px;
  height: 7px;
}

.Post-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 14px;
  background-image: url('images/Post-h.png');
}

.Post-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 7px;
  right: 7px;
  height: 7px;
}

.Post-bc div
{
  position: absolute;
  z-index: -1;
  top: -7px;
  left: 0;
  width: 100%;
  height: 14px;
  background-image: url('images/Post-h.png');
}

.Post-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 7px;
  left: 0;
  width: 7px;
  bottom: 7px;
}

.Post-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 14px;
  height: 100%;
  background-image: url('images/Post-v.png');
}

.Post-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 7px;
  right: 0;
  width: 7px;
  bottom: 7px;
}

.Post-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -7px;
  width: 14px;
  height: 100%;
  background-image: url('images/Post-v.png');
}

.Post-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  background-image: url('images/Post-c.png');
}


.Post
{
  margin: 10px;
}


/* begin Box, Block */
.Block
{
  overflow: hidden;
  min-width:21px;
  min-height:21px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


.Block-body
{
  position: relative;
  z-index: 0;
  margin: 10px;
}

.Block-tl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url('images/Block-s.png');
}

.Block-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
}

.Block-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -16px;
  width: 32px;
  height: 32px;
  background-image: url('images/Block-s.png');
}

.Block-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
}

.Block-bl div
{
  position: absolute;
  z-index: -1;
  top: -16px;
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url('images/Block-s.png');
}

.Block-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
}

.Block-br div
{
  position: absolute;
  z-index: -1;
  top: -16px;
  left: -16px;
  width: 32px;
  height: 32px;
  background-image: url('images/Block-s.png');
}

.Block-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 16px;
  right: 16px;
  height: 16px;
}

.Block-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  background-image: url('images/Block-h.png');
}

.Block-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 16px;
}

.Block-bc div
{
  position: absolute;
  z-index: -1;
  top: -16px;
  left: 0;
  width: 100%;
  height: 32px;
  background-image: url('images/Block-h.png');
}

.Block-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 16px;
  left: 0;
  width: 16px;
  bottom: 16px;
}

.Block-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 32px;
  height: 100%;
  background-image: url('images/Block-v.png');
}

.Block-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 16px;
  right: 0;
  width: 16px;
  bottom: 16px;
}

.Block-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -16px;
  width: 32px;
  height: 100%;
  background-image: url('images/Block-v.png');
}

.Block-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 16px;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background-image: url('images/Block-c.png');
}


.Block
{
  margin: 7px;
}

.Block table.table
{
  border-collapse: collapse;
  margin: 1px;
}

.Block table.table th, .Block table.table td
{
  padding: 2px;
}


.Block table.table td
{
  vertical-align: top;
}
/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
	position: relative;
	overflow: hidden;
	height: 30px;
	z-index: 0;
	line-height: 30px;
	margin-bottom: 7px;
	text-align: left;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	width: auto;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
}


.BlockHeader .l, .BlockHeader .r, .BlockHeader .r div 
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 30px;
}

.BlockHeader .l 
{
  left: 0;
  right: 7px;
}


.BlockHeader .r 
{
  right: 0;
  width: 7px;
}


.BlockHeader .r div
{
  right: 0;
}


.BlockHeader .l, .BlockHeader .r div 
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/BlockHeader.png');
}


/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent 
{
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
  
  
}



.BlockContent-body 
{
	position: relative;
	overflow: hidden;
	z-index: 0;
	margin: 7px;
	text-align: left;
	color: #E8F3FC;
	font-family: 'Arial';
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 0px;
}
.BlockContent a
{
	color: #CCCCCC;
}
.BlockContent a:link
{
	color: #CCCCCC;
	text-decoration: underline;
}

.BlockContent a:hover
{
  color: #2A90E5;
}
.BlockContent a:hover:visited
{
  color: #2A90E5;
}

.BlockContent a:visited
{
	color: #CCCCCC;

}

/* end Box, BlockContent */

/* begin LayoutCell */
.contentLayout .sidebar1
{
	position: relative;
	margin:0;
	padding:0;
	border:0;
	float: left;
	overflow: hidden;
	width: 30%;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .content
{
	position: relative;
	margin:0;
	padding:0;
	border:0;
	float: left;
	overflow: hidden;
	width: 69%;
}
/* end LayoutCell */



.png 
{
}



h1 a, h2 a, h3 a, h4 a, h5 a
{
  text-decoration: none;
}
/* Start blockquote */

blockquote p
{
	color:#1E1001;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0px;
	text-align: left;
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 150%;
	font-size: 12px;
}


blockquote
{
	border:1px solid #FAB76B;
	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;
	background-image:url(images/PostQuote.png);
	background-position:left top;
	background-repeat:no-repeat;
}



/* Finish blockuote */
