/* GENERAL STYLES */
body,html {
	margin:0;
	padding:0;
	background-color: #646874;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
}
#main {
	width:740px;
	margin:auto;
	padding:5px;
	text-align:left;
	background-color:#ffffff
}
#header {
	width: 740px;
	height: 145px;
	display:block;
}
#naviHolder{
	float: left;
	padding:0px;
	width:725px;
	height: 42px;
	margin: 5px 5px 5px 0px;
	text-transform:uppercase;
	padding-left:15px;
}
#naviList { 
	list-style:none;
	margin: 0; 
	padding: 0; 
	height:30px;
	width:auto;
}
#naviList li { 
	float:left; 
	height:22px; 
	background-image:url('/media/static/divider.gif'); 
	background-position:0px 0px; 
	background-repeat:no-repeat; 
	padding-left:40px; 
	padding-top:8px; 
	background-repeat:no-repeat;
}
#naviList .selected {	
	font-weight: bold;
}
#naviList a{ 
	text-align: left; 
	text-decoration:none;
	color:black; 
	display: block;
}
#naviList a:hover{ 
	color:#444855;
}
#printimage {
	width: 740px;
	border-bottom:1px #333366 solid;
	padding: 0;
	display: none;
	text-align:center;
}
#textContent {
	width:580px;
	float: left;
	text-align:justify;
	padding: 0px;
	margin:0px;
	min-height: 280px;
	display:block;
}
#rightbox {
	width:auto;
	float: right;
	text-align:justify;
	margin:10px;
	display:block;
}
#bottomInfo {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	color: #aaa;
	font-size: smaller;
}
#printbottom {
	clear: both;
	border-top: 1px solid #333366;
	width:725px;
	margin:5px 0px 0px 5px;
	padding:5px 0px 0px 5px;
	text-align:center;
	font-size: x-small;
	display:none;
}
#bottom a{
	color:black;
	text-decoration:none;
}
#content {
	float:left;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:15px;
}
#content img {/* Nothing here*/}
#container {/* Nothing here*/}
#bottom {
	clear: both;
	border-top: 1px solid #333366;
	width:725px;
	margin:5px 0px 0px 5px;
	padding:5px 0px 0px 5px;
	text-align:center;
	font-size: x-small;
}
#bottomShadow {
	background-image:url(wizard/background_bottom.gif);
}
.chklst li {
	list-style-image:url('/media/static/tick.gif');
	margin:0;
	padding:0;
}

/* Navigation */
#secondLevelNavigation {	float:left;	list-style:none;	border:1px dotted #B4BCCD;	margin:0px 10px 0px 0px;	padding:0px 0px 0px 0px;}
#secondLevelNavigation ul { list-style:none; margin:0px 0px 0px 0px; padding:0px 0px 0px 5px;}
#secondLevelNavigation li { list-style:none; padding:9px 9px 9px 0px; margin:0px 0px 0px 0px; border-bottom: 1px dotted #B4BCCD;}
#secondLevelNavigation li .selected {	font-weight: bold;}
#secondLevelNavigation img {	width:16px;	height:11px;	float:left;	margin: 0px;	padding: 0px;	margin-right:5px;}
#secondLevelNavigation a { padding: 0px 0px 0px 0px; text-decoration:none; color:black;}
#secondLevelNavigation a:hover { background-color: #eee;}

/* NEWS*/
.newsDate {	margin: 0px;	padding: 5px 0px 0px 0px;	font-size: 90%;}
.newsResume {	margin: 0px 0px 10px 0px;	padding: 0;}
#newsBox {	width: 200px;	float: right;	padding: 10px;	margin: 5px;	border: 1px dotted #222;}
#newsBox .newsDate {	border-top: 1px solid #222;}

/*Images*/
img {	display:block;	border:none;	margin:0px;	padding:0px;}
img p {	margin:0;	padding:0;	border:none;}
li img {	display:inline;	width:16px;	height:11px;	margin: 0px;	padding: px;	margin-right:5px;}

/* Pull */
#nav ul, #nav {	list-style: none;	padding: 0;	margin: 0;}
#nav a { padding: 8px 0; text-align: center; text-decoration:none; color:#222222; display: block;}
#nav .current {	font-weight: bold;}
#nav a {	text-decoration: none;}
#nav a:hover {	color: white;}
#nav li li a {	display: block;	font-weight: normal;	color: #060;	padding: 0.5em 0;}
#nav li {	float: left;	position: relative;	width: 10em;	text-align: center;	cursor: default;	border-left:#ddd9cc solid 1px;	border-right:#888477 solid 1px;}
/* BREADCRUM */
#umbBreadcrum { list-style:none; padding: 0; margin: 0; color: #aaa; font-size: smaller;}
#umbBreadcrum li { float:left; margin: 0 3px 3px 0; padding: 0;}

li.selected{
 font-weight:bold;	
}

/* EDITOR PROPERTIES */
h1 {
	font-size:20px;
	font-weight: bold;
}

h3 {
	font-size:12px;
	font-weight: bold;
}

h2 {
	font-size:16px;
	font-weight: bold;
}

p {
	text-align:justify;
}

