body {
	background-color: #dddddd;
	background-image:   url("graphics/bgAida.jpg");
	background-repeat: repeat; /*x or y*/
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: center;
}

table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; /*bold*/
	font-size: 12pt;
	font-style: normal; /*italic*/
	color: #000033;
	margin: auto;
}

#frame {
	width: 960px;
	background-color: #FFFFFF;
	border: 4px solid #5f99e3; /*7dadeb*/
}
#frame td {
	border: 1px solid #5f99e3;
}
#frame td td{
	border: 0px solid #ffffff;
}

.nav {
	width: 200px;
	background-color: #7dadeb;
	background-image:  url("graphics/bgblue.gif");
	text-align: center;
	vertical-align: top;
}
.content {
	background-color: #e9f1fb;
	text-align: center;
}
#foot {
	background-color: #7dadeb;
	background-image:  url("graphics/bgblue.gif");
	font-family: Pristina, LaurenScript, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	font-style: normal;
	color: #FFFFFF;
	line-height: 35px;
	text-align: center;
	height: 50px;
}
img.bdr {
	border:2px solid #999;
	margin:10px;
}
#map {
	width: 500px; 
	height: 450px; 
	border: 2px solid #333366;
}
#map a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-decoration: none;
	background-color: #FFFFFF;
}
A:LINK {
	font-family : Pristina, LaurenScript, Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight : bold;
	color : #ffffff;
	text-align: center;
	text-decoration: none;
}

A:VISITED {
	font-family : Pristina, LaurenScript, Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight : bold;
	color : #ffffff;
	text-align: center;
	text-decoration: none;
}

A:HOVER {
	font-family :  Pristina, LaurenScript, Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight : bold;
	color : #000066;
	text-align: center;
}

A:ACTIVE {
	font-family : Pristina, LaurenScript, Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight : bold;
	color : #000066;
	text-align: center;
}

.content a:link, .content a:visited {
	color : #000033;
}
.content a:hover, .content a:active {
	color : #000033;
}
a.sub:link, a.sub:visited, a.sub:hover, a.sub:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000033;
	display: block;
	text-align: left;
	margin-left: 80px;
}
a.sub:hover, a.sub:active {
	color: #ffffff;
}
h1 {
	font-family: Pristina, LaurenScript, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
	color: #000066;
	text-align: center;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: "Monotype Corsiva", Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #000050;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #000060;
	padding: 0;
	margin: 0;
}

address {
	margin: 20px 0 0 0;
	padding: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: Bold;
	font-style:normal;
	text-align: center;
	color: #000000;
	clear: both;
}

address a:link, address a:visited, address a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #000060;
}
address a:hover {
	color: #0000ff;
}