body {
background: #8A0808; /*5970B2;*/
}


#maincontainer {
width: 960px;
min-width: 960px;
margin: 0 auto;
background: #FFFFFF;


}

#sidecolumn {
width: 200px;
float: right;
margin: 0;
padding: 20px;
background: #CCC;
}

#maincolumn {
width: 680px;
float: right;
padding: 20px;
background: #FFFFFF;
}

#header {
position: relative;
align: center;
background: #FFFFFF;
}

	
#footer
	{
	margin: 0;
	text-align: center;
	padding: 20px 10px;
	clear: both;
	background: #FFFFCC;
	border: 1px solid;
	/*border: #000000 1px solid;
	background-color: #d2cbbd;*/
	}
.center
        {
        text-align: center;
        }
#content { 
  overflow:auto; 
  width: 600px; 
  background: gray; 
} 

#left, #right { 
  width: 40%; 
  margin:5px; 
  padding: 1em; 
  background: white; 
} 

#left  { float:left;  }
#right { float:right; } 
.red
	{
	color: red;
	font-size: 4em;
	}
        
h1, h2, h4
        {
        text-align: center;
        color: #ffffff;
        }
h3
	{
	color: #000000;
	text-align: center;
	}

h1
	{
	text-align: center;
	font-size: 2em;
	line-height: 1em;
	}

h4 a, h4 a:visited
        {
        color: #d9dcec;
        }

h4 a:hover
        {
        color: #ffffff;
        text-decoration: none;
        }

h2
        {
        font-size: 20px;
        color: black;
        line-height: 1.25em;
        }
        
div.hr {
  height: 15px;
  background: #FFFFFF url(images/hr1.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}

div.hr2 {
  height: 15px;
  background: #CCCCCC url(images/hr2.gif) no-repeat scroll center;
}
div.hr2 hr {
  display: none;
}




#maincontainer table
{
	margin-bottom: 1.5em;
	border-collapse: collapse;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-bottom: solid 1px rgb(170,170,170);
	border-left: solid 1px rgb(170,170,170);
}
#maincontainer table th
{
	font-weight: bold;
	padding: 0.5em;
	text-align: center;
}
#maincontainer table td
{
	padding: 0em;
	border-right: solid 1px rgb(170,170,170);
}
#maincontainer table tr.rowH
{
	color: #fff;
	background: #8A0808; /*5970B2;*//*#006192 url('images/a8.gif') top left repeat-x;*/
	border-right: solid 1px rgb(170,170,170);
}
#maincontainer table tr.rowA
{
	
	background: #F8F8F8 url('images/a6.gif') top left repeat-x;
	border-top: solid 1px rgb(170,170,170);
	color: inherit;
}
#maincontainer table tr.rowB
{

	background: #FDFDFD url('images/a7.gif') top left repeat-x;
	border-top: solid 1px rgb(170,170,170);
	color: inherit;
}
.rightpadding
	{
	padding-right: 10px;
	}


table.padded-table td { 
	padding:50px; 
	}










#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em; 

}

#nav a{
display:block;
padding:8px 5px 0px 5px;
border:1px solid #FFFFFF;
color:#fff;
text-decoration:none;
text-align: center;
background-color:#8A0808; /*5970B2;*/
width: 148px;
font: 12px arial;
height: 20px;
vertical-align: middle;
}

#nav a:hover{
background-color:#B40404;
color:#fff;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:250px;
top:29px;

}

#nav li ul a{
width:250px;
height:20px;
float:left;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:250px;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}
