body {
	background: #fff;
	font-size: 12px;
	font-family: arial, sans-serif;
	padding: 0;
	margin: 0;
}

#topleft {
	background: #000 url('images/top-left.png') no-repeat;
	width: 209px;
	height: 112px;
}

#top {
	background: url('images/top.png') repeat-x;
	height: 112px;
}

#leftmenu {
	background: #000 url('images/left.png') repeat-y;
	width: 209px;
	color: white;
}

#leftmenucontent {
	width: 162px;
	margin-left: 17px;
	padding: 15px 0 10px 0;
}

#leftmenubottom {
	width: 209px;
	height: 20px;
	background: url('images/left-bottom.png') no-repeat;
}

/* Left Menu Content */

#leftmenucontent h2 {
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #777;
	background: #222;
	color: #1e64c2;
	padding: 1px 0 2px 5px;
	margin: 0 0 5px 0;
}

#leftmenucontent ul {
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}	

#leftmenucontent ul ul {
	padding-left: 0px;
	font-size: 11px;
	margin-bottom: 15px;
	margin-left: 0;
}

#leftmenucontent ul ul li {
	margin-bottom: 3px;
}

#leftmenucontent ul ul a {
	padding: 1px 0 1px 5px;
	color: #ffbb00;
	font-size: 12px;
	font-family:arial,sans-serif;
	/*border-bottom: 1px solid #333;
	display: block;*/
	text-decoration: underline;
}
/*
#leftmenucontent ul ul a:hover {
	color: #fff;
	padding-left: 6px;
}*/

/* Left Menu Content end */

/* Generals - content */

h1 {
	background: #ffffff;
	display: block;
	font-size: 16px;
	padding: 2px 0 2px 0;
	color: #0053c4;
	margin-bottom: 15px;
	border-top: 2px solid #333;
}

h2 {
	background: #cccccc;
	display: block;
	font-size: 14px;
	padding: 2px 0 2px 10px;
	color: #013883;
	margin-bottom: 14px;
	border-top: 1px solid #333;
}

h3 {
	display: block;
	font-size: 12px;
	background: #dde;
	color: #013883;
	padding: 2px 0 2px 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

h4 {
	display: block;
	font-size: 11px;
	background: #dde;
	color: #013883;
	padding: 2px 0 2px 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

ul {
	list-style: square;
}

a {
	text-decoration: none;
	color: #0053c4;
}

a:hover {
	text-decoration: underline;
}

small {
	font-size: 10px;
	text-align: right;
}

img {
	border: none;
}
/* End of Generals - content */