* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000000;
	background-color: #5454c2;
	margin: 10px 0px;
}
a:link {
	color: #ff6b00;
	text-decoration: none;
}
a:visited {
	color: #ff6b00;
	text-decoration: none;
}
a:hover {
	color: #ff6b00;
	text-decoration: underline;
}

.bluetext {
	color: #0033ff;
}

.clear {
	clear: both;
}

#BgContainer {
	width: 920px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#Header {
	width: 920px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#HeaderTop {
	background-color: #3c3c8c;
	width: 920px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}
#NavLeft {
	float: left;
	background-color: #FFFFFF;
	padding-left: 167px;
	width: 30px;
	height: 21px;
}

#Navigation {
	background-color: #3c3c8c;
	float: right;
	width: 723px;
	height: 15px;
	color: #FFFFFF;
	padding: 3px 0px 3px 0px;
}

#Navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#Navigation li {
	display: inline;
}

#Navigation a {
	padding: 4px 10px;
	text-decoration: none;
	font-size: 11px;
	font-weight: 600;
	color: #FFFFFF;
	border-right: solid 0px #303276;
}

#Navigation a:hover {
	background-color: #ff6b00;
}

#Navigation a.current {
	background-color: #ff6b00;
}

#HeaderMain {
	width: 920px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}
#header-1 {
	float: left;
	width: 18px;
	height: 145px;
	background: #FFFFFF url(/themes/heurisko/images/header-left.gif) no-repeat right top;
}
#header-2 {
	float: left;
	background-color: #FFFFFF;
	width: 149px;
	height: 134px;
}
#header-2 p {
	font-weight: bold;
	text-align: right;
	margin: 0px;
	margin-right: 25px;
}

#header-3 {
	float: left;
	background-color: #FFFFFF;
	width: 30px;
}
#header-4 {
	float: left;
	background: #FFFFFF url(/themes/heurisko/images/header-center-bg.gif) repeat-x right;
	width: 666px;
}
#header-5 {
	float: left;
	background-color: #ff6b00;
	width: 55px;
	height: 132px;
	border-top: #ffffff 2px solid;
	border-left: #ffffff 2px solid;

}

#Layout {
	clear: both;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 920px;
}

#Sidebar {
	float: left;
	width: 157px;
	margin-top: 5px;
	padding: 0px 20px;
}

#Sidebar ul.nav-secondary {
	background: url(/themes/heurisko/images/side_menu_bg.gif) repeat-y;
	list-style: none;
	margin: 0px;
	padding: 11px 0px;
	width:155px;
}

#Sidebar ul.nav-secondary a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

#Sidebar ul.nav-secondary a:hover {
        color: #000000;
        text-decoration: none;
        font-weight: bold;
        font-size: 11px;
}

#Sidebar ul.nav-secondary a:visited {
        color: #000000;
        text-decoration: none;
        font-weight: bold;
        font-size: 11px;
}

#Sidebar ul.nav-secondary li {
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	padding-left:17px;
	background: url(/themes/heurisko/images/side_menu_item.gif) no-repeat;
	width: 139px;
	height: 19px;
}

#Sidebar ul.nav-secondary li:hover {
	background: url(/themes/heurisko/images/side_menu_over.gif) no-repeat;
}

#Sidebar ul.nav-secondary li.current {
	background: url(/themes/heurisko/images/side_menu_over.gif) no-repeat;
}

#Content {
	/*background: url(/themes/heurisko/images/smiling-woman-face-4.jpg) no-repeat right top;*/
	float: right;
	width: 680px;
	padding: 0px 10px 0px 20px;
	margin: 0px 10px 10px 0px;
	border-left: dashed 3px #ff6b00;
	min-height: 250px;
}

#Footer {
	font-size: smaller;
	clear: both;
	padding: 5px 10px;
	text-align: center;
}