/* Set up the page
--------------------------------------------------------*/
html body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  margin-right:auto; 
  margin-left:auto; 
  padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
  color:#000;
  margin-top:0;
  }
html body, table, td, th, textarea, input, p, ul, li{
  font:normal 12px Verdana,Sans-serif;
  voice-family: "\"}\"";
  voice-family:inherit;
  margin-right:auto; 
  margin-left:auto;  
  }
  
html>body {
  font-size:12px;
  }
  
  
/* Position Layers
--------------------------------------------------------*/ 
#Page{
	margin:auto;
	width:769px;
	display:table;
	overflow:hidden;
}
#Banner{
	background-color:#522c41;
	text-align:right;
	height:195px;
	background-repeat:no-repeat;
	overflow:hidden;
}
#Logo{
	background-color:#fff;
	width:294px;
	height:115px;
	padding-top:55px;
	float:left;
	text-align:left;
}

#MC{
	background-color:#fff;
	width:294px;
	padding-top:55px;
	float:left;
	text-align:left;
}


#Photoblock{
	float:right;
}

#PageContent{
	  margin:0;
}
#Top{
	height:15px;
	background-color:#522c41;
}

#Nav{
	float:left;
	padding-left:98px;
	padding-top:5px;
	width:769px;
	clear:both;
	text-align:left;
	color:#fff;
	font-weight:bold;
	background-color:#9C6E85;
	height:22px;
}
#Nav a{
	text-decoration:none;
	color:#fff;
	height:20px;
	padding:5px 5px 6px 5px;
}
#Nav a:visited{
	color:#fff;
}
#Nav a:hover{
	background-color:#26589d;
}
#Nav .on{
	background-color:#26589d;
	display:inline;	
	border-right:2px solid #fff;
	position:relative;
	z-index:5;

}
#Nav .off{
	background-color:#9C6E85;
	display:inline;
	border-right:2px solid #fff;
	position:relative;
	z-index:5;
}
#Left{
	width:240px;
}

#Text{
	float:right;
	width:475px;
	margin-right:5px;
	padding-left:10px;
	line-height:1.5em;
	/*height:690px;*/
	padding-top:20px;
	text-align:left;
}

#Text p{
	line-height:1.5em;
}

table{
	text-align:left;
}
table td{
	vertical-align:text-top;
	font-size:10px;
}
ul{
	margin-top:2px;
}
ul li{
	margin-left:25px;
}

h1{
	font-size:125%;
	margin-bottom:2px;
	letter-spacing:.1em;
	font-weight:bold;
	text-transform:uppercase;
	color:#26589D;
}
h2{
	font-size:110%;
	margin-bottom:2px;
	font-weight:bold;
	color:#fff;
	letter-spacing:.1em;
	background-color:#9C6E85;
	padding-left:10px;
}
h3{
	font-size:110%;
	margin-bottom:2px;
	letter-spacing:.2em;
	font-weight:bold;
	color:#D08E10;
	
}
h4{
	font-size:125%;
	text-align:center;
	color:#522c41;
	font-weight:bold;
	font-family:Arial Black, Arial, Helvetica, sans-serif
}
.link{
  color:#9C6E85;
  font-weight:bold;

}
#Text a{
  color:#9C6E85;
  font-weight:bold;
}
#Text a:linked{
  color:#9C6E85;
  font-weight:bold;
}

#Text a:visited{
  color:#9C6E85;
  font-weight:bold;
}

#Text a:hover{
  color:#9C6E85;
  font-weight:bold;
  text-decoration:none;
}

#Text a:active{
  color:#9C6E85;
  font-weight:bold;
}



#Login {
	background-color:#522c41;
	color:#fff;
	width:250px;
	padding:10px;

}
#Login form{
	border: 2px solid #fff;
	padding:10px;
	margin:0;
}
#Login h1{
	margin:2px 0 10px 0;
}
#Login  input{

	background-color:#9C6E85;
    border: none;
    color: #000;
}


.Summary{
	border:2px solid #9C6E85;
	font-weight:bold;
	
	
}

#SubNav{
	background-color:#522c41;
	padding-left:250px;
	width:769px;
	clear:both;
	text-align:left;
	color:#fff;
	font-weight:bold;
	height:20px;
	padding-top:2px;
	border-top:1px solid #fff;
}


#SubNav a{
	text-decoration:none;
	color:#fff;
	padding:2px 5px 6px 5px;
}
#SubNav a:visited{
	color:#fff;
}
#SubNav a:hover{
	background-color:#F3AD19;
}
#SubNav .on{
	background-color:#F3AD19;
	display:inline;	
	border-right:2px solid #fff;
	height:20px;
	position:relative;
	z-index:5;

}
#SubNav .off{
	background-color:#522c41;
	display:inline;
	border-right:2px solid #fff;
	height:20px;
	position:relative;
	z-index:5;
}
