body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
	color: #2a3a59;
	margin: 20px 0 0 0;
	padding: 0;
	background-color: #dce3ef; 
	font-size: 12px;
}

form
{
	padding: 0;
	margin: 0;
}

p
{
	margin:10px 0 10px 0;
}

.i_hate_spam
{
	unicode-bidi: bidi-override;
	direction: rtl;
}

.white
{
	color: white;
}

.bold
{
	font-weight: bold;
}

a.blue
{
	color: #173265;
	text-decoration: none;
}

a.blue:hover
{
	text-decoration: underline;
}

ul.margin_10
{
	margin-top: 10px;
	margin-bottom: 10px;
}

div#page_center
{
	width: 802px;
	margin: auto;
}

div#header
{
	background-image: url(../images/header.jpg);
	width: 722px;
	height: 80px;
	padding: 103px 80px 0 0;
	text-align: right;
	float: left;
}

div#header span
{
	color: #c5d1e8;
}

div#content
{
	background-image: url(../images/content.jpg);
	width: 802px;
	border-bottom: 1px solid #8195ba;
	float: left;
	margin-bottom: 20px;
}

div#left_column
{
	background: url(../images/left_column_background_top.jpg) no-repeat;
	width: 193px;
	float: left;
	padding-top: 30px;
}

div#left_column_min_height
{
	width:1px;
	height: 207px;
	float: right;
}

ul#menu
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#menu li
{
	background: url(../images/menu_separator.jpg) no-repeat bottom;
	text-align: right;
	float: left;
}

ul#menu li a
{
	color: #c5d1e8;
	text-decoration: none;
	display: block;
	padding: 5px 0 2px 0;
	float: left;
	width: 150px;
}

ul#menu li a:hover
{
	color: #c5d1e8;
	text-decoration: none;
}

div#right_column
{
	width: 590px;
	float: left;
}

p.title
{
	font-size: 13px;
	font-weight: bold;
}

table.table_1
{
	border-collapse: collapse;
	margin: 10px 0 10px 0;
}

table.table_1 td
{
	border: 1px solid #708cb9;
	padding: 3px 6px 4px 6px;
	background-color: #acbbd7;
}

table.table_1 tr.header td
{
	background-color: #8ca3c8;
}

div#footer
{
	border-top: 1px solid #8195ba;
	padding-top: 3px;
	font-size: 9px;
	margin: 20px 0 5px 0;
	text-align: center;
}
