@charset "utf-8";
body{
font-family:arial;
}
body img {
border:none;
}

a{
	color:yellow;
text-decoration:none;

	}
	
a:hover{
font-weight: bold;
	}

textarea{
	width: 300px;
	}
	
	hr{
	color:white;
	}

#menu{
	width:100%;
	margin-right:10px;
}
#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
	}
#menu li{
	display:block;
	float:right;
	height:29px;
}
#menu li a,#menu a{
	padding-top:5px;
	background:none;
	display:block;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	height:24px;
	padding-left:40px;
	font-weight: normal;
	
}
#menu li a span{
padding-top:5px;
}
#menu li a:hover{
	background: url(images/hover.GIF) no-repeat left;
	text-decoration:none;
		height:24px;
		padding-left:40px;
		font-weight: normal;
}

.current{
 	background: url(images/selected.gif) no-repeat left;
}
#mainSite{
text-align:justify;
color:white;

padding: 20px;
}
#PageTitle{
color:#8d1017;
font-weight:bold;
}
#PageText{
width:100%;
}

.msgBox{
	margin-bottom:20px;
width:100%;
border: 1px solid black;
background: wheat none repeat scroll 0% 0%;
text-align: center;color: black;
padding-top: 10px;
padding-bottom: 10px;
font-weight: bold; 
font-size: large;
}

#Photo{
text-align:center;
float:left;
margin-left:30px;
margin-right:30px;
}
#Photo .image{
	width: 250px;
	height: 300px;
	}
	
.line1{
	 background-color: cadetBlue; 
	}
	.line2{
	 
	}
	

	
#Photo .deadArea{
	height: 500px;
	width: 2px;
	}
	
	
#copy{
text-align:right;
color:white;
font-size:11px;
direction:rtl;
}
#copy a{
	color:#fff;
}

/* fix ie menu bug */
* #menu ul li a{
height:1em; float:left;
} 

