body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0px;
	margin:8px;
}
a {
	text-decoration: none;
	color:#4C4FA0;
}
a img {
	border:none;
}
a:hover {
	text-decoration:underline;
}
div#webpage {
	width:1024px;/*790px*/
	margin-left:auto;
	margin-right:auto;
}
div#languagebar {
	margin-bottom:7px;
	height:15px;
	overflow:hidden;
}
div#languagebar img {
	border:none;
}
div#header_pre {
	background-image:url('/userfiles/images/header_pre.gif');
	overflow:hidden;
	height:4px;
}
div#header {
	background-image:url('/userfiles/images/headerbg/01.jpg');
	overflow:hidden;
	height:62px;
}
div#header_post {
	background-image:url('/userfiles/images/header_post.gif');
	overflow:hidden;
	height:4px;
}
div#webpage_body {
/* 	background-color:#AAAAAA; */

}
div.webpage_body_1col {
	background-image:url('/userfiles/images/menubg.gif');
}

div.webpage_body_2col {
	background-image:url('/userfiles/images/menubg_2col.gif');
}

div#webpage_body_footer {
	overflow:hidden;
	height:50px;
}
div.webpage_body_footer_1col {
	background-image:url('/userfiles/images/menu_post.gif');
}
div.webpage_body_footer_2col {
	background-image:url('/userfiles/images/menu_post_2col.gif');
}
div#menu {
	float:left;
	width:138px;
}
div#menu a {
	margin-top:10px;
	display:block;
	padding-right:25px;
	padding-left:10px;
	text-align:right;
	color:white;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	zoom:1; /* IE bug: enforce display:block without width/height */
}
div#menu div.level2 a {
	margin-top:5px;
	font-size: 10px;
	padding-right: 25px;
	color:#A7A7C9;
}
div#menu a:hover, div#menu a.selected {
	background-image:url('/userfiles/images/menu_active_m.gif');
	background-repeat:no-repeat;
	background-position:left center;
}
div#menu a:hover {
	color: #C1C2D6;
}
div#main {
	width:844px; /*610px*/
	float:left;
/* 	background-color:#FFCCFF; */
	padding-top:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
div#right {
	width:205px;
	float:left;
/* 	background-color:#FFCCFF; */
	padding-top:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
div#footer_line
{
	background-color: #EEEDEA;
	height:4px;
	overflow:hidden;
	width:979px;/*745px*/
}
div.content_padding {
	padding-left:10px;
	padding-right:10px;
}
div#footer {
	padding-top:5px;
	padding-left:145px;
	color:#BBB7AA;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
div#footer a {
	text-decoration: none;
	color: #BBB7AA;
}
p {
	margin-top:0px;
	margin-bottom:15px;
}
h1, h2, h3 {
	font-weight:bold;
	padding:0px;
	margin-top:0px;
	margin-bottom:15px;
}
h1 {
	font-size:14px;
	border-bottom:1px solid #E9E9E9;
}
h2 {
	font-size:12px;
	border-bottom:1px solid #E9E9E9;
}
h3 {
	font-size:12px;
}
ul {
	padding-left:20px;
	margin-left:0px;
}
ul li {
	margin-bottom:10px;
	list-style-type:square;
	list-style-image: url('/userfiles/images/bullet_l1.gif');
}
/* nested list */
ul ul {
	margin-top:10px;
}
ul ul li {
	list-style-type:square;
	list-style-image: url('/userfiles/images/bullet_l2.gif');
}



/* NEWS */
div.news div.entry {
	margin-bottom:25px;
}
div.news div.entry div.title {
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #E9E9E9;
}
div.news div.entry p {
	margin-bottom:7px;
	margin-top:7px;
}

div.news div.entry div.shorttext {
/* 	margin-top:5px; */
}

/* FORMS */
table.form input.textbox {
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:1px solid #AAAAAA;
	width:300px;
	color:#4C4FA0;
}
table.form textarea {
	border:1px solid #AAAAAA;
	width:300px;
	height:200px;
	color:#4C4FA0;
}
table.form input.submitbutton {
	border:1px solid #AAAAAA;
	background-color:#FAFAFA;
	color:#666666;
}



/* customcontrols */

table.centerlist {
	width:100%;
}
table.centerlist td {
	border:none;
	padding:15px;
	padding-right:20px;
	vertical-align:top;
}

table.centerlist tr {
	border-bottom:1px solid #E9E9E9;
}