/* =========== site ============= */

body {
	margin: 0;
	padding: 0;
	background: #9099AE url(/img/top_grad.jpg) repeat-x 0px 0px;
	color: #595959;
}
div, td { font: normal normal 8pt Verdana, Serif;}
div.text { text-align: left;}

a img {border: 0;}
img.bordered { border: 1px solid black; }
a:hover {text-decoration: none;}
a.nounderline {text-decoration: none;}
a.nounderline:hover {text-decoration: underline;}
a { color: #3A73A8; }
a.ss { color: #3A73A8; }

#site
{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: white;
	text-align: left !important;
}

#search a {color: #C5C8CE; font-size: 8pt;}
.sitemap a {font-size: 11pt; color: #3A73A8;}

p { margin: 0 0 10px 0; }
h1 { margin: 0 0 8px 0; font-size: 16pt; color: #555555; font-weight: normal; }
h2 { margin: 0 0 4px 0; font-size: 10pt; color: #336699; font-weight: bold; }
h3 { margin: 8px 0 4px 0; font-size: 9pt; }
h4 { margin: 8px 0 4px 0; font-size: 8pt; }

input.text {width: 400px;}
.floatleft {float: left; margin: 0 8px 8px 0; clear: both; }

ul, ol, li  { margin: 0; padding: 0; }

ul.text, ol.text { margin: 5px 15px 5px 15px; }
ul.text15 { margin: 15px; }
ol.text15 { margin: 15px 15px 15px 25px; }
ul.text15 li, ol.text15 li { margin-bottom: 5px; }

.description li { 
	color: white;
	font: normal bold 10pt Verdana, Serif;
	margin: 5px 0 5px 15px;
}

/* =========== main ============= */

.corner_tl { position: absolute; left: 0; top: 0; width: 7px; height: 7px; }
.corner_tr { position: absolute; right: 0; top: 0; width: 7px; height: 7px; }
.corner_bl { position: absolute; left: 0; bottom: 0; width: 7px; height: 7px; }
.corner_br { position: absolute; right: 0; bottom: 0; width: 7px; height: 7px; }

.ss_table_main { margin-top: 10px; }
.ss_table_main td { text-align: center; padding: 10px; color: #555; }
.ss_table_main td img { border: 1px solid #777; padding: 5px; background-color: white; }
.ss_table_main td a { cursor: pointer; }
.ss_table_main td h3 { margin-top: 5px; margin-bottom: 5px; color: #555; }

/* =========== other ============= */

table.wnhead td { font-size: 9pt; font-weight: bold; }

.ss_table td { text-align: center; padding: 15px; }
.ss_table td img { margin-top: 10px; display: block; border: 1px solid #4e4e4e; }
.ss_table td a { cursor: pointer; }
.ss_table td h3 { margin-top: 0; }

/* =========== top menu ============= */

ul.topmenu { padding: 0; margin: 5px 0 0 0; list-style: none; }
ul.topmenu li { display: block; float: left; margin: 0; padding: 0; }
ul.topmenu li a.topmenu { text-decoration: none; color: #585F65; margin: 0; display: block; padding: 14px 5px 14px 5px; width: 55px; text-align: center; }
ul.topmenu li a.topmenu:hover {
	color: #0f3e66;
	background-image: url(/img/menucorner.gif);
	background-color: #d9edff;
}

ul.topmenu li.menudelim
{ 
	height: 37px; width: 2px;
	margin: 0 7px 0 7px;
	background: url('/img/menudelim.gif') no-repeat;
	padding: 0;
}

div.menubranch {
	display: none;
	padding: 3px;
	background-color: #f5faff;
	border: 1px solid #777;
	position: absolute; 
	z-index: 10;
	margin-top: 5px;
	float: left;
	text-align: left;
}

div.menubranch a
{
	background-color: none;
	border: 1px solid #f5faff;
	display: block;
	padding: 2px;
	text-decoration: none;
	color: #585F65;
	padding-right: 10px;
}

div.menubranch a:hover
{
	background-color: #bbDDF8;
	border: 1px solid #2373b8;
}

/* FAQ */

.faqanswer
{
	background-color: #f5faff;
	border: 1px solid #777;
	padding: 10px;
	display: none;
	margin-top: 10px;
	width: auto;
}

.faqlist li { margin-bottom: 5px; }

table.fss td { padding: 5px 5px 0 5px; text-align: center;  }
table.fss td.fss_header { padding: 25px 5px 5px 5px; text-align: center; font-weight: bold; }
table.fss img { border: 1px solid black; }

.helpblock
{
	display: none;
	width: 600px;
}

/******************************************************************************************/

table.std1 { margin-top: 10px; margin-bottom: 10px; border-collapse: collapse; }
table.std1 td { border: 1px solid #ccc; padding: 5px;} 
table.std1 tr.std1_header td { background-color: #eee; font-weight: bold; }

div#history { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding-bottom: 7px; }
div#history a { text-decoration: none; }

div#foolsday
{
    background: url("/img/foolsday.jpg") no-repeat 50% 0%;
    width: 100%;
    height: 988px;
    z-index: 100;
    position: absolute;
    top: 20px;
}
