/* Screen layout: */

body {
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background-color: #F5E9B8;
	margin-right: auto;
	margin-left: auto;
}
body a {
	text-decoration:none;
}
body a: hover {
color:#FF0000;
}

#wrap {
	width: 714px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: thin solid #000000;
}

#header {
	clear: both;
	height: 246px;
}

#leftpanel {
	width: 170px;
	float: left;
	font-size: 0.9em;
	height: auto;
	border-left-color: #FFFFFF;
	background-image: url(../Senescall/images/masterpicbg.jpg);
}

#avmenuright {
	clear: left;
	float: left;
	width: 230px;
	font-weight: bold;
	color: #B8991A;
	background-color: #484840;
}

#avmenuright ul {
	list-style: none;
	width: 230px;
	padding: 0;
	font-size: 1em;
	text-align: right;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
}	

#avmenuright li {
}

#avmenuright li a {
	height: 14px;
	text-decoration: none;
	color: #B8991A;
	display: block;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-bottom-color: #000066;
	border-left-color: #000066;
	padding-left: 10px;
	background-image: url(../Senescall/images/menubg.jpg);
}	
	
#avmenuright li a:hover {
	color: #FFFFFF;
	border-left-color: #286ea0;
	border-bottom-color: #286ea0;
	background-color: #B8991A;
}


#extras {
	float: right;
	width: 220px;
	font-size: 0.9em;
	line-height: normal;
	text-align: left;
}

#extrasleft {
	float: left;
	width: 200px;
	font-size: 0.9em;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#content {
	height: auto;
	width: 714px;
}

#maincontent {
	height: auto;
	width: 714px;
	float: right;
	text-align: justify;
}
#maincontent p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}


#maincontent ul,#content ol{}
#maincontent dl{margin:0 5px 10px 25px;}
#maincontent dt{font-weight:bold; margin-bottom:5px;}
#maincontent dd{margin:0 0 10px 15px;}

#maincontentinner {
	height: auto;
	width: 440px;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}

#footer {
	clear: both;
	width: 714px;
	height:159px;
}


h2 {
	font-size: 2em;
	margin: 0 0 10px 0;
	color: #B8991A;
	text-align:left;
}
h3 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
	color: #000000;
	text-align:left;
}

.announce {
	width: auto;
	color: #000;
	background-color: #B8991A;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}



.hide {
display: none;
}
