#container {
	color: #53626C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#container_m {
	color: #53626C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-color:#C4DBEC;*/
	width: 960px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#container_inner {
	padding:10px;
}
#right {
	width: 150px;
	margin-top:10px;
	margin-left:10px;
	margin-bottom: 30px;
	text-align: center;
	float: left;
	padding-left: 15px;
}

#left {
	width: 20px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom: 30px;
	text-align: center;
	float: left;
	padding-right: 10px;
}


#content {
	float:left;
	width: 750px;
	background-color:#FFF;
	margin-bottom: 30px;
	
}


#footer {
	clear: both;
	background-position: top;
	/*background-image: url(../images/line_footer.gif);
	background-repeat: no-repeat;*/
	border-top:1px solid #808285;
	height: 20px;
	margin-top: 20px;
	
}

#footer_links {
	text-align:center;
	height: 140px;
	clear: both;
}

#header {
	background-position: bottom;
	background-image: url(../images/line_footer.gif);
	background-repeat: no-repeat;
}

#menu {
	width:750px;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: left;
	border:1px solid #C4DBEC;
	padding: 5px;
}


#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	margin-top:3px;	
	color: #808285;
}

#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808285;
	float: right;
	text-align: right;
	margin-top: 3px;
}

fieldset{
	border: 1px dotted #79A6C8;
	padding: 4px;
}

legend { 
	background-color: #fff; 
	padding: 4px; 
}

.pub {
	padding-right: 15px;
	
}

.pub_google {
	padding-top: 10px;
	padding-bottom: 10px;
	
}

.pub_google_link {
	padding-top: 15px;
	padding-bottom: 15px;
	
}

.pub_container {
	background-position: top;
	background-image: url(../images/line_footer.gif);
	background-repeat: no-repeat;
	padding: 5px;
	margin:5px;
}



h1 {
	margin-top:30px;
}

h2 {
	margin-top:20px;
}

.lang {
	color:#97A5B0;
	padding-right: 5px;
	font-weight:bold; 
}

body {
	/*background-color:#C4DBEC;*/
	background-color:#FFF;
}

.title {
	color: #C4DBEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 1px;
	background-color:#FFF;
}

.subtitle {
	color: #C4DBEC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color:#FFF;
}


a, a:link, a:visited {
	color: #79A6C8;
	font-weight: bold;
	text-decoration: none;
	background-color:#FFF;
}

a:hover, a:active  {
	color: #FB7922;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFF;
}

a.alt {
	color: #FB7922;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFF;
}

a.menu, a.menu:link, a.menu:visited {
	margin-right:20px;
	color: #79A6C8;
	font-weight: bold;
	text-decoration: none;
	background-color:#FFF;
	
	font-size:12px;
}

a.menu:hover, a.menu:active  {
	margin-right:20px;
	color: #FB7922;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFF;
	
	font-size:12px;
}


li {
	list-style-image: url(../images/bullet.gif);
	line-height: 25px;
	vertical-align: middle;
}

li.sub {
	list-style-image: url(../images/bt_menu.gif);
	line-height: 25px;
	vertical-align: middle;
}

li.none {
	list-style: none;
}

.nowrap {
	white-space: nowrap;	
}

pre {
	padding: 6px;
	background-color: #F7F8FB;
	border: 1px dotted #79A6C8;
}

.date {
	color:green;
}

.thumb {
	padding:5px;
	border: 1px solid #cad6de;
	margin-right:10px;
	background-color: #f2f6f8;
}

.tblCss {
	width: 500px;
}

.tblCss  TD {
	width:150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808285;
	padding: 5px;
	border: 1px solid  #808285;
	border-collapse: collapse;
}

.trheader TD{
	color: black;
	font-weight:bold;
}