* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
	color: #1C3233;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 0.4em;
	padding-top: 0.6em;
	padding-left: 1.5em;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #383A41;
	padding-bottom: .4em;
	z-index: 10;
	position: relative;
}
h3 {
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 0.3em;
	text-align: right;
}
h4 {
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 0.3em;
}

p {
	line-height: 1.4em;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
}

a {
  color: #1C3233;
  text-decoration: underline;
}

a:hover {
  color: #999;
  text-decoration: none;
}

table {
	border-top: 1px solid #FF9024;
	border-left: 1px solid #FF9024;
	margin-top: 0.5em;	
	}
td {
	border-right: 1px solid #FF9024;
	border-bottom: 1px solid #FF9024;
	padding:5px;
	}

#outerwrapper {
	background: url(images/logo_tim_left.gif) repeat-y left top;
	margin: 0 auto;
	width: 100%;
	text-align: left;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	min-width:750px; 
}

#contentbox {
	padding: 0 2em 40px 0em;
}

#contentbox:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#header{
	background: #FFFFFF;
}

#topbar {
	background-image: url(images/logo_tim_top.gif);
	background-repeat: repeat-x;
	height: 97px;
	width:100%;
	}
	
#topleft_corner{
	background: url(images/logo_tim_topleft_corner.gif) no-repeat left top;
	height: 172px;
	width: 127px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 0;
}
#top_logo {
	background-image: url(images/logo_tim_typo2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	margin-left: 220px;
	width: 420px;
	}
#sign_logo {
	height: 129px;
	width: 246px;
	background-image: url(images/logo_tim_icon.gif);
	background-repeat: no-repeat;
	background-position: 100px 10px;
}	

/*menu*/

#menu{
	float: left;
	padding-top: 80px;
	padding-left: 42px;
	font-size: 0.85em;
	position: absolute;
	z-index: 3;
}

#imenue {
	color:white;
	padding:0 1px;
	width: 11em;
	margin: 0;
}
#imenue a{
	display:block;
	text-decoration:none;
	color: #C50000;
	border-bottom: 1px solid #FFB900;
	border-right: 1px solid #FFB900;
	background:#FFFFC0;
	background-image: url(images/menubox_shadow.gif);
	background-repeat: repeat-y;	
	padding:0.25em 0.5em 0.4em 1em;
	margin-bottom: 2px;
	}
#imenue a:hover {
	background:#FF9024;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #D2481A;
	border-right: 1px solid #D2481A;
}

#amenue {
	color:white;
	padding:0 1px;
	width: 11em;
	margin: 0;
}
#amenue a{
	display:block;
	text-decoration:none;
	color: #FFFFFF;
	border-bottom: 1px solid #D2481A;
	border-right: 1px solid #D2481A;
	background:#FF9024;
	padding:0.25em 0.5em 0.4em 1em;
	margin-bottom: 2px;
	}
	

/*footer*/

#footer {
	left: 0;
	width: 100%;
	position: absolute;
	bottom: -1px; /* For Certain IE widths */
	bottom: 0 !important;
	text-align: center;
}

#foot-text{
	font-size: 0.8em;
	color: #FF9024;
	border-top: 1px solid #FF9024;
	margin-left: 60px;
	margin-right: 2em;
	padding: 0.3em 0;
}
