/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	padding: 0;
	margin: 0;
}

/* General Styles */

h1 {
	font-size: 1.2em;
	color: #5C91AF;
	margin: 0;
	padding-bottom: .25em;
}

h1 span {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

h2 {
	font-size: 1.1em;
	color: #576380;
	margin: 0;
	padding-bottom: .25em;
}

h3 {
	font-size: 0.95em;
	color: #5C91AF;
	margin: 0;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	font-size: 0.95em;
	color: #666666;
	margin: 0;
	padding-bottom: .25em;
}

p {
	font-size: .9em;
	color: #333;
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 1em;
}

p.title {
	color: #5C91AF;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

p.signature {
	color: #5C91AF;
	margin: -0.5em 0 0 25px;
	padding: 0;
}

p span {
	color: #576380;
	font-weight: bold;
}

p span.under {
	text-decoration: underline;
	color: #333;
	font-weight: normal;
}

.red {
	color: #FF0000;
}

.center {
	text-align: center;
}

a {
	color: #5C91AF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	font-size: .9em;
}

li.dark a {
	color: #576380;
	font-weight: bold;
}

table.display {
	border: 1px solid #3A3A3A;
	border-collapse: collapse;
	margin: .5em 5px 1.5em 5px;
	font-size: .85em;
}

table.display th {
	font-size: 1.1em;
	color: #576380;
	border-collapse: collapse;
	padding: .2em .4em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3A3A3A;
	border-right-color: #CCCCCC;
	border-bottom-color: #5C91AF;
	border-left-color: #CCCCCC;
}

table.display td {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #3A3A3A;
	border-bottom: 1px solid #3A3A3A;
	border-collapse: collapse;
	padding: .2em .4em;
}

table.display td.month {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3A3A3A;
}

table.display p {
	margin: .2em 0 .5em 0;
	color: #333;
}

table.archive {
	border: none;
}

table.archive td {
	vertical-align: text-top;
}

/* optional table of contents box */

div.pagecontents {
	margin: .3em 0 1.7em 0;
	z-index: 1;
}

div.pagecontents ul {
	float: left;
	margin-left: 15px;
	list-style-type: none;
	padding: 0;
}

div.pagecontents li {
	font-weight: bold;
	border-bottom: 1px solid #fff;
	color: #666;
	font-size: .9em;
	line-height: 1.3em;
}

div.pagecontents a, div.pagecontents a:visited {
	text-decoration: none;
	display: block;
	color: rgb(57, 33, 90);
}

div.pagecontents a:hover {
	text-decoration: underline;
}

/*******end page contents box**********/

/*** CLEARING DIV ***/

div.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

div.clear hr {
	height: 0;
	overflow: hidden;
}

/* End General Styles */

#content {
	position: relative;
	width: 975px;
	margin: auto;
	border-left: 2px solid #63708F;
	border-right: 2px solid #758595;
	padding: 0;
	margin-top: 20px;
}


div#head {
	position: relative;
	width: 975px;
	height: 100px;
	padding: 0;
	background-image: url(imgs/hdr.jpg);
}

#head h1{
	position: absolute;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.35em;
	font-weight: normal;
	color: #FFF;
	margin-top: 60px;
	margin-left: 152px;
}

/* Menu Navigation */

#menu {
	height: 44px;
	width: 975px;
	background: url(imgs/navbg.jpg);
}

#nav, #nav ul { 
    padding: 0; 
    margin: 0; 
    list-style: none;
	margin-left: 25px;
	line-height: 22px; 
	font-size: 0.8em;
} 

#nav a { 
    display: block; 
    width: auto; 
	color: #333;
	padding-right: 25px;
} 

#nav a.need {
	color: #FF0000;
}

#nav li { 
    float: left; 
    width: auto; 
	padding-right: 25px;
}

#nav li ul { 
	cursor: default;
	list-style: none;
	display: inline;
	position: absolute; 
    width: auto;
	padding: 0;
	margin: 0;
	left: -999em; 
	color: #3A4274;
	font-size: 1em;
} 

#nav li:hover ul { 
    left: auto; 
}

#nav li ul li a {
	cursor: pointer;
	white-space: nowrap;
	color: #3A4274;
	padding-right: 15px;
}

#nav li ul li a:hover {
	text-decoration: underline;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover ul.trade, #nav li.sfhover ul.trade { /* lists nested under hovered list items */
	left: 25px;
	width: 975px;
}

#nav li:hover ul.resources, #nav li.sfhover ul.resources { /* lists nested under hovered list items */
	left: 505px;
	width: 975px;
}

#nav li:hover ul.ed, #nav li.sfhover ul.ed { /* lists nested under hovered list items */
	left: 840px;
	width: 975px;
}

/* subtopic menu sub menu */
#nav li ul ul {
	margin: 0;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}


/* End Menu Navigation */

/* Left Navigation Column */

#leftnav {
	float: left;
	width: 180px;
	padding: 0 0 0 15px;
	margin-top: 25px;
}

/* Main Content Column */

#main {
	width: 490px;
	margin-top: 25px;
	margin-left: 220px;
}

#mainsub_left {
	float: left;
	width: 220px;
	margin-top: 50px;
}

#mainsub_left img {
	float: right;
	margin-left: 5px;
	margin-bottom: 10px;
}

#mainsub_right {
	float: right;
	width: 220px;
	margin-top: 50px;
}

div#clear {
	clear: both;
}

/* Right Navigation Column */

#rightnav {
	float: right;
	width: 220px;
	padding: 0 15px 0 0;
	margin-top: 25px;
}

/** Forms **/

form {
	padding: 0;
	margin: 0;
	height: 13px;	
}

form th {
	padding-top: 10px;
	background-color: #5C91AF;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

form p {
	font-size: 0.9em;
	color: #333;
}

input {
	margin: 5px 0 0 10px;
	border: 1px solid #5C91AF;
	background-repeat: no-repeat;
	color: #333;
	font-size: 0.9em;
}

textarea {
	margin-top: 20px;
	width: 300px;
	border: 1px solid #5C91AF;
}

input.submit {
	border: 1px solid #576380;
	background-color: #5C91AF;
	color: #fff;
}

/** End Forms **/

/* Footer */

#footer {
	margin-top: 20px;
	width: 975px;
	height: 25px;
	background-image: url(imgs/ftr.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#footer p {
	text-align: center;
	margin-top: 5px;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}#content #main caption {
	background-color: #000000;
}
#content #main table {
	border: thin solid #999999;
}
#content #main table {
	border: thick none #000000;
}
#content #main table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
}
