@charset "utf-8";
/* CSS Document */

html,body {
	margin:0;
	padding:0;
	border:0;
	height:100%;
}
div.borderdiv {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	min-height:700px;
	min-width: 900px;
}
a img {
	border:none;
}
#content {
	position:absolute;
	bottom:0;
	top:0;
	left:0;
	right:0;
	padding:25px;
	min-height:650px;
	min-width: 850px;
}
#topleft {
	background-image:url(images/topleft.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#top {
	background-image:url(images/top.jpg);
	background-position:top;
	background-repeat:repeat-x;
	z-index:-1;
}
#topright {
	background-image:url(images/topright.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
#left {
	background-image:url(images/left.jpg);
	background-position:left;
	background-repeat:repeat-y;
	z-index:-1;
}
#right {
	background-image:url(images/right.jpg);
	background-position:right;
	background-repeat:repeat-y;
	z-index:-1;
}
#bottomleft {
	background-image:url(images/bottomleft.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#bottom {
	background-image:url(images/bottom.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	z-index:-1;
}
#bottomright {
	background-image:url(images/bottomright.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#sddm {
	margin: 0;
	padding: 0;
	z-index: 50;
}
#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 10px arial;
}
#sddm li.separator {
	padding: 5px 0px;
	font: bold 10px arial;
	color: #CC0000;
}
#sddm li a {
	display: block;
	padding: 5px 20px;
	color: #666666;
	text-align: center;
	text-decoration: none;
}
#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
#sddm div a	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 200px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #666666;
	background-color: #FFFFFF;
	font: 10px arial;
	border: solid #CCCCCC 1px;
}
#sddm div a:hover {
	color: #000034;
}
#logo {
	font: bold 36px arial;
	white-space: nowrap;
	margin: 0;
	padding-top: 65px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
}
#sidebar {
	width: 205px;
	float: left;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}
#sidebar ul li {
	margin: 10px 0;
	padding: 0 0 5px 0;
	list-style: none;
	font: bold 10px arial;
	color: #666666;
	border-bottom: 1px solid #999999;
}
#sidebar a {
	font: bold 10px arial;
	color: #666666;
	text-decoration:none;
}
#sidebar a:hover {
	font: bold 10px arial;
	color: #000034;
	text-decoration:none;
}
#textdiv {
	clear:both;
	padding-top:0;
	margin:0;
}
#textdiv p {
	font: 14px arial;
}
