body { 
   padding: 0; 
   margin: 0; 
   text-align: center;
	font: 0.7em Tahoma, sans-serif; 
	background: #fff; 
	color: #454545; 
}

a { color: #E0691A; background: inherit; }
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 2.1em Arial, Sans-Serif; padding: 7px 0 0 8px; margin: 0; }
h1 a, h2 a { text-decoration: none; }

.dark  { color: #737373; background: inherit; font-weight: bold; }

h2 { font: bold 1.7em Arial, Sans-Serif; padding: 0; margin: 0; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }

/* p { margin: 0 0 5px 0; } */
ul { margin: 0; padding : 0; list-style : none; }

.content { 
   width: 780px;
   margin: 0 auto;
   padding: 10px;
   text-align: justify;
}

.header { 
   height: 55px;
	background: #eee;
	color: #808080;
   border-bottom: 1px solid #ccc;
}

.logo {
   float: left;
	padding-top: 5px;
}

.top-info {
   float: right;
	border-bottom: 1px solid #eee;
	background: #eee;
	color: #808080;
	padding: 20px 20px 0 0;
}

.top-info p {
   margin: 0;
}

.bar { 
   clear: both;
   font-size: 1.1em;
   height: 30px; 
   color: #FFF;
   background: #FF9148;
   margin-top: 3px;
}

.bar ul {
   height: 100%;
   overflow: hidden;
}

.bar li { 
   float: left;
   margin: 0;
   color: #FFEADC;
   background: #FF9148;

   height: 100%;
   padding: 7px 12px;
}

.bar li.active { 
   background: #E0691A url(../img.template/bar.gif) no-repeat center top; 
   color: #fff;
   font-weight: bold; 
}

.bar li a { 
   font-weight: bold;
   color: #FFF; 
   background: inherit;
   text-decoration: none;
}

.bar li a:hover { 
   color: #E0691A;
   background: inherit;
}

.vspace {
   float: right;
   height: 550px;
}

.center {
   clear: both;
}

.left {
	float: left;
	width: 62%;
}

.right {
	float: right;
	width: 33%;
	margin: 0 0 10px 0;

   background: #f5f5f5;
   color: #414141;
   padding: 8px;
}

.footer { 
	clear: both;
	text-align: center;
	padding: 5px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a {
   color: #808080;
}

.footer p {
   margin: 0;
}
