/* Presentation Stylesheet */ 

/* presentation attributes of template elements */
body {
 background:#fff;
 color: #000;
 text-align:center;
 font-family:verdana, arial, helvetica, sans-serif;
 margin: 0;
 padding: 0;
}

#header {
 height: 100px;
 background:#FFFF99;
 color: #000;
 border-bottom:1px solid #000000;
 text-align: center;
}

#bar {
 height: 0px;
 background: #FFFF99;
 color: #ffffff;
 border-bottom:1px solid #000000;
 padding: 0 0px;
 }

#container {
 background: #ffffff;
 color: #333333;
}

#sidebar {
 background-image: url("images/gradient-y.gif");
 color: blue;
 text-align: center;
}
/* navigation buttons */
#button {
	width: 9em;
	border-right: 1px solid #000;
	padding: 0 0 1px 0;
	margin-bottom: 2px;
	font-family: Helvetica,sans-serif;
	background-color: #90bade;
	color: #333;
}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#button li {
	border-bottom: 1px solid #90bade;
	margin: 0;
}

#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%; /* for IE */
}

html>body #button li a {
	width: auto;  /*re-do width for others */
}

#button li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}
/* end of navigation button style */
	
#content {
 background:#ffffff;
 color: #000;
 border:solid #000000;	
 border-width:0 0px 0px 0px;
 text-align: left;
}

#content {
 width: auto;
}

#footer {
 height:25px;
 background: #FFFF99;
 color: #888;
 border:solid #000000;
 border-width:1px 0 1px 0;
 margin:0;
 font-size: 80%;
}
 
/* other presentation style elements */
h1 {
 margin:0;
 padding:10px; 
 font-family:Helvetica,sans-serif; 
 font-size:xx-large; 
 font-weight:bold;
}
 
h2 {
 margin:0;
 padding:5px;
 font-family:Helvetica,sans-serif; 
 font-size:x-large; 
 font-weight:bold;
} 

h3 {
 margin:0;
 padding:15px; 
 font-family:Helvetica,sans-serif; 
 font-size:large; 
 font-weight:bold;
}

h4 {
 margin:0; 
 padding: 5px 0; 
 font-family:Helvetica,sans-serif; 
 font-size:medium; 
 font-weight:bold;
}

h5 {
 margin:0; 
 padding: 0px 0; 
 font-family:Perpetua,Times,Serif; 
 font-size:small; 
 font-weight:bold;
}

h6 {
 margin:0; 
 padding: 5px 0; 
 font-family:Helvetica,sans-serif; 
 font-size:small; 
 font-weight:bold;
}

#datex {
 text-align: right;
 font-size: 80%;
}

p:first-letter {
 font-family:Perpetua,Times,Serif; 
 font-size: 120%; 
 font-weight: bold;
 color:#FF3300;
}
 
p {
 margin:0;
 padding:0px;
 font-family:Perpetua,Times,Serif; 
}
 
span.Symbol { 
 font-family: Wingdings; 
 color: #FF3300; 
 font-weight: bold 
}