* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: #ffffff url(img/bg.gif);
	color: #696969;
	line-height:145%;
}

h1 {
 font-size: 18px;
 font-weight: bold;
 margin: 0px 0px 15px 0px;
 line-height:22px;
}

h2 {
 font-size: 14px;
 font-weight: bold;
 margin-right: 15px;
 margin-top: 20px;
}

h3 {
 font-size: 12px;
 font-weight: bold;
 margin-right: 15px;
}

a {
 color: #FF5600;
 font-weight: bold;
 text-decoration: none;
}
a:hover {
 color: #FC9F00;
 text-decoration: underline;
}
p {
 text-align: justify;
 margin: 0px 0px 10px 0px;
}

p.small_text {
 font-size:10px;
 color: silver;
}

p.left_text {
 margin-right: 15px;
 text-align: left;
}

ul {
 margin: 0px 0px 10px 15px;
 list-style: square;
}

li {
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}

hr {
 margin-right: 15px;
 margin-top: 15px;
 margin-bottom: 0px;
}
img {
	border: 0px;
	margin: 0;
	padding: 0;
}
#layout {
	width: 707px;
	margin: auto;
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 6px 7px 2px 6px;
	background: #ffffff;
}
#header {
	width: 705px;
	margin: auto;
	padding: 3px 0px 0px 3px;
	border:1px solid #ABABAB;
}
#main {
	width: 708px;
	height: 100%;
	overflow: auto;
	margin: auto;
	padding: 0px;
	border-bottom:1px solid #ABABAB;
	border-left:1px solid #ABABAB;
	border-right:1px solid #ABABAB;
	background: url(img/bgsdi.jpg) no-repeat;
	background-position: bottom right;
}
#sidebar {
	width: 205px;
	margin: 0px;
	padding: 1px 14px 7px 8px;
	float:left;
	background: url(img/dotline_vertical.gif) repeat-y;
	background-position: right;
}
#sidebar img {
	border: 0px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#content {
	width: 445px;
	margin: 0px;
	padding: 18px 20px 0px 13px;
	float:right;

}
#footer {
	width: 708px;
	margin: auto;
	padding: 3px 0px 2px 1px;
 font-size:10px;
 text-align:justify;
 color: silver;
}
#menu {
	margin: 0px;
	padding: 7px;
}
#menu ul {
	margin: 0px;
	list-style: none;
}

#menu ul li {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 9px 10px;
	background: url(img/nav_line.gif) no-repeat;
	background-position: bottom;
}
#menu ul li.current_page a {
	 color: #696969;
}
div.sidebar_item {
	margin: 0px;
	padding: 7px 7px 7px 7px;
	text-align: center;
}
div.sidebar_item img {
	max-width: 185px;
}
