* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff url(images/bg.jpg) repeat-x top;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-size: 12px;
color: #232323;
line-height: 24px;
}

a {
	color: #CB392C;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#wrap {
width: 800px;
margin: 0 auto;
}


#header {
height: 100px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
padding: 25px 0 0 0px;
}
#header h1 a {
text-decoration: none;
color: #B7271F;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
color: #666;
font-size: 17px;
font-weight: 100;
padding: 0 0 0 1px;
}


#menu {
height: 30px;
line-height: 30px;
}
#menu ul {
padding-left: 2px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #fff;
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}

#content {
margin: 20px 0;
line-height: 17px;
}

.left {
float: left; 
width: 600px;
text-align: left;
}
.left h2 {
color: #B7271F;
font-size: 24px;
font-weight: 100;
padding : 10px 0 15px 0;
}
.left h2 a {
color: #B7271F;
}
.left h2 a:hover {
color: #333;
}

.left ul {
list-style-type: none;
padding: 5px 0 10px 0;
}
.left ul li {
}

.right {
margin-top: 10px;
float: right;
width: 160px;
padding: 3px;
background: #FFFFFF;
border: 1px solid #990000;
}
.right h2 {
font-size: 12px;
color: #232323;
padding: 5px 0 2px 0;
}
.right ul {
list-style-type: none;
padding: 5px 0 10px 0;
}
.right ul li {
}
.right ul li a {
display: block;
border-bottom: 1px solid #999;
color: #B7271F;
padding: 2px 10px;
text-decoration: none;
}
.right ul li a:hover {
color: #B7271F;
text-decoration: underline;
}

.infobox {
margin-top: 5px;
margin-right: 10px;
float: left;
width: 160px;
padding: 5px;
background: #FFFFFF;
border: 1px solid #990000;
}
.infobox h2 {
font-size: 12px;
color: #232323;
padding: 5px 0 2px 0;
}
.infobox ul {
list-style-type: none;
padding: 5px 0 5px 0;
}
.infobox ul li {
}
.infobox ul li a {
display: block;
color: #B7271F;
text-decoration: underline;
}
.infobox ul li a:hover {
color: #B7271F;
text-decoration: underline;
}

.infobox2 {
margin-top: 5px;
margin-right: 10px;
width: 100%;
padding: 5px;
background: #FFFFFF;
border: 1px solid #990000;
}
.infobox2 h2 {
font-size: 12px;
color: #232323;
padding: 5px 0 2px 0;
}
.infobox2 ul {
list-style-type: none;
padding: 5px 0 5px 0;
}
.infobox2 ul li {
}
.infobox2 ul li a {
display: block;
color: #B7271F;
text-decoration: underline;
}
.infobox2 ul li a:hover {
color: #B7271F;
text-decoration: underline;
}

#footer {
font-size: 11px;
color: #999;
text-align: center;
padding: 5px 0 10px 0;
margin-top: 50px;
border-top: 10px solid #ddd;
}
#footer a { 
color: #999;
}
#footer a:hover {
color: #333; 
text-decoration: underline; 
}

table tr.rowH
{
	color: #fff;
	background: #006192 url('images/a8.gif') top left repeat-x;
	border-right: solid 1px #fff;
              padding: 5px 5px 5px 5px;
}

table tr.rowA
{
	background: #F8F8F8 url('images/a6.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
              padding: 5px 5px 5px 5px;
}

table tr.rowB
{
	background: #FDFDFD url('images/a7.gif') top left repeat-x;
	border-top: solid 1px #fff;
	color: inherit;
              padding: 5px 5px 5px 5px;
}
table td
{
              padding: 5px 5px 5px 5px;
}
table td.yellow
{
	background: #FFDF12;
}