/* Main Sections 
------------------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #333;
	background: url(images/bg.jpg);
	background-repeat: repeat-x;
}

* {
    margin: 0;
    padding: 0;
}

/* Wrap
------------------------------------------------------------------------- */

#wrap {
	width: 800px;
	height: 850px;
	border-top: none;
	border-left: 2px solid #990100;
	border-right: 2px solid #990100;
	border-bottom: none;
	background-color: #fff ;
	margin-left:auto;
	margin-right:auto;
}

/* Header
------------------------------------------------------------------------- */

#header {

	width:797px;
	height:145px;
	margin:0 auto;
	background: url(images/header.jpg) no-repeat;
	clear:left;
}

/* Nav
------------------------------------------------------------------------- */

#nav {

	margin:0 auto;
	width:797px;
	height:33px;
	background: url(images/navbg.jpg);
	background-repeat:repeat-x;
	clear:left;
	padding-top: 6px;
	padding-left: 10px;
	color:#CCCC99;
	text-align:center;
	font-weight:bold;
}

.ddm1 {
    font: 11px arial;
	text-align:center;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 3px 6px 3px 8px;
   
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm1 .item1 {
    background: #9A0000;
    color: #ffffff;
	font-weight:bold;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #ff0000;
    color: #ffffff;
	font-weight:bold;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 6px 3px 8px;
    text-decoration: none;
    display: block;
    white-space:normal;
}
.ddm1 .item2 {
    background: #ff0000;
    color: #ffffff;
    font: 10px arial;
	text-align:center;
	font-weight:bold;
}
.ddm1 .item2:hover {
    background: #9A0000;
    color: #ffffff;
}
.ddm1 .section {
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}

* html .ddm1 td { position: relative; } /* ie 5.0 fix */

/* Content Left Column
------------------------------------------------------------------------- */

#content #leftcol {

	float:left;
	width:600px;
	height:auto;
	padding:10px;
}

#content #leftcol h1 {

	color:#990002;
	font-size:14px;
	font-weight:bold;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 1px dashed #990002;
	text-align:left;
}

#content #leftcol p {
	color:#990002;
	font-size:12px;
	text-align:justify;
}

#content #leftcol td {

	color:#990002;
	font-size:12px;
	text-align:justify;
}

/* Content Right Column
------------------------------------------------------------------------- */

#content #rightcol {

	float:right;
	width:160px;
	background-color:#9A0000;
	color:#000066;
	padding:10px;
	height:600px;
}

#content #rightcol h1 {

	font-size:14px;
	padding-right:2px;
	text-align:right;
	color:#fff;
}	

#content #rightcol #latest h2 {

	font-size:14px;
	text-align:center;

}	

#content #rightcol p {

	font-size:12px;
	padding:10px 10px 10px 10px;
	color:#FFFFFF;
}	