body
{
	position: relative;
	padding: 0px;
	margin: 0px;
	background-image: url('blue_stripe.gif');
	background-repeat: repeat-x;
	background-position: top center;
	font-family: arial, helvetica, swiss, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
}

#wrapper
{
	display: table;
	position: relative;
	height: auto;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-left: 1px solid #005195;
	border-right: 1px solid #005195;
	border-bottom: 1px solid #005195;
	z-index: 0;
}

#topbar
{
	position:relative
	width: 100%;
	height: 108px;
	background-color: #005195;
	background-image: url('header_arches.gif');
	background-repeat: no-repeat;
	background-position: top left;
	font-family: arial, helvetica, swiss, sans-serif;
	font-family: arial;
	font-size: 8pt;
	line-height: 10pt;
	
}

#home-link {
    position: absolute;
    display: inline-block;
    width: 120px;     
    height: 70px;   
    top: 0px; 
    left: auto; 
    border: 0;
    float: left;
    opacity:0;
                }

	
#cssdropdown
{
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 2;
}

#cssdropdown ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 2;
}

.mainitems
{
	top: 76px;
	float: left;
	position: relative;	color: #fff;
	padding-left: 6px;
	z-index: 3;
}

.mainitems a
{
	color: #fff;
	margin-left: 0px;
	margin-right: 8px;
	text-decoration: none;
}

.mainitems a:hover
{
	color: #ff0;
}

.subuls
{
	display: none;
	position: absolute;
	margin-top: 24px;
	left: 0px;
}

.subuls li
{
	width: 100%;
	padding: 6px;
	background-color: #005195;
}

.subuls li.first
{
	margin-top: 5px;
}

.subuls li:hover
{
	width: 100%;
	background-color: #2273b7;
}

.subuls li a
{
	width: 100%;
	text-decoration: none;
	
}

.subuls li a:hover
{
	color: #ff0;
	text-decoration: none;
}



#cssdropdown li>ul 
{ 
	/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#cssdropdown li:hover ul, li.over ul 
{ 
	/* lists nested under hovered list items */
	display: block;
}

#copyarea
{ 
	/*wrap rest of content of the page inside this div*/
	position: relative;
	float: left;
	clear: left;
	width: 540px;
	padding: 18px;
	padding-top: 24px;
	border: 0px solid #0f0;
	z-index: 1;

}

#td_copyarea
{
	width: 540px;
	padding-left: 18px;
	padding-top: 24px;
}

#td_symk
{
	width: 100%;
	padding-left: 18px;
	padding-top: 24px;
}


.copyright
{
	font-size: 7pt;
	line-height: 10pt;
	text-align: left;
	color: #777;
}

#copyrightbar
{
	position: relative;
	width: 100%;
	font-size: 7pt;
	line-height: 10pt;
	text-align: left;
	color: #777;
	float: left;
}

#td_copyrightbar
{
	padding-left: 18px;
	padding-right: 18px;
}

.caption
{
	font-size: 7pt;
	line-height: 9pt;
	text-align: center;
	margin-top: 6px;
}


#docbar
{
	position: relative;
	float: right;
	width: 120px;
	border: 0px solid #f00;
	padding-right: 12px;
	top: 0px;
}

#td_docbar
{
	padding-top: 0px;
	padding-right: 0px;
}


h1
{
	font-family: arial,helvetica,swiss,sans-serif;
	font-size: 14pt;
	line-height: 18pt;
	color: #005195;
}

h2
{
	font-family: arial,helvetica,swiss,sans-serif;
	font-size: 12pt;
	line-height: 16pt;
	color: #005195;
}

h3
{
	font-family: arial,helvetica,swiss,sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	color: #005195;
}

a
{
	color: #005195;
	text-decoration: none;
}

a:hover
{
	color: #0000ff;
	text-decoration: underline;
}

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

#topbar a:hover
{
	color: #ff0;
	text-decoration: none;
}

.caption a
{
	color: #005195;
	text-decoration: none;
}

.caption a:hover
{
	color: #0000ff;
	text-decoration: underline;
}

.backtotop
{
	font-size: 7pt;
	white-space: nowrap;
}

.input_text
{
	border: 1px solid #666;
	padding: 3px;
}

.question
{
	font-weight: bold;
}