html,body {
	padding: 0;
	margin: 0;
	line-height: 1.3;
	}
body {
	font-family: arial, tahoma;
	font-size: 14px;
	background: #F3E8B0 url('media/bg.jpg') top center;
	color:#2b2b2b;
	}
.c {
	clear: both;
	font-size:0;
	height:0;
	}
	
img {
	border: 0;
	}
	
a {
	color:#005826;
	text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	}
	
.holder {
	width: 910px;
	margin: 0 auto 20px auto;
	}

#top {
	margin-top: 5px;
	height: 156px;
	position: relative;
	overflow: hidden;
	background: url('media/top_bg.jpg') no-repeat top left;
	}
	
#logo {
	position: absolute;
	top: 1px;
	left: 16px;
	}
	
#languages {
	width: 100px;
	position: absolute;
	top: 5px;
	right: 43px;
	}
	
#languages a {
	width:33%;
	font-family: arial;
	font-size: 11px;
	color:#000;
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
	}
	
#languages a.sel {
	font-weight: bold;
	}
	
#contentWrapper {
	background: url('media/cbg.gif') repeat-y top left;
	}
	
#contentRuler {
	background: url('media/ruler.gif') repeat-y 882px -121px;
	padding: 30px 0 20px 0;
	}
	
.title {
	color:#2f2f2f;
	font-size:18px;
	margin: 0;
	font-weight: normal;
	}
	
#bottomLine {
	background: url('media/bbg.gif') no-repeat top left;
	height: 10px;
	font-size: 0;
	}
	
#footer {
	font-size: 12px;
	padding-top: 15px;
	}
	
#footer p {
	margin: 0;
	}
	
#footer .footerBlock {
	width: 180px;
	float: left;
	margin-left: 40px;
	background: url('media/footerLine.gif') no-repeat top left;
	padding-left: 7px;
	}
#footer .moveRight {
	float: right;
	margin-left: 0;
	}

#leftSide {
	width: 250px;
	float: left;
	overflow: hidden;
	}

#rightSide {
	width: 600px;
	padding-right: 40px;
	float: right;
	overflow: hidden;
	font-family: tahoma, arial;
	}

#rightSide p {
	margin: 0;
	padding-bottom: 5px;
	}
	
#topMenu {
	position: absolute;
	top: 114px;
	left: 20px;
	}
	
#topMenu a {
	display: block;
	float: left;
	color:#fff;
	font-size:13px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px;
	}
	
#topMenu a:hover, #topMenu a.selected {
	text-decoration: underline;
	}

#menu {
	padding-left: 3px;
	}

#menu a.parentMenu {
	display: block;
	background: url('media/menu_bg_new.gif') no-repeat top left;
	margin-top: 5px;
	color:#fff;
	text-decoration: none;
	font-size:12px;
	font-weight: bold;
	line-height: 1;
	padding: 5px 5px 5px 7px;
	}
	
#menu a.subMenu {
	display: block;
	background: url('media/submenu_bg.gif') no-repeat left center;
	padding: 3px 10px 3px 20px;
	margin-left: 2px;
	color:#066195;
	font-size:11px;
	}

#menu a.subMenuSub {
	display: block;
	background: url('media/submenu_bg.gif') no-repeat left center;
	padding: 3px 10px 3px 30px;
	margin-left: 2px;
	color:#066195;
	font-size:11px;
	text-decoration: none;
	}
	
#menu a.subMenuSelected {
	font-weight: bold;
	text-decoration: none;
	color:#000;
	}

	
#waterMark {
	position: absolute;
	top: 13px;
	left: 196px;
	color:#fff;
	font-family: arial;
	font-weight: bold;
	}
	
#waterMark #line1 {
	font-size: 35px;
	position: absolute;
	top: 5px;
	left: 0;
	}
#waterMark #line2 {
	font-size: 28px;
	top: 29px;
	left: 50px;
	position: absolute;
	}
#waterMark #line3 {
	font-size: 20px;
	position: absolute;
	top: 55px;
	left: 189px;
	}
	
.smallTitle {
	padding-left: 20px;
	color:#424242;
	margin: 10px 0 5px 0;
	font-size:14px;
	}
	
.faq {
	font-size: 12px;
	}
	
.success {
	color:#428C10;
	font-weight: bold;
	font-size: 15px;
	}