* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 10px;
	font-size:0.9em;
	line-height:14px;
	font-family:Tahoma, Arial;
	font-size:11px;
	background: #0a8fde url(/images/bg.jpg) repeat-x fixed;
}
#toplogo {
	margin-left: auto;
	margin-right: auto;
	background: no-repeat url(/images/logo.png);
	width: 395px;
	height: 32px
}
a {
	color:#10639a;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	margin: 1em 0;
}
h1 {
	font-family: "Myriad Pro", "Trebuchet MS", Arial;
	margin:0;
	padding-bottom: 3px;
	text-transform:uppercase;
	font-size:18px;
	color:#10639a;
}
#logo {
	height:130px;
	background:url(/images/head_bg.jpg) no-repeat;
	overflow: hidden;
}
#slideshow {
	width: 616px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
	vertical-align: middle;
	height: 102px;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
}

#slideshow div {
	 width: 150px;
	 height: 100px;
	 border: 1px solid #000;
	 margin-left: 1px;
	 margin-right: 1px;
	 display: inline-table;
	 background-repeat: no-repeat;
}
#menu_outer {
	height:40px;
	padding-top:10px;
}
#menu {
	margin-top: 10px;
	padding-left: 10px;
	list-style: none;
}
#menu li {
	display:block;
	color:#000000;
	float:left;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #000;
	font-family: "Myriad Pro", "Trebuchet MS", Arial;
}
#menu li a {
	font-family: "Myriad Pro", "Trebuchet MS", Arial;
	text-transform:uppercase;
	color:#000000;
	font-size:14px;
}
#menu li ul {
	background-color: #f7f8f8;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	padding-top: 5px;
}
#menu li ul li {
	border-right: none;
	white-space: nowrap;
	background: none;
	margin-bottom: 5px;
}
#menu li ul li a {
	text-transform: none;
	font-size: 12px;
}
#menu li ul li a img {
	height: 12px;
	width: 12px;
	float: left;
	border: none;
}
.splitter {
	display:block;
	float:left;
}
.item img {
	background-color:#FFFFFF;
	padding:6px;
	border:1px solid #d0d0d0;
}
.item a {
	display:block;
	float:left;
	font-size:12px;
	color:#bd131d;
}
.description {
	display:block;
	float:right;
	width:220px;
	padding: 10px 20px 30px 0;
	line-height:12px;
}
#left {
	float: left;
	width:140px;
	padding: 10px;
	font-size:10px;
	background: #f8f8f8;	
	display:block;
	color:#000000;
	float:left;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	font-family: "Myriad Pro", "Trebuchet MS", Arial;
	list-style: none;
}
#left li {
	padding-bottom: 1px;
	margin-bottom: 10px;
}
#contentleft_bg {
background:url(/images/sidebar_lbg.gif) repeat-y top left;
	margin-left: 159px;
	padding-left: 10px;
	
}
#right {
	float: right;
	background: #f8f8f8;
	width:100px;
	padding: 10px;
	font-size:10px;
	text-align: left;
}
#contentright_bg {
	margin-right: 119px;
	background:url(/images/sidebar_rbg.gif) repeat-y top right;
	padding-right: 10px;
}
#content {
	padding: 10px;
	min-height: 50px;
}
#content img {
	border: none;
}
#main {
	background: #f8f8f8;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	font-family: "Myriad Pro", "Trebuchet MS", Arial;
	background: #000;
	height:55px;
	clear:both;
	color:#fff;
	font-size:12px;
}
#footer a {
	color:#fff;
}
#footer a:hover {
	text-decoration:none;
}
#left_footer {
	float:left;
	padding:20px 0 0 30px;
}
#right_footer {
	float:right;
	padding:20px 30px 0 0;
	text-align:right;
}
#username {
	background: no-repeat url(/images/username_bg.png) 0 0;
	width: 105px;
	padding: 3px 0 0 25px;
}
#password {
	background: no-repeat url(/images/password_bg.png) 0 0;
	width: 105px;
	padding: 3px 0 0 25px;
}