#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 900px;
  	background: #222 url(images/img1.gif) repeat-x;  
}
body {
font-family: arial, tahoma, helvetica, sans-serif;
color: #FFD37F;
background: #000 url(images/flames.jpg) repeat-x left bottom;
}
#header {
	margin: 0 0 10px 0px;
  /*	background: #222 url(images/img1.gif) repeat-x;  */
}
.pcenter{
	text-align: center;
}
.pright{
	text-align: right;
}
#logo {
	text-align: center;
	font-size: 15px;	
}
#logo a {
	color: #FFD370;
	text-decoration: none;
}
/*  Start of new menu with javascript */

.arrowlistmenu{
width: 225px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: #3F3F3F !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: #670001 !important;
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}

/*  End of new menu with javascript */

/*
#menu {
	text-align: left;
	font-size: 12px;
	padding-right: 40px;
	
}
#menu h1 {
	margin: 0;
	padding: 0px;
	color: #FFD37F;
	font-size: 28px;
}
#menu h1 a {
	padding: 15px;
	text-decoration: none;
	color: #FFD37F;
}
#menu h2 {
	text-align: right;
	padding: 0px 40px 0px 0px;
	color: #FFD37F;
	font-size: 15px;
}

*/
#side-a {
	float: left;
	width: 225px;
	background: #222;
}
hr {
	color: #FFD37F;
}

td {
text-align: center;
}
#leftcolumn .leftcolumnbox
{
margin: 5px 0 10px 0;
padding: 0;
background-color: #222;
/* border: 1px dotted #d4d4d4; */
}
#leftcolumn .leftcolumnbox h4{
margin: 0;
padding: 0;
color: #FFD370;
font-size: 1.5em;
font-family: arial, helvetica, sans-serif;
display: block;
text-align: center;
background: #2F1A1A url(images/img2.gif) repeat-x left bottom;
}
#leftcolumn .leftcolumnbox ul{
margin: 0;
padding: 5px;
list-style-type: none;
}
#leftcolumn .leftcolumnbox ul li{
margin: 0;
padding: 0;
display: block;
}
#leftcolumn .leftcolumnbox ul li a{
margin: 0;
padding: 0 5px 0 25px;
color: #FFD370;
text-decoration: none;
display: block;
line-height: 22px;
border-top: 1px solid #f5f5f5;
border-bottom: 1px dashed #002844;
font-weight: bold;
background: url("images/image2.jpg") left center no-repeat;
}
#leftcolumn .leftcolumnbox ul li a:hover{
color: #fff;
background: #002844 url("images/image3.jpg") left center no-repeat;
border-top: 1px solid #002844;
border-bottom: 1px solid #002844;
}
#leftcolumn .leftcolumnimages{
margin: 5px 0;
padding: 0;
}
#leftcolumn .leftcolumnimages h4{
margin: 0;
padding: 0;
background: #2F1A1A url(images/img2.gif) repeat-x left bottom;
color: #FFD37F;
font-size: 1.5em;
font-family: arial, helvetica, sans-serif;
display: block;
text-align: center;
}
#leftcolumn .leftcolumnimages .leftimages a{
text-decoration: none;
background-color: #e6e0d2;
}
#leftcolumn .leftcolumnimages .leftimages{
margin: 10px 0 10px 0;
padding: 0;
background-color: #222;
}
#leftcolumn .leftcolumnimages .leftimages img{
margin: 5px 2px;
padding: 0;
width: 100px;
height: 100px;
background-color: #e6e0d2;
border: 1px solid #002844;
float: left;
}
#leftcolumn .leftcolumnimages .leftimages a:hover img{
text-decoration: none;
background-color: #e6e0d2;
border: 1px solid #e6e0d2;
}
#centercolumn { 
	float: left;
	width: 49%;
	background: #222;
