* { margin:0; padding:0; }

BODY { 
}
a { text-decoration:underline;
    color:black; }
a:hover { text-decoration:underline;
	color:maroon;}
h1 { font-variant:small-caps;
    color:black; }
strong { font-variant:small-caps;
         color:black;
	 font-size:24px; }

#header img {
	width:100%;
	height:150px;
	border:0px;
	margin:0px 0 -10px 0;
	padding:0px;
	}
/*	
#banner{ 
	background-image:url('../banners/banner.png');
	background-repeat:no-repeat;
	background-position:center;
	height:80px;
	border-bottom:solid;
	border-width:2px;
	border-color:black;
	}
*/
	
#buttonbar{
	height:30px;
	width:100%;
	padding-bottom:10px;
/*	border-bottom:solid;
	border-width:1px;
	border-color:black;*/
	}

#nav{
    float:left;
    width:100%;
    background:WHITE url("../buttons/blue.gif")
      repeat-x bottom;
    font-size:93%;
    line-height:normal;
    }
#nav ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
    }
#nav li {
    float:left;
    font-weight:bold;
    background:url("../buttons/norm_right.gif")
      no-repeat right top;
    margin:0;
    padding:0;
    }
#nav a {
    display:block;
    font-weight:bold;
    background:url("../buttons/norm_left.gif")
      no-repeat left top;
    padding:5px 15px 4px;
    text-decoration:none;
    }
#nav a:hover { color:#336600; }
#nav #current {
    background-image:url("../buttons/norm_right_on.gif");
    }
#nav #current a {
    background-image:url("../buttons/norm_left_on.gif");
    padding-bottom:5px;
    color:#400400;
    }


#left { float:left;
/*width:150px;*/
padding-right:100px;
}

#right { float:right;
/*width:150px;*/
padding:0px;
}

#center { /*position:fixed;*/
width:750px;
min-height:500px;
/*left:150px;*/
margin-right:100px;
margin-left:150px;
margin-top:20px;
padding-bottom:20px;
background-color:#eec;
border:2px solid black;
opacity:0.9;
filter:alpha(opacity=90);
}

#upperright {
	float:right;
	margin:0 0 10px 10px;
	padding:10px 10px 10px 10px;
}

#innerright { /*float:right;*/
background-color:#eed;
border: 1px solid black;
/*min-width:150px;
max-width:300px;*/
width:225px;
padding:10px 10px 10px 10px;
margin:10px 10px 10px 10px;
font-size: 14px;
}

#content {
padding:10px 10px 110px 10px;
background-image:url('../images/RMPANAlogo.jpg');
background-repeat:no-repeat;
background-attachment:fixed;
background-position: 50% 40%;
}

#title	{
margin-left:20px;
text-decoration:underline;
font-size:22px;
}

#person	{
text-decoration:underline;
font-size:18px;
}

#eventtitle	{
text-decoration:underline;
font-size:17px;
}
#name{
	margin-left:30px;
	font-size:12px;
}
#role{
	margin-left:20px;
	font-size:12px;
}
#post{
	margin-left:20px;
	font-size:16px;
}

#footer { clear:both;
/*	position:absolute;*/
	bottom:0;
	width:100%;
	height:35px; 
	/*background:#6cf;*/
	background:WHITE url("../buttons/blue.gif")
      repeat-x bottom;
	padding:2px 0px -25px 0px;
	margin:10px 0 0 0;
}

#hidden{
	display:none;
	}

strong {
	font-size:18px;
	text-decoration:underline;
}

img	{ border-color:black;
	border:solid;
	color:black;
	margin:10px 10px 10px 10px;
	height:100px;
	width:100px;
	}

.red	{ color:#800000;
	font-family:cursive;
	}
.right-text	{ text-align:right; }
.left-text	{ text-align:left; }
.middle-text	{ text-align:center; }

.left-content	{ float:left; }
.right-content	{ float:right; }