/** CONTAINERS **/

.container-maintable {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	
}

.container-content {
	padding-left: 30px;
	padding-right: 40px;
}

.container-logo {
	position: relative;
	bottom: 0px;
}

/** BACKGROUNDS **/

.background-header {
	height: 185px;
	background: url(../Images/header.jpg) no-repeat;
}

td.background-sidebar {
	background: url(../Images/sidebar-bg.gif) repeat-y;
	width: 175px;
}

/** STYLES **/

.style-headline {
	font-size: 15pt;
	font-weight: bold;
	color: #d21e29;
}

.style-maintable {
}

/** NAVIGATION AND LINKS **/

a.sidebar:link,a.sidebar:visited {
	display: block;
	width: 167px;
	text-align: left;
	text-indent: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #00234c;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10pt;
	font-family: arial;
	font-weight: bold;
	line-height: 11pt;
}

a.sidebar:hover,a.sidebar:active {
	background: #004290;
	text-decoration: none;
}

#border-bottom {
	border-bottom: 1px solid white;
}

#sub-items {
	text-indent: 0px;
	padding-left: 5px;
	width: 162px;
}

#sub-items-with-border {
	text-indent: 0px;
	padding-left: 5px;
	width: 162px;
	border-bottom: 1px solid white;
}

/** HTML ELEMENTS **/

html,body,table,form {
	font-family: helvetica;
	font-size: 11pt;
	line-height: 14pt;
}

body {
	background: url(../Images/bg.jpg) repeat-x;
	background-color: #000000;
}