body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.big {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}
.box {
	border: thin solid #003366;
	border-bottom: 1px;
	border-right: 1px;
	border-top: 1px;
	border-left: 1px;
	width: 100%;
}
.main {
	margin-left: auto;
	margin-right: auto;
}
.item {
	background-image: url(bg_item.gif);
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	color: #333366;
	font-weight: bold;
	font-size: 14px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	color: #333366;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #008000;
}
#head {
	background-image: url(/bg_top.gif);
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
}
#title {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 24px;
}
#tag {
	font-size: 14px;
}
#news {
	background-image: url(/news.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

/* Drop Down Menu */

.ddm1 {
    font: 11px tahoma;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 3px 8px 4px 8px;
    border: 1px #003366;
    border-style: solid none solid none;
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm1 .item1 {
    color: #ffffff;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #FFFFCC;
    color: #333366;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
    background: #3264C7;
    color: #FFFFCC;
}
.ddm1 .item2:hover {
    background: #6699FF;
    color: #FFFFCC;
}
.ddm1 .section {
    border: 1px #003366;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
	filter:Alpha(opacity=90);
}
.ddm1 .left, .ddm1 .left:hover {
	border-style: solid none solid solid;
}
.ddm1 .right, .ddm1 .right:hover {
	border-style: solid solid solid none;
}

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