/* border: 1px dotted #002844; */
}
#centercolumn h1{
margin: 0;
padding: 5px 10px;
color: #FFD370;
font-size: 1.6em;
font-family: arial, helvetica, sans-serif;
/* border-bottom: 1px dotted #fff; */
border-bottom: 1px solid #FFD370;
}
#centercolumn h1:first-letter{
font-size: 1.7em;
}
#centercolumn h2{
margin: 0;
padding: 0;
color: #FFD370;
font-size: 1.5em;
font-family: arial, helvetica, sans-serif;
}
#centercolumn p{
margin: 10px 0;
padding: 5px 10px;
font-size: 1em;
}
#centercolumn a{
text-decoration: underline;
color: #fff;
}
#centercolumn a:hover{
text-decoration: none;
}
#centercolumn .floatleft{
float: left;
margin: 5px 15px 5px 0px;
padding: 0;
width: 100px;
height: 100px;
border: 1px solid #000;
}
#centercolumn .floatright{
float: right;
margin: 5px 0px 5px 15px;
padding: 0;
width: 100px;
height: 100px;
border: 1px solid #000;
}
#centercolumn ul{
margin: 10px 30px;
padding: 0 15px;
}
#centercolumn ul li{
list-style: none;
}
#centercolumn ul li a{
color: #F7FFDB;
margin: 0;
padding: 0 0 0 25px;
text-decoration: underline;
}
#centercolumn ul li a:hover{
text-decoration: none;
}
#centercolumn ol
{
margin: 10px 30px;
padding: 0 25px;
}
#centercolumn ol li{
}
#centercolumn ol li a
{
margin: 0;
padding: 0 0 0 25px;
}
#centercolumn ol li a:hover{
}
#rightcolumn {
	float: right;
	width: 225px;
	background: #222;
}
#rightcolumn .rightcolumnbox{
margin: 5px 0px 10px 0px;
padding: 0px;
background-color: #222;
/* border: 1px dotted #d4d4d4; */
}
#rightcolumn .rightcolumnbox h4{
margin: 0;
padding: 0;
color: #FFD370;
font-size: 1.5em;
font-family: arial, helvetica, sans-serif;
display: block;
text-align: center;
background: #2F1A1A url(images/img2.gif) repeat-x left bottom;
}
#rightcolumn .rightcolumnbox ul{
margin: 0;
padding: 15px;
list-style-type: none;
}
#rightcolumn .rightcolumnbox ul li{
margin: 0;
padding: 0px;
}
#rightcolumn .rightcolumnbox ul li a
{
margin: 0;
padding: 10px 5px 0 25px;
color: #FFD370;
text-decoration: none;
display: block;
line-height: 22px;
border-top: 1px solid #f5f5f5;
border-bottom: 1px dashed #002844;
font-weight: bold;
/*background: url("images/image2.jpg") left center no-repeat;*/
}
#rightcolumn .rightcolumnbox ul li a:hover
{
color: #fff;
background: #002844 url("images/mage3.jpg") left center no-repeat;
border-top: 1px solid #002844;
border-bottom: 1px solid #002844;
}
#rightcolumn .rightcolumnimages
{
margin: 5px 0;
padding: 0;
background: #2F1A1A url(images/img2.gif) repeat-x left bottom;
}
#rightcolumn .rightcolumnimages h4
{
margin: 0;
padding: 0;
color: #FFD37F;
font-size: 1.5em;
font-family: arial, helvetica, sans-serif;
/* display: block; */
text-align: center;

}
#rightcolumn .rightcolumnimages .rightimages a
{
text-decoration: none;
background-color: #e6e0d2;
}
#rightcolumn .rightcolumnimages .rightimages
{
margin: 10px 0 0px 10;
padding: 0;
background-color: #f5f5f5;
border: 1px solid #d4d4d4;
}
#rightcolumn .rightcolumnimages .rightimages img
{
margin: 5px 2px;
padding: 0;
width: 100px;
height: 100px;
background-color: #e6e0d2;
border: 1px solid #002844;
float: left;
}
active
{
text-decoration: none;
}
#rightcolumn .rightcolumnimages .rightimages a:visited
{
text-decoration: none;
}
#rightcolumn .rightcolumnimages .rightimages a:hover img
{
text-decoration: none;
background-color: #e6e0d2;
border: 1px solid #e6e0d2;
}
table
{
border-collapse: collapse;
/*margin: 10px 5px;*/
padding: 0;
width: 49%;
margin: auto;
}
th
{
background: #002844;
height: 30px;
padding-left: 12px;
padding-right: 12px;
color: #fff;
text-align: left;
border: 1px solid #a0a0a0;
}
tr
{
height: 30px;
padding-left: 12px;
padding-right: 12px;
}
td
{
padding-left: 12px;
padding-right: 12px;
border: 1px solid #fff;

}
tr.rowa
{
background: #333;
text-align: left;
}
tr.rowb
{
background: #efefef;
text-align: left;
color: #002844;
}
form
{
margin: 5px;
padding: 0;
border: 1px solid #000;
background-color: #333;
}
label
{
display: block;
font-weight: bold;
margin: 5px 0;
padding: 0 5px;
}
input
{
margin: 0 10px;
padding: 2px;
border: 1px solid #000;
font: normal 1em "Trebuchet MS", tahoma, sans-serif;
color: #000;
}
textarea
{
width: 350px;
margin: 0 5px;
padding: 0;
font: normal 1em "Trebuchet MS", tahoma, sans-serif;
border: 1px solid #000;
height: 100px;
display: block;
color: #000;
background-color: #efefef;
}
input.button
{
margin: 0 10px;
font: bold 1em arial, sans-serif; 
padding: 2px 3px;
color: #000;
background-color: #e6e0d2;
border: 1px solid #000;
}
#footer {
	clear: both;
	padding: 5px;
	font-size: 14px;
	text-align: center;
	background: #222 url(images/img1.gif) repeat-x;
}
#footer p
{
margin: 10px 0 0 0;
padding: 0;
font-size: 14px;
font-family: arial, helvetica, sans-serif;
/* color: #FFD370; */
}
#footer a{
color: #FFD370;
font-size: 14px;
/* font-family: arial, helvetica, sans-serif; */
text-decoration: underline;
}
#footer a:hover
{
text-decoration: none;
}
