body {
	background: #000000;
	color: white;
	clear:both;
	line-height:normal;
	margin:10px 0 0 0;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width: 800px;
	font-family: verdana;
}

.header {
	margin: 0 auto;
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	height: 120px;
	background: #000000 url('/images/header_new.jpg');
	background-repeat: no-repeat;
}

.header h1 { padding-left: 550px; padding-top: 12px; font-size: 1.0em; color: #FFF; }
.header h1 a { font-size: 1.2em; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 550px; margin-top: -13px; font-size: .8em; color: #FFF;}

h3 {
	color: white;
	background-color: #A80719;
	width: 700px;
	margin-left:auto;
	margin-right:auto;	
	text-align:center;
	}

p {
	width: 800px;
	text-align: justify;
	font-size: .9em;
}

.pcenter {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	font-weight:bold;
	font-size:smaller;
}

table.center {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

.mainimages {
	border: thin solid;
	border-color: silver;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.bevelmenu{
font: bold 13px arial;
padding: 6px 0;
margin: 0;
width: 100%;
background-color: #000000;
text-align: center; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 3px 0.5em;
text-decoration: none;
color: black;
background-color: #ffffff;
border: 2px solid #ffffff;
}

.bevelmenu li a:hover{
color: white;
background-color: #940018;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
