/************************************************************** Site style */
body, input, select, textarea, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	margin: 0px 0px 0px 0px;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	background-color:#E6EDDF;
}
a {
	text-decoration:none;
	color:#0000ff;
}
a:visited {
	text-decoration:none;
	color:#0000ff;
}

a:hover {
	text-decoration:underline;
}
form {
	padding:0px;
	margin:0px;
}


/************************************************************** Headings */
h1 {
	font-size:20px;
	margin-bottom: 5px;
	padding-bottom:0px;

}
h2 {
	font-size:13px;
}


/************************************************************** Page main */
table.main {
	width: 755px;
	background-color:#ffffff;
} td {
	padding: 15px 10px 15px 10px;
}
div.main {
	text-align:left;
	width:523px;
	float:right;
	margin-right:5px;
}
div.icon {
	margin-left:10px;
	margin-right:5px;
	float:left;
	padding-top:23px;
} div.icon img {
	padding-bottom:18px;
}


/************************************************************** Site Top */
div.top {
	width: 725px;
	padding-bottom: 0px;
	margin-bottom:25px;
	text-align:left;
}


/************************************************************** Site Menu */
div.left {
	float:left;
	width:188px;
	background-repeat:no-repeat;
	background-color: #F7F7F7;
	border:1px solid #E8E8E8;
	text-align:center;
	padding-top:10px;
	margin-left:4px;
	margin-bottom:10px;
}
div.left ul {
	width:100%;
	text-align:left;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*border-top:1px solid #999999;*/
	list-style:none;
}
div.left li {
	border:1px solid #E8E8E8;
	padding:6px 0px 6px 8px;
	margin:0px 0px 0px 0px;
	background-image:url(/images/arrow.gif);
	background-repeat:no-repeat;
	background-position:170px;
	white-space:nowrap;
	background-color: #ffffff;
	margin:2px 2px 2px 2px;
}div.left li a {
	font-weight:bold;
	color:#194598;
	font-size:12px;
}
div.left li.head {
	border-top:1px solid #999999;
	background-image:none;
	background-color:#F7F7F7;
	font-weight:bold;
	color:#666666;
	font-size:12px;
	padding:15px 0px 2px 8px;
	border-width:0px;
}div.left li.head a {
	color:#194598;
	font-size:12px;
}


/************************************************************** Site Bottom */
div.bottom {
	margin-top: 15px;
	padding: 0px 0px 0px 0px;
	width: 734px;
	background-color: #F7F7F7;
	clear:both;
}
div.foot {
	text-align:left;
	margin-top:10px;
}
div.foot a {
	font-size:9px;
	color:#565656;
}


/************************************************************** Box Table */
table.BoxTable {
	border:1px solid #91a7b4;
}
table.BoxTable td {
	padding: 5px;
	border-bottom:1px solid #CCCCCC;
}
table.BoxTable tr.head td {
	background-color:#ebeadb;
	color:#666666;
	border-bottom:2px solid #91a7b4;
}
table.BoxTable tr:hover {
	background-color:#CCCCCC;
}
