* 
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Tahoma, Arial, sans;
}

html,body 
{ 
	width: 100%;
	height: 100%; 
}

body 
{
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	min-width: 700px;
	color: #333;
	background-color:#fff;
	text-align: center;
}

ul
{
	margin-left: 0;
 	padding-left: 0;
	list-style-type: none;
}

ul li
{
	position: relative;
	padding-left: 16px;
	background-image: url(bull.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-bottom: 2px;	
}

ul li ul
{
	padding-top: 10px;
}

a, a:visited
{
    text-decoration: none;
    color: #3580c0;
}

a:hover
{	
	text-decoration: underline;
}

a.more
{
	font-size: 11px;
}

p
{
    padding-top: 0px;
    padding-bottom: 15px;
    line-height: 15px;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: bold;
}

h1
{
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 15px;
}

h2
{
	font-size: 16px;
	padding-bottom: 15px;
}

h3
{
	font-size: 14px;
	padding-bottom: 15px;	
}

h4
{
	font-size: 12px;
	padding-bottom: 15px;
}

h5
{
	font-size: 11px;
	padding-bottom: 15px;
}

h6
{
	font-size: 10px;
	padding-bottom: 15px;
}

blockquote
{
	padding-left: 20px;
}

h1.title
{
	font-size: 16px;
	font-weight: bold;
	color: #19599f;
	margin-top: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 3px solid #d5d5d5;
	margin-bottom: 10px;
	text-align: right;
}

h4.title
{
	background-color: #eee;
	font-weight: bold;
	padding: 4px;
	padding-left: 8px;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}

#page
{
	padding-bottom: 20px;
	text-align: center;
}

#header
{
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	background-position:top left;
	width: 698px;
	height: 105px;
	margin: 0 auto;
	text-align: center;
}

#lang
{
	padding: 0px;
	position: relative;
	float: right;
	margin-top: 62px;
	margin-right: 4px;
	display: block;
	width: 70px;
	height: 36px;	
}

#lang ul, #lang ul li
{
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#lang ul { float:left; }

#lang ul li a 
{
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	color: #19599f;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
}

#lang ul li a:hover
{
	color: #19599f;
	text-decoration: none;
}

#topmenu
{
	padding: 0px;
	border-top: 3px solid #1959A1;
	border-bottom: 3px solid #1959A1;
	position: relative;
	display: block;
	width: 698px;
	height: 18px;
	text-align: left;
	margin: 0 auto;
	z-index: 1;
}

#topmenu ul.topnav, #topmenu ul.topnav li
{
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#topmenu ul.topnav { float:right; margin-right: 10px; }

#topmenu ul.topnav li a 
{
	float: left;
	line-height: 18px;
	padding-left: 2px;
	padding-right: 2px;
	color: #19599f;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#topmenu ul.topnav li a:hover, #topmenu ul.topnav li a:hover.selected
{
	color: #19599f;
	text-decoration: none;
	background-color: #BBD7F4;
}

#content
{
    width: 698px;
    margin: 0 auto;
    text-align: left;
    background-image: url(leftmenu_bg.gif);
    margin-top: 21px;
    background-position: top left;
    background-repeat: repeat-y;
}

#menu
{
	position: relative;
	display: block;
	float: left;
	width: 170px;
	display: block;
	margin-top: 0px;
	margin-bottom: 21px;	
	background-color: #eee;
}

#menu ul, #menu ul li
{
	position: relative;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#menu ul { padding-top: 21px; padding-bottom: 21px; }

#menu ul li { display: inline; background-image: none; }

#menu ul li a 
{
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #047;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#menu ul li a:hover, #menu ul li a:hover.selected
{
	text-decoration: none;
	background-color: #BBD7F4;
}

#menu ul li a.selected
{
	text-decoration: none;
	background-color: #dfdfdf;
}

#banner
{
	border-top: 21px solid #fff;
}

#bannerHeader
{
	color: #195a9e;
	padding: 6px;
	padding-left: 12px;
	background-color: #d5d5d5;
	font-weight: bold;
}

#bannerText
{
	padding: 8px;
	overflow-x: hidden;
	width: 154px;
}

#path
{
	margin-bottom: 10px;
	margin-top: 0px;
}

#path, #path * { font-size: 11px; color: #3580c0; text-decoration: none; }

#text
{
	position: relative;
	display: block;
	float: right;
	width: 494px;
	margin-top: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
}

#footer 
{
	/*position: absolute;
	bottom: 0px;
	left: 0px;*/
	width: 100%;
	text-align: center;
	height: 50px;
}

#footerBlock
{
	border-top: 3px solid #1959A1;
    width: 698px;
    margin: 0 auto;
    display: block;
    height: 40px;
    text-align: center;
    padding-top: 4px;
}

#footerBlock, #footerBlock * {
    font-size: 10px;
    color: #9e9e9e;
    text-decoration: none;
}

.clear
{
    clear: both;
}

.bold
{
	font-weight: bold !important;
}

#commentList
{
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

#commentList, #commentList *
{
	font-size: 11px;
}

#commentListHeader
{
	background-color: #eee;
	font-weight: bold;
	padding: 4px;
	padding-left: 8px;
	position: relative;
	display: block;
	height: 14px;
}

#commentList ul
{
	margin-top: 15px;
}

#commentList ul li
{
	background-image: none;
	padding-left: 20px;
	padding-bottom: 15px;
}

#commentListHref
{
	color: #595959;
	text-decoration: none;
	display: block;
	float: left;
	position: relative;
}

#commentAddHref
{
	display: block;
	float: right;
	position: relative;
}

.xsTableRecordset { border-collapse: collapse; margin: 1px; }

.xsTableRecordset th { border-bottom: 1px solid #666; border-collapse: collapse; padding: 4px; }

.xsTableRecordset td { border-top: 1px solid #666; border-collapse: collapse; padding: 4px; }

.xsFormTable { width: 480px; }

.xsFormTable td, .xsFormTable th { padding: 4px; }

.xsFormCellLabel { color: #595959; width: 150px; }

.xsFormCellReq { color: #c00; width: 20px; }

.xsFormCellData { width: 300px; }

.xsFormToolbar { padding-top: 10px; text-align: right; padding-right: 20px; }

.xsFormToolbar input { width: 150px; height: 22px; border: 1px solid #97a5b0; background-color: #eee; margin-left: 10px; }

.xsPageInput { border: 1px solid #97a6b0; background-color:#fff; color: #000; width: 300px; padding: 2px; }

.xsPageSelect { border: 1px solid #97a6b0; background-color:#fff; color: #000; width: 306px; padding: 2px; }

.xsPageTextArea { border: 1px solid #97a6b0; background-color:#fff; color: #000; width: 300px; height: 100px; padding: 2px; }

.xsPageCheckBox { margin: 0px; }

#xsDebugContainer { padding: 8px; color: #c00; }

.divInfo
{
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	background-color: #eee;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	display: block;
	height: 14px;
}

.divInfoDate
{
	color: #175A9E;
	font-weight: bold;
	font-size: 10px;
	float: left;
}

.divInfoParent
{
	color: #5a5a5a !important;
	font-weight: normal;
	text-decoration: none !important;
	font-size: 11px;
	float: right;
}

.divInfoParent a
{
	color: #5a5a5a !important;
	font-weight: normal;
	text-decoration: none !important;
	font-size: 11px;
}

.articleImage
{
	padding: 0px;
	background-color: #eee;
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.articleImage img
{
	border: none;
	display: block;
	position: relative;
	clear: both;
	float: none;
}

.articleImageTitle
{
	padding: 4px;
	display: block;
	position: relative;
	font-size: 10px;
	text-align: center;
}

#pageListFirst { margin-top: -10px; }

#pageListFirst ul, #pageListFirst ul li { background-image: none; padding: 0px; margin: 0px; }

#pageList ul, #pageList ul li { background-image: none; padding: 0px; margin: 0px; }

.pageListImage
{
	padding: 0px;
	display: block;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.pageListImage img
{
	border: 1px solid #000;
	display: block;
	position: relative;
	clear: both;
	float: none;
}

.pageListBody
{
	margin-left: 130px;
	margin-right: 20px;
}

.pageListBody h4 { color: #000; }

.pageListBody div { font-size: 12px; }

#otherNews
{
	padding-top: 10px;
	padding-left: 20px;
}

#otherNewsHeader
{
	color: #1959a0;
	font-weight: bold;
	padding-bottom: 10px;
}

#otherNews ul, #otherNews ul li 
{
	background-image: none;
	padding: 0px;
	margin: 0px;
}

#otherNews ul li 
{
	margin-bottom: 8px;
}


#otherNews ul li a {
	color: #808080 !important;
	text-decoration: none !important;
}

.articleImageLeft
{
	padding: 0px;
	border: none;
	display: block;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.articleImageRight
{
	padding: 0px;
	border: none;
	display: block;
	position: relative;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.topLink
{
	font-size: 11px;
	font-weight: bold;
}

form, form *
{
	font-size: 11px;
}
