/* CSS Document */
body {
	background-color: #ddd;
	font-size: 15px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma;
}
#outer {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -293px;
	min-width: 846px; 
}
#wrapper {
	margin: 0px auto;
	width: 846px;
	height: 90%;
	top: 5%;
	position: relative;
	background: transparent url(bg_paper.png) scroll no-repeat;
	height: 586px;
}
#logo {
	margin-left: 65px;
	margin-top: 50px;
}
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none !important;
    }
}
a {
	color: #003399;
	outline: none;
	text-decoration: none;
}
.ui-tabs-selected a {
	text-decoration: none;
	font-weight: bold;
}
.ui-tabs-selected a:hover {
	text-decoration: none;
}
li a:hover {
	text-decoration: underline;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: default;
	color: #003399;
}
#interface div {
	height: 380px;
	overflow: auto;
}
#interface {
	margin-left: 70px;
	margin-right: 70px;
	overflow: hidden;
}
#interface ul {
	position: relative;
	float: left;
	list-style: none;
	margin-top: 20px;
	margin-left: 0px;
	padding: 0px;
	font-family: Tahoma, Arial;
	background: url(images/bottom.jpg) scroll no-repeat bottom;
	padding-bottom: 15px;
	font-size: 18px;
}
#interface ul li {
	margin-bottom: 10px;
	text-align: center;
	width: 170px;
	padding: 2px 0px;
}
#interface div {
	position: relative;
	float: right;
	width: 500px;
}
#footer {
	position: absolute;
	bottom: 0px;
	margin-bottom: 60px;
	margin-left: 50px;
	list-style:none;
}
#footer li {
	display: inline;
	margin-right: 4px;
}
#footer p {
	color: #555;
	font-size: 13px;
}
#footer * {
	border: none;
}
#footer a:hover {
	outline: solid 2px  #0066FF;
}

#subpage {
	background: white url(images/longpage.jpg) repeat-y scroll 50% 0%;
	margin: 0px;
	padding: 0px;
}
#subpage #wrapper2 {
	margin: 0 auto;
	width: 906px;
	padding: 0px;
}
#subpage #wrapper2 #inner {
	margin:  20px 80px;
	padding: 0px;
}