body {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: center;
	background: #d9e4f1 url(../images/page_bg.jpg) repeat-x left top; 	
}

div {
	padding:0px;
	margin:0px;
}

img {
	border: none;
}

a, a:visited {
	color: #1a56ac;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

li {
  margin-left:5px;  
}

h1 { 
  margin: 0 0 10px 0; 
  font-size: 1.1em; 
  color: #4B4000; 
  background: inherit; 
}

h2 { 
  margin: 0 0 10px 0; 
  font-size: 1.1em; 
  color: #4B4000; 
  background: inherit; 
}
  		
h3 { 
  color: #808080; 
  background: inherit; 
  margin: 0; 
  }
  
.border_left {
	width: 5px;
	background-image: url('images/border_l.gif');
	background-repeat: repeat-y;
}
.border_center {
	 height: 5px;
	 background-image: url('images/border_centr.gif'); 
	 background-repeat: repeat-x;
}
.border_right {
	 width: 5px;
	 background-image: url('images/border_r.gif'); 
	 background-repeat: repeat-y;
}

#panel_main {
	width: 454px;
	background-color: White;
	z-index: 0;
	vertical-align: top;
	padding-left: 30px;
	padding-right: 27px;
	border-right: 1px dotted #99bde2;	
}

#panel_right {
	width: 261px;
	background-color: #fff;
	vertical-align: top;
	padding-left: 27px;
	padding-right: 30px;
  	
}

.keywords {
  font-size: 70%; 
  text-align: justify;
  margin: 0px; padding: 10px;
  padding-top: 50px; 
  color: #999;
  border-top: 1px dotted #99bde2;
}

.keywords strong {
  font-weight: normal;
}

.copyleft, .copyleft2 {
  font-size: 70%;
  text-align: center; 
  margin: 0; 
  padding: 0;
  color: #54697e;
  background-color: #fff;
}

.copyleft a {
	font-weight: normal;
}

.copyleft2 a, .copyleft2 a:visited {
	font-weight: normal;
  color: #54697e;
	text-decoration: none;
}

.copyleft2 a:hover {
	font-weight: normal;
  color: #54697e;
	text-decoration: underline;
}

.content_main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 72%;
	font-weight: normal;
	color: #636363;
	line-height: 1.8em;
  text-align: justify;
  padding-top: 30px;	
}


.content_main h1{
	font-size: 130%;
	color: #636363;
}
.content_main h2{
	font-size: 115%;	
	color: #636363;
	line-height: 1.2em
}
.content_main h3 {
	font-size: 115%;
	color: #636363;
	line-height: 1.5em
}
.content_main h4 {
	font-size: 110%;
}

.content_main td {
font-size: 100%;
}

.content_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 72%;
	font-weight: normal;
	color: #194ea3;
	line-height: 1.5em;
  text-align: justify;	
}

.wrap {  
	vertical-align: top;
	border: none;
	width: 100%;	
	}

