/* Generic Selectors */ 
body {
	background: white url("../../images/blueborder.jpg");
	background-position: left;
	background-repeat: repeat-y;
	margin: 10px;
	color: black;
	font-family: Arial, Veranda, sans-serif;
}



h1	{
	font-size: 1.1em
}

h2	{
	font-size: 1.25em;
	font-style: italic;
	color: blue
}

h3	{
	text-align: left;
	font-size: 1.1em;
	color: blue;
}

h4 {
	font-size: 1em;
	text-align: center
}

h5{
	text-align: right
}

p {
	text-align: left;
}
P.poem {
	text-align: center;
	font-style: italic
}

hr {
	color: blue
}


li {
	text-align: left;
	margin-bottom: 1em; 

}


a:link {
	color: Navy
}

a:visited{
	color: blue
}
a:hover{
	background: navy;
	color: white
}

img.pic {
	border: 10px solid #FFF
}


/************************* ID's *************************/ 

#navigation {
	margin-right: 2px;
	margin-top: 1em; 
	text-align: left;
}
#navigation a:link {
	text-decoration: none
}
#navigation a:visited {
	text-decoration: none
}
#navigation a:hover {
	text-decoration: none;
	background: none
}
#costtable {
	margin-top: 3em;
	margin-bottom: 3em;
	margin-right: 2%;
	margin-left: 2%;
	text-align: center;
	font-size: .8em;
}
ol.lalpha 
{
list-style-type: lower-alpha
}

ol.ualpha {list-style-type: upper-alpha;}

#content {
	margin: 3em 10%;

}

#contentwide {
	margin: 3em 3%;

}




#links {
	margin-left: -7%;
	font-weight: bold;
}


#links a:link {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: blue;
}

#links a:visited {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: navy
}

#links a:hover {
	background: blue;
	color: white;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none
}

#links ul {
	list-style-image: url(http://www.ftia.org/images/button2.gif);
}

#links li {
	margin-bottom: 1em
}


#bottom p {
	text-align: center;
	font-size: .7em;
	margin-left: 45px;
	margin-right: 45px;
	line-height: 90%

}
 #bottom h3{
 text-indent: 0%;
 text-align: center;
 	font-size: .9em;
	COLOR: BLACK;
	font-weight: bold;
	border-top: Blue
}
 #bottom hr {
	width: 60%;
	color: gray
}

#bottom hr.divider {
	width: 100%
}

p.signature {
	indent: 7%;
	font-family: "Lucida Calligraphy", "Lucida Handwriting", "Monotype Corsiva", cursive;
}
p.clear {
	clear: both;
}

hr.clear {
	clear: both;
}

#wctable {
	text-align: center;
}

#wctable table {
	width: 600;
	border: 1px solid navy;
}

#wctable td {
	border: 1px solid blue;
	}
	
	
.country {text-align: center; font-size: 1.3em; color: navy;}
.statusavl {background: red; color: white;}
.statuspdg {background: yellow; color: red;}
.statusprom {background: green; color: white;}
.one {text-align: left;}
