@import url("../PhotoTableWithCaption.css");
/* CSS Document */

body{
	background-color:#ECF9FF;
	color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:75%;
	margin:0;
	padding:10px;
}

h1{
	font-size:120%;
}

a, a:visited{
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
}

#Wrapper{
	width:760px;
	margin:10px auto;
	background-color:#FFFFFF;
	background-image:url(../../images/Aria-A1.jpg);
	background-position:top;
	background-repeat:no-repeat;
	border:1px solid #000000;
}

#TopMenuDivider{
	clear:both;
	margin:160px 75px 0 75px;
	border:0 solid #000000;
	border-top-width:1px;
}

#PageTitle{
	font-size:130%;
	font-weight:bold;
	margin:15px 0 0 25px;
}

#Guts{
	clear:both;
	margin:10px 35px 10px 25px;
	padding:15px;
	text-align:justify;
}

#Guts a, a:visited{
	text-decoration:none;
	font-weight:normal;
	color:#0000FF;
	display:inline;
}

#Guts a:hover{
	text-decoration:underline;
}

#SubMenu{
	float:right;
	margin:10px 0px 10px 10px;
	background-color:#E5E5E5;
	width:100px;
	border:1px solid #AAAAAA;
	padding:15px;
	font-size:85%;
	text-align:left;
}

#SubMenu h1{
	font-size:140%;
	text-align:left;
	margin:5px 0 10px 0;
}

#SubMenu a, a:visited{
	text-decoration:none;
	font-weight:normal;
	color:#000000;
	display: block;
	margin:0 0 10px 0;
}

#SubMenu a:hover{
	color:#0000FF;
}

#Copyright{
	clear:both;
	font-size:75%;
	text-align:center;
	padding:15px 0 20px 0;
	margin:0 75px;
	border:0 solid #000000;
	border-top-width:1px;
}

.ImgFloatRight{
	border:1px solid #000000;
	float:right;
	margin:5px 0 5px 10px;
}

.ImgFloatLeft{
	border:1px solid #000000;
	float:left;
	margin:5px 10px 5px 0;
}

.ImgFloatRight{
	border:1px solid #000000;
	float:right;
	margin:5px 0 5px 10px;
}

.ImgFloatNot{
	border:1px solid #000000;
}

.TentPole{
	clear:both;
}

.RedEmph{
	font-weight:bold;
	font-size:110%;
	color:#FF0000;
}
