body {
	margin: 0px;
	text-align: center;
	background: url(../images/page_bg.jpg) repeat;
}
body, p, div, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 19px;
	background: url(../images/header_bg.jpg) top no-repeat;
}
/*#header {
	font-size: 0px;
}*/
#languagebar {
	height: 15px;
	padding-top: 5px;
	background: url(../images/language_bar.jpg) no-repeat;
	text-align: right;
	color: #FFFFFF;
	font-size: 10px;
}
#languagebar a {
	margin: 0px 5px;
	color: #FFFFFF;
	text-decoration: none;
}
#languagebar a.current {
	font-weight: bold;
}
#contents {
	background: url(../images/container_bg.jpg) repeat-y;
	padding: 0 9px 0px 11px;
}
#columnleft {
	width: 180px;
	float: left;
}
#logo {
	
}
#navleft {
	
}
#navleft ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navleft ul li {
	
}
#navleft ul li a {
	height: 25px;
	line-height: 25px;
	display: block;
	color: #FFFFFF;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
}
#navleft ul li.link1 a {
	background: url(../images/mainmenu_item1.jpg) repeat-x;
}
#navleft ul li.link2 a {
	background: url(../images/mainmenu_item2.jpg) repeat-x;
}
#navleft ul li.link3 a {
	background: url(../images/mainmenu_item3.jpg) repeat-x;
}
#navleft ul li.link4 a {
	background: url(../images/mainmenu_item4.jpg) repeat-x;
}
#navleft ul li.link5 a {
	background: url(../images/mainmenu_item5.jpg) repeat-x;
}
#navleft ul li.link6 a {
	background: url(../images/mainmenu_item6.jpg) repeat-x;
}
#navleft ul li.link7 a {
	background: url(../images/mainmenu_item7.jpg) repeat-x;
}
#navleft ul li.link8 a {
	background: url(../images/mainmenu_item8.jpg) repeat-x;
}
#columnmain {
	width: 566px;
	float: right;
}
#footer {
	clear: both;
	background: url(../images/footer_bg.jpg) no-repeat;
	color: #DEE4CA;
	height: 66px;
	text-align: right;
}
#footer a {
	color: #DEE4CA;
	text-decoration: none;
}
#footer ul {
	color: #DEE4CA;
	list-style: none;
	margin: 0px;
	padding: 3px 15px 0px 0px;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	color: #DEE4CA;
	font-weight: bold;
	text-decoration: none;
	margin-right: 5px;
	padding-left: 5px;
}
#footer #copyright {
	float: left;
	padding-left: 25px;
}
#footer #poweredby {
	float: right;
	padding-right: 25px;
}
.clr {
	clear: both;
}
.boxsendtext {
	clear: both;
	width: 90%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	border-top: 1px #EEEEEE solid;
}
.boxsendtext .top {
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	color: #4F6491;
	padding-left: 25px;
	background: url(../images/bullet_arrowbutton.jpg) no-repeat 5px center;
	border-top: 1px #EEEEEE solid;
	border-right: 1px #EEEEEE solid;
	border-left: 1px #EEEEEE solid;
}
.boxsendtext .boxcontents {
	font-weight: bold;
	color: #505050;
	padding: 15px 8px 15px 8px;
	text-align: center;
	background-color: #F9F9F9;
	/*border: 1px #EEEEEE solid;*/
}
.boxsendtext .boxcontents a {
	color: #349DD4;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	background: url(../images/pagetitle.jpg) repeat-x;
	height: 44px;
	line-height: 44px;
	margin: 2px 0px 2px 0px;
	padding: 0px 5px 0px 5px;
	color: #607A93;
	font-family: inherit;
	font-size: 18px;
	font-weight: bold;
}
.inputform {
	clear: both;
}
.inputform .label {
	width: 25%;
	float: left;
	display: block;
	font-weight: bold;
	text-align: right;
	margin: 2px 2px 2px 2px;
}
.inputform .field {
	width: 65%;
	float: left;
	display: block;
	margin: 2px 2px 2px 2px;
}
.textbox {
	font-family: inherit;
	font-size: inherit;
	border: 1px #999999 inset;
}
a {
	color: #349DD4;
}