body {
	font-family: Trebuchet; 
	text-align: center; 
	background-image:url('/images/field.jpg'); 
	background-position: top center; 
	background-repeat: repeat-y; 
	background-color: #506030;
	color: navy;
}


#header {
	width: 970px;
	height: 70px;
	background-color: white;
	border: solid navy 3px;
	border-bottom: 0px;
	margin: 0 auto;
	text-align: right;
	vertical-align: middle;
	padding: 15px;
}


#tickerbar	{
	width: 1000px;
	background-color: white;
	border: solid navy 3px;
	margin: 0 auto;
}

#menubar {
	width: 1000px;
	background-color: navy;
	border-left: solid navy 3px;
	border-right: solid navy 3px;	
	border-top: solid #0000B0 3px;
	border-bottom: solid #000040 3px;
	margin: 0 auto;
	text-align: left;
}


#container{
	background-color: linen;
	overflow:hidden;
	width:1000px;
	border: solid navy 3px;
	border-bottom: 0px;
	margin: 0 auto;
}

#content{
	background-color: linen;
	width:680px;
	border-right:300px solid silver; /* The width and color of the rail */
	margin-right:-300px; /* Hat tip to Ryan Brill */
	float:left;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

#rail{
	background-color:silver;
	width:300px;
	float:left;
	padding-bottom: 10px;
}

#footer {
	width: 970px;
	background-color: white;
	border: solid navy 3px;
	margin: 0 auto;
	text-align: center;
	padding: 15px;
}

/* ANCHORS */
a					{color: blue;}
a:hover		{color: blue; background-color: yellow;}
a.anchor	{color: navy;}

/* HEADERS */
h1	{color: navy; text-align: center; text-transform: uppercase;}
h2	{color: navy; text-align: center; text-transform: uppercase;}
h3	{color: navy; text-align: center; text-transform: uppercase;}
h4	{color: navy; text-align: center;}
h5	{color: navy; text-align: center;}
h6	{color: navy; text-align: center;}
h1.graybar {background-color:transparent; background-image: url(/images/black_fade2.png); background-attachment: scroll; background-position: 0 0; background-repeat: repeat; font-size: 14pt; font-weight: bold; text-align: center; display: block; z-index: 2;}
h2.graybar {background-color:transparent; background-image: url(/images/black_fade2.png); background-attachment: scroll; background-position: 0 0; background-repeat: repeat; font-size: 14pt; font-weight: bold; text-align: center; display: block; z-index: 2;}
h3.graybar {background-color:transparent; background-image: url(/images/black_fade2.png); background-attachment: scroll; background-position: 0 0; background-repeat: repeat; font-size: 12pt; font-weight: bold; text-align: center; display: block; z-index: 2;}

/* HORIZONTAL RULES */
hr				{background-color: navy;}
hr.small	{background-color: navy; height: 1px; border: 0px;}
hr.medium	{background-color: navy; height: 3px;}
hr.large	{background-color: navy; height: 5px;}


/* DIVS */
div.center {text-align: center;}

/* LISTS */
ul	{text-align: left;}
ol	{text-align: left;}


/* TABLES */
table		{text-align: left; width: 540px;}
th			{background-color: silver; color: red; border-top: solid navy 2px; border-bottom: solid navy 2px; text-align: center; padding: 2px;}
td			{border: solid white 0px; vertical-align: top; text-align: center; }
tr			{border: solid navy 1px;}
.even		{background-color: #C7C7C7; border: solid white 0px; }
.odd		{background-color: #FEFAF5; border: solid white 0px; }
.round	{background-color: white; border: solid white 0px;}

#content table {margin: 0 auto;}


.even1	{background-color: white; border: solid white 0px;}
.odd1		{background-color: tan; border: solid white 0px;}

.even2	{background-color: #FFF8C6; border: solid white 0px;}
.odd2		{background-color: tan; border: solid white 0px;}

.even3	{background-color: tan; border: solid white 0px; }
.odd3		{background-color: goldenrod; border: solid white 0px;}

.even4	{background-color: #cfc; border: solid white 0px; }
.odd4		{background-color: #ccf; border: solid white 0px;}


#sidebar span {
	background-color:transparent;
	background-image: url(/images/black_fade2.png);
	background-attachment: scroll;
	background-position: 0 0;
	background-repeat: repeat-x;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	display: block;
	z-index: 2;
}

.rotatingBoxHeader {
	background-color:transparent;
	background-image: url(/images/black_fade2.png);
	background-attachment: scroll;
	background-position: 0 0;
	background-repeat: repeat-x;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	display: block;
	border-bottom: 3px solid #AAAAAA;
	z-index: 2;
}

#sidebar a {
	background-color:transparent;
	background-image: url(/images/blue_fade.png);
	background-attachment: scroll;
	background-position: 0 0;
	background-repeat: repeat-x;
	display: block;
	font-weight: bold;
	padding-left: 5px;
	text-decoration: none;
	z-index: 2;
}

#sidebar a.standout {
	background-color:transparent;
	background-image: url(/images/red_fade.png);
	background-attachment: scroll;
	background-position: 0 0;
	background-repeat: repeat-x;
	display: block;
	font-weight: bold;
	padding-left: 5px;
	text-decoration: none;
	z-index: 2;
}


#sidebar div {
	z-index: 2;
}

#sidebar a:hover {
	background-color:yellow;
	background-image: none;
	background-attachment: scroll;
	background-position: 0 0;
	background-repeat: repeat-x;
	z-index: 2;
}



#menubar a {
	margin-left: 5px;
	margin-right: 5px;
	color: white;
}

#menubar a:hover {
	background-color: silver;
	color: navy;
}

#submenu {
	visibility: hidden;
	text-align: left;
}

#submenu a {
	color: silver;
}

#submenu a:hover {
	background-color: silver;
	color: navy;
}


.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background: navy;
    font: 12px arial;
    color: white;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: silver;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    background: silver;
}
.ddmx .item2 {
    background: navy;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: navy;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 0px;
    border: 0;
}
.ddmx .section {
    border: 1px solid white;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    background: navy;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: left;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */