
body  {
	font-family: "Segoe UI", Verdana, Tahoma, Sans, Arial,Helvetica, sans-serif;
	font-size:80%;
	background:	#ededed url(/img/body_bg.gif) top repeat-x;
	/*background: #E5E5E5;*/
	margin: 0em;
	padding: 0;
	color: black;
}

html {
	overflow-y:scroll;
}

img {
	vertical-align:middle;
	border:0;
}

a {
	text-decoration:none;
	color:#2946AD;
}
a:hover {
	text-decoration:underline;
	color:#6B76B1;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
}

ol, ul {
	margin:5px 0;
	padding-left:17px;
}

ul#easy {
	list-style-type:none;
	padding:0;
	padding-left:17px;	
	list-style-image: url(/img/bdot.gif);
}

ul.log {
	list-style-type:none;
	padding:0;
	vertical-align:middle;
}

/* Frames */

#container {
	width:870px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#inner-container {
	margin:0 5px;
	margin:0;
	padding:5px;
	position:relative;
	background:url(/img/border.png) repeat-y;
}

/* Content */

#content {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin: 0px 0px 0px 230px;
	position:relative;
}

div#content {
	line-height:18px;
	position:relative;
}

#content h1 {
	font-size:140%;
	color:#45548E;
	padding:8px 0;
	margin:0;
}

#content h2 {
	font-size:115%;
	color:#8E4545;
	padding:5px 0;
	margin:0;
}

#content h3 {
	font-size:100%;
	padding:5px 0;
	margin:0;
}

#content p {
	padding:5px 0;
	padding-left:5px;
	margin:0;
}

#content p.trademark {
	color:#aaaaaa;
	font-size:xx-small;
	margin-top:30px;
	vertical-align:bottom;
}
.text-header-2 { color: #2D569F; font-size: 12px; font-weight: bold }
/* Header */
#header {
	width:100%;
	height:121px;
	position:relative;
}

#header .top {
	background:url(/img/header.png) no-repeat top;
	height:20px;
}

#header .spacer {
	background:url(/img/border.png) repeat-y;
	height:101px;
}
.topmenu {
	left:270px;
	position:relative;
}
#header .logo {
	position:absolute;
	top:5px;
	left:42px;
	z-index: 100;
}
.text-header-normal { 
	color: #2D569F; 
	font-size: 14px; 
	font-weight: bold
}

.text-header-normal-reverse { 
	color: #FFFFFF; 
	font-size: 12px; 
	font-weight: bold 
}

.bg-light-1 {  
	background-color: #F6F6F6
}

.bg-light-11 { 
	background-color: #EEEEEE
}
.bg-light-2 { background-color: #dddddd}

.bg-light-0 { background-color: #FFFFFF}

.bg-light-3 { 
	background-color: #999999
}
#copyright {
	color:#555555;
	font-size:smaller;
	line-height:16px;
	width:100%;
	height:30px;
	position:relative;
	background:url(/img/footer.png) no-repeat top;
}

#copyright .left {
	position:absolute;
	left:10px;
	top:5px;
}
#copyright .center {
	position:relative;
	top:5px;
	text-align: center;
}
#copyright .right {
	position:absolute;
	right:10px;
	top:5px;
}

#copyright .languages {
	text-align:center;
	top:5px;
	position:relative;
}

.sidebar-left {
	float: left; 
	padding: 8px 5px;
	width: 230px;
}

.sidebar-right {
	float: right; 
	padding: 8px 0;
	width: 160px;
}


/* Navigation */
#navigation {
	font-size:85%;
	padding-left:15px;
	background:url(/img/navigation-bg.png) no-repeat;
	height:24px;
	line-height:24px;
	vertical-align:middle;
}

#navigation .header { color:#D9EDF9; font-weight:bold; }
#navigation ul { list-style-type:none; }
#navigation ul, #navigation li { padding:0; margin:0; display:inline; }
#navigation li { padding-right: .25em}
#navigation li.item { background:url(/img/right.gif) no-repeat left center; padding-left:1em; }
#navigation li a { color:#E6EEF7;	}
#navigation li a.selected { font-weight:bold; }

/* Sitemap */
#sitemap p {
	font-weight:bold;
	padding:4px;
}
.text-labels-small { 
	color: #666666; 
	font-size: 10px
}
.text-labels { color: #CCCCCC; font-size: 12px; font-weight: bold}

/* General Classes */

.alct {
	text-align:center;
}

.block {
	padding:10px 0;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

span.new,
span.important {
	color:red !important;
}

span.current {
	font-weight:bold;
}

span.selected {
	font-weight:bold;
	color:blue;
}

.comment {
	font-size:x-small;
	color:#909A9E;
}
.error {
	color:#FD6565;
	font-weight:bold;
}

/*FIX FOR CSS FLOATS*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */