body {
	min-width: 850px;
}

/*** HEADER ***/
header#top {
	height: 115px;
}

header#top h1 {
	color:#01428C;
	font-size: 35px;
	margin-left: 1em;
}

header#top h1 a {
	color:#01428C;
	text-decoration: none;
}

header#top h1 a:hover {
	color:#01428C;
	text-decoration: underline;
}

header#top div#username {
	color: #618FC3;
	font-weight: bold;		
}

header#titleBar {
	width: 100%;
	height: 36px;
	background-color: #01428C;
	color: white;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

/*** TITLE BAR MAIN ***/

div#titleBarMain {
	font-size: 17px;
	margin-left: 157px;
	height: 100%;
}

div#titleBarMainList {
	font-size: 13px;
	margin: 0 0 0 152px;
	padding: 5px 0 0 0;
}

#titleBarMainList ul {
	list-style: none;
	margin: 0; padding: 0;
}

#titleBarMainList li {
	float: left;
	margin: 0;
	background: none;
}

#titleBarMainList li a {
	text-decoration: none;
	float: left;
	height: 24px;
	overflow: hidden;
	color: #FFF;
	padding: 7px 14px 0 14px;
	background: url(/iresy/images/navigation.gif) no-repeat right;
	margin-left: -1px;
	position: relative;
}

#titleBarMainList li a:hover,
#titleBarMainList li.active a {
	text-decoration: none;
	color: #0265BD;
	background: #FFF url(/iresy/images/navigation-hover.gif) repeat-x bottom left;
}

/*** LOGIN ***/

div#login {
	margin-top: 12px;
	text-align: right;
	float: right;
}

div#login a {
	color: white;
	text-decoration: none;
}

div#login a:hover {
	text-decoration: underline;
}

div#main-container {
	background-color: #DBE4EE;
}

/*** MENU BAR ***/

nav#menuBar {
	border-right: 1px solid #DBE4EE;
	padding: 0;
	border-bottom: 1px solid #DBE4EE;
	margin: 0 0 25px 0;
	width: 150px;
	float: left;
}

nav#menuBar ul {
	width: 150px;
	list-style: none;
	margin: 0;
	padding: 0;
}

nav#menuBar > ul > li {
	font-weight: bold;
	padding: 0;
}

nav#menuBar li li {
	border-top: 1px solid #DBE4EE;
	background-color: #EDF2F7;
	font-weight: normal;
}
		
nav#menuBar span {
	background-color: #DBE4EE;
	padding: 0px;
	display: block;
	color: #01428C;
	height: 100%;
	font-weight: bold;
	white-space: nowrap;
}
		
nav#menuBar span#home {
	color: #DBE4EE;
	background-color: #01428C;
	font-weight: bold;		
	overflow: hidden;
	padding-top: 5px;
}

nav#menuBar a {
	padding: 2px 0 2px 20px;
	display: block;
	color: #01428C;
	text-decoration: none;
	height: 100%;
}

nav#menuBar a:hover {
	background-color: #C0DBF2 !important;
}

/*** CONTENT ***/

section {
	margin: 0 0 25px 150px;
	padding: 1px 20px;
	background-color: white;
}

section div.topButtons {
	width: 650px;
	margin-top: 4px;
	margin-bottom: 15px;
	text-align: right;
}

section form div.bottom {
	text-align: center;
	margin-bottom: 15px; 
	margin-top:15px; 
	max-width: 575px;
}

section div.sectionBottom {
	margin-top: 10px;
	margin-left: 11px;
}

section .topLinks {
	color: silver;
	text-align: left;
	white-space: nowrap;
}

section .topLinksRight {
	color: silver;
	width: 650px;
	text-align: right;
}

section .setWidth {
	width: 650px;
}

/*** FOOTER ***/

footer {
	background-color: #F4F4F4;
	color: #999;
	font-size:11px;
	font-family: Tahoma, sans-serif;
	margin-top: 25px;
	padding: 5px 20px 10px;
	height: 10px;
	clear: left;
}


