@charset "utf-8";
/* CSS Document */
  
/* :::::::::::::::: FONTS :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body  {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
}
p {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 3px;
}
h1 {
	font-size: 36px;
	font-weight: bold;
	color: #00007A;
	margin-bottom: 3px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 0px;
}
table{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	}
input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style:italic;
	color: #333333;
	}
textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style:italic;
	color: #333333;
	}	

 /* :::::::::::::::: LINKS :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

a{
	color: #999999;
}
a:hover{
	color: #0000A7;
}
a.company {
	float: right;
	padding-right: 5px;
	font-size: 10px;
	color: #999999;
}
a.menubutton {
    background: transparent url('button_right.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 30px;
	padding-right: 20px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.menubutton span {
	background: transparent url('button_left.png') no-repeat; 
	display: block;
	line-height: 30px;
	padding: 0 0 0 20px;
} 
a.menubutton:hover span{
	text-decoration:underline;
}
a.footer{
	margin: 0;
	padding: 10px 0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color:#FFFFFF;
}
a.lowfooter{
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
	color: #DDDDDD;
}


/* :::::::::::::::: DIVS :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
 
.tarbit #container { 
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto 5px auto;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #DDDDDD;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #DDDDDD;
} 
.tarbit #header { 
	background: #FFFFFF; 
	padding: 0;
} 
.tarbit #sidebar_left {
	float: left;
	width: 100px;
	background: #FFFFFF;
	margin: 30px 0 40px 0;
	padding: 15px;
}
.tarbit #sidebar_right {
	float: right;
	width: 240px;
	background: #FFFFFF;
	margin: 40px 0 40px 0;
	padding: 0 25px 0 0;
}
.tarbit #main_content { 
	margin: 30px 0 40px 175px;
	padding: 0 25px 0 0;
}
.tarbit #startpage_content { 
	margin: 40px 0 40px 0px;
	padding: 0 25px;
}
.tarbit #footer { 
	padding: 0 20px 0 20px;
	background: transparent url('footer.png') no-repeat; 
} 

.tarbit #footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
