﻿/* header.css */

#headerPanel{
	position:relative;
	background-color:white;
	margin: 20px 0px 20px 0px;
    text-align:left
}

#titlePanel{
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	height:75px
}

#titleTxetPanel{
	position:absolute;
	left:100px;
	top:20px;
	height:30px;
}

.headerLink{
	border-top-style:solid;
	border-top-width:1px;
	padding-left:1%;
	width:25%;
	font-size:small;
	font-weight:bold;
}

#headerTable{
	width:100%;
	height:40px
}

#headerTable a{
	display:block
}

#title1 {
	font-size:28px;
	font-weight:bold;
	text-align: left;
}

#title2 {
	font-size:32px;
	font-weight:bold;
	text-align: left;
}

#rogo{
	float:left;
	margin-left:20px;
	margin-right:10px;
	width:70px;
	height:75px
	
}