
body{
background-image: url(../images/bgTMIA.gif);
	font-family: Amphion,Angostura,Bangle;
	font-weight: bold;
	
}
#wrapper{
	border: thin solid black;
	width: auto;
	background-color: #F5F5DC;
	font-family: Amphion,Angostura,Bangle;
		
}

#footer{
	text-align: center;
	font-size: x-small;
	font-weight: normal;
	border-top: thin solid black;
	background-color: #CCCCCC;
	font-family: Times New Roman, Times, Serif;
	clear: both;
}

#content{
	padding: 0px 20px 0px 20px;
	font-family: Amphion,Angostura,Bangle;
}
#content a{
	text-decoration: none;
	color: #666666;
	font-family: Amphion,Angostura,Bangle;
	font-weight: bold;
	font-size: medium;
}
#content a:hover{
	text-decoration: underline;
	color: #666666;
	font-family: Amphion,Angostura,Bangle;
	font-weight: bold;
	font-size: medium;
	font-style: italic;

}
#nav{
	text-align: center;
	background-color: #CCCCCC;
	height: 20px;
	border-bottom: thin solid black;
	border-top: thin solid black;
	font-size: medium;
	font-family: Amphion,Angostura,Bangle; 
}

#nav a{
	color: #0000ff;
	text-decoration: none;
	font-family: Amphion,Angostura,Bangle;
}

#nav a:hover{
	text-decoration: underline;
	color: #666666;
	font-family: Amphion,Angostura,Bangle;
	font-weight: bold;
	font-size: medium;
	
}




#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0px;
	font-size: medium;
	line-height:18px;
	z-index:100;
	font-family: Amphion,Angostura,Bangle;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
	font-family: Amphion,Angostura,Bangle;
}

#dropmenudiv a:visited{
 	color: #0000ff;
	font-family: Amphion,Angostura,Bangle; 
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #F5F5DC;
	text-decoration: underline;
	font-style: italic;
	color: #666666;
	font-family: Amphion,Angostura,Bangle;
	font-weight: bold;
	font-size: small;
}

#dropmenudiv a{ /*link background color*/
	background-color: #CCCCCC;
	font-family: Amphion,Angostura,Bangle;
	font-weight: bold;
}

h2{
	text-align: center;
	text-decoration: underline;
	color: gray;
	font-weight: bold;
	font-family: Amphion,Angostura,Bangle;
}
h3{
	text-align: center;
	color: gray;
	font-family: Amphion,Angostura,Bangle;
}	


