
/********************************/
/* Header                       */
/********************************/

body
{
	background-image: url('/img/map-background.jpg');
	background-position: left top;
	background-repeat: repeat;
	background-attachment: fixed;
	background-size: 100%;
}

.body
{
	margin: 40px auto;
	width: 797px;
	border: 1px solid black;
}
.header1
{
	background-color: #4b8cf7;
}
.header2
{
	
	color: white;
	background-color: Black;
	font-family: Tahoma, Arial;
	font-size: 11px;
	padding: 5px 0px;
	vertical-align: bottom;
	text-align: center;
}

.header2 a, .header2 a:visited
{
	color:white;
	text-decoration: none;
	padding: auto;
}

#logo
{
	margin-right:20px;
}

.sep
{
	color: White;
	padding-left: 5px;
	padding-right: 5px;
}


/********************************/
/* Content                      */
/********************************/

.content
{
	xwidth: 100%;
	background-color: white;
	font-family: Tahoma, Arial;
	font-size: 13px;
	padding: 20px 20px 20px 20px;
}
.content h1
{
	font-size: 20px;
}
.content h2
{
	font-size: 18px;
}

.largerfont
{
	font-size: 15px
}

/********************************/
/* Blue text                    */
/********************************/

.txt { FONT-WEIGHT: bold; FONT-SIZE: 9.5pt; COLOR: #6D81DF; FONT-FAMILY: Tahoma,arial }
.txt A { COLOR: #6D81DF }

.txt4 { FONT-WEIGHT: bold; FONT-SIZE: 9.5pt; COLOR: #6D81DF; FONT-FAMILY: Tahoma,arial }
.txt4 A { COLOR: #6D81DF }

/********************************/
/* Grey text                    */
/********************************/

.txt2 { FONT-SIZE: 10pt; COLOR: #626262; FONT-FAMILY: Tahoma,arial; FONT-WEIGHT: bold; }
.txt2 A { COLOR: #626262 }

.txt3 { FONT-SIZE: 10pt; COLOR: #626262; FONT-FAMILY: Tahoma,arial }
.txt3 A { COLOR: #626262 }

.logo { FONT-SIZE: 14pt; TEXT-DECORATION: underline; COLOR: #626262; FONT-FAMILY: Tahoma,arial }

.slogan { FONT-SIZE: 12pt; COLOR: #6D81DF; FONT-FAMILY: Tahoma,arial }
    
 .ar { text-align: right; }
    
 
/********************************/
/* Footer                       */
/********************************/
 
.footer {background-color:#4b8cf7; color:white; text-align:center; font-family:Tahoma,arial; font-size:8pt; xfont-weight:bold; padding: 10px 0; }
.footer2 {background-color:White; color:#4b8cf7; text-align:center; font-family:Tahoma,arial; font-size:8pt; xfont-weight:bold; padding: 10px 0; }
.footer2 > a, .footer2 > a:visited {color:#4b8cf7}

/********************************/
/* Other                        */
/********************************/

.label
{
	width: 140px;
	padding-bottom:5px;
}

.location { FONT-SIZE: 12pt; COLOR: #626262; FONT-FAMILY: Tahoma,arial; FONT-WEIGHT: bold; }
