@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding:0;
	background-image: url(/_images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	}
	
p {
	margin:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-weight: bold;
}
a {
	margin:0;
	padding: 0px;
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}
h1 {
	margin:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-weight: bold;
}
.right {
	float: right;
	padding: 0 5px 0 20px;
}
img {
	border: none;

}
#container {
	width:944px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#middle {
	background-image: url(/_images/middle.png);
	background-repeat: repeat-y;
	overflow: hidden;
}
#Main {
	padding: 15px;
}

#siteInfo {
	background-image: url(/_images/footer.png);
	background-repeat: no-repeat;
	height:38px;
	padding: 5px 15px 0px 15px;
	clear: both;
}
#siteInfo p {
	font-size: 10px;
}

#marq{
	font-weight: bold;
	color:#b90000;
	width:530px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 10px;
  }
#marq a {
	margin:0;
	padding: 0px;
	text-decoration: none;
	color: #bf0000;
}
#menu {
	background-color: #000;	
}
.ddm1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 3px 15px 4px 15px;
    border: 0px #000000;
    border-style: solid none solid none;
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm1 .item1 {
    background: #000000;
    color: #ffffff;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #cc0000;
    color: #ffffff;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
    background: #000000;
    color: #ffffff;
}
.ddm1 .item2:hover {
    background: #cc0000;
    color: #ffffff;
}
.ddm1 .section {
    border: 1px #000000;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: 1;
    white-space: nowrap;
}
.ddm1 .left, .ddm1 .left:hover { border-style: solid none solid solid; }
.ddm1 .right, .ddm1 .right:hover { border-style: solid solid solid none; }

