.pageTitle {
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
}

.navigateTitle {
  font-size: 10px;
  font-weight: bold;
  color: #FFFFFF;
}

a:active {
	font-family: Arial;
	text-decoration: underline;
}
a:link {
	font-family: Arial;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	text-decoration: underline;
}
a:visited {
	font-family: Arial;
	text-decoration: none;
}
body {
	font-family: Arial;
	font-size: 11px;
}
textarea {
	font-family: Arial;
	font-size: 11px;
}
table {
	font-family: Arial;
	font-size: 11px;
}
h6 {
	font-family: Arial;
	font-size: 8px;
}
h5 {
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
}
h4 {
	font-family: Arial;
	font-size: 10px;
}
h3 {
	font-family: Arial;
	font-size: 12px;
}
h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold; color:#003781
}
h1 {
	font-family: Arial;
	font-size: 16px; color:#003781
}


div.header{
height:185px; background-color:#FFFFFF
}
div.column{
float:left;
height:345px; background-color:#FFFFFF
}
#left{
width:170px;
height:100%;
    background-repeat: repeat-y;
	background-position: left top; background-color:#A5C2DD
}
#right{
width:180px;
height:100%;


}
#content{
  width: 580px;
  height:100%; padding-left:10px;padding-right:10px; text-align:justify
}

div.footer{
clear:both;
height:31px;
}