@CHARSET "ISO-8859-1";

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 75%;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

#website {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #000;
}

#menu_header {
	height: 51px;
	background: url("images/menu_header_bg.jpg") repeat-x;
	text-align: center;
}

#menu_header ul, #menu_header ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#menu_header ul li {
	list-style-image: none;	
	list-style-type: none;
}

#menu_header ul li a {
	border: none;
	height: 51px;
}

#menu_header ul li a img {
	border: none;
}

#header {
	height: 252px;
	background: url("images/header_right_bg.jpg") right no-repeat;	
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

#logo {
	height: 162px;
	width: 281px;
	margin: 45px;
	background: url("images/logo.jpg") no-repeat;
}

#bottom {
	background-color: #002842;
	color: #FFF;
	height: 30px;
	text-align: center;
	padding: 12px 0 12px 0;
	line-height: 30px;
}

#middle {
	background-color: #025589;	
}

.addLeftPanel {
	background: url("images/left_bg_img.jpg") repeat-y;	
}

#leftPanel {
	float: left;
	width:245px;
	padding: 20px 35px;	
}

#rightPanel {
	margin-left: 315px;
	padding: 20px;
}

a {
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

a img{
	border: 0;	
}

.clearer {
	height: 0;
	clear: both;	
}

.left {
	float: left;	
}

.bold {
	font-weight: bold;	
}

.white {
	color: #FFF;	
}

.yellow {
	color: #D1BB37;
}

.message {
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;	
}

.justify {
	text-align: justify;	
}

ul.arrow {
	list-style-image: url("images/arrow.gif");
	padding-left: 16px;
	margin-top: 0;
	line-height: 200%;
}