﻿body{
	text-align: center;
	background: #dae9fe url("bkgrd.gif") repeat-x;
	font: 62.5% Verdana, Arial, sans-serif;
	color: #000000;
	height: auto;
	margin-top: 5px;
	
}
p{
	line-height: 1.3;
	margin-bottom: .3em;
	font-size:1.1em;
}
img{
	margin: 0;
	padding: 0;
	border: 0;
	color: #ffffff;
}
h1,h2,h3,h4{
	margin: 0;
	padding: 0;
}
#page_wrap{
	width: 986px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding: 0px 0px 0 0px;
}
small{
	font-size: smaller;
	font-weight: inherit;
}
strong{
	font-weight: bold;
}
a, a:visited{
	font-weight: inherit;
	outline: 0;
	color:#333333;
}

a:hover, a:active{
	font-weight: inherit;
	outline: 0;
	color:#0066FF;
}

ul{
	list-style: disc;
}
ol{
	list-style: decimal;
}
ul ul{
	list-style: circle;
}
li, span{
	line-height: 1.3;
}

.clear{
	clear: both;
}

/* Header
--------------------------------------------------------------------------------------------------------*/
#pagetop{
	background: url("bg_top.gif") no-repeat top left;
	width: 994px;
	height: 17px;
	padding: 0;
	margin: 0 auto;
	display: block;
}
#header{
	margin: 0;
	padding: 0;
	height: 50px;
	width: 200px;
    height: 67px;	
    position:relative;
}
#header a#logo{
    width: 250px;
    height: 67px;
    position:absolute;
    top:0px;
    left:17px;
    z-index: 1;
}
#header h1{
	display: none;
}
#header a{
	color: #085698;
}

/* Language Header
------------------------------------*/
#language{
    position:absolute;
    top:14px;
    right: 17px;
    text-align: right;
    width: 675px;
    color: #000000;
    line-height: 1.1;
    padding-top: 2px;
	padding-bottom: 3px; }

#language a{
	color: #085698;
	text-decoration:none;
	font-weight: 700;
	}

#language a:hover{
	color: #0066FF;
	text-decoration:underline;}


/* Account Header
------------------------------------*/
#account{
    position:absolute;
    top:30px;
    right: 17px;
    text-align: right;
    width: 675px;
    color: #000000;
    line-height: 1.1;
    padding-top: 2px;
	padding-bottom: 3px; }

#account a{
	color: #085698;
	text-decoration:none;
	font-weight: 700;
	}

#account a:hover{
	color: #0066FF;
	text-decoration:underline;}


/* Navigation / Tabs
--------------------------------------------------------------------------------------------------------*/
#headernav{
	width: 980px;
	height: 31px;
	background: #044d99 url("nav_bg.gif") repeat-x top left;
	display: block;
	margin: 0px;
	margin-bottom: 1px;
	padding: 0px;
}
#headernav ul{
	height: 31px;
	padding-left: 20px;

}
#headernav li{
	list-style-type: none;
	float: left;
	line-height: 31px;
	font-weight: 800;
	background: url("nav_div.gif") no-repeat top right;
}

#headernav li #selected{
	list-style-type: none;
	float: left;
	line-height: 31px;
	font-weight: 800;
	background: url("nav_hover1.gif") no-repeat top right;
}


#headernav li a{
	color: #ffffff;
	line-height: 31px;
	display: block;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;

	margin: 0;
}

#headernav li a:hover{
	color: ffffff;
	background: #044d99 url("nav_hover2.gif") repeat;
	scroll 0 0;
	padding-right: 20px;
	padding-left: 20px;

}


#headersubnav{
	height: 90px;
	width:728px;
	margin-bottom: 0px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
/* Page
----------------------------------------------------------------------------------------------------------*/
#page{
	background: url("bg_page.png") repeat-y top left;
	padding: 0px 10px 0 4px;
	width: 980px;
}





/* ********** [ CONTAINER ] ********** */

div#container_wrap {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
	background: #666666;  
	border: 1px solid black;
	border-width: 0px 1px; 

	padding:1px 0px 0px;}

  	div#container {
		margin: 0px auto;
		width: 954px;
  		background: #ffffff; }


/* ********** [ SIDEBAR ] ********** */

div#sidebar_wrap {
	float:left;
	/*height:200px;*/
	margin-right:10px;
	width:205px; }

  	div#sidebar { }


/* ********** [ CONTENT ] ********** */

#content_wrap {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 765px; }

  	#content { }


/* ********** [ MESSAGES ] ********** */

div#info_message {
	margin: 10px 10px 0px 10px;
	padding: 10px;
    font: 12px arial;
	color: #aa571b;
    background-color: #FFFFC0;
    border-top: 1px #d8b62d solid;
    border-bottom: 1px #d8b62d solid;
    border-left: 1px #d8b62d solid; 
    border-right: 1px #d8b62d solid;}

	div#info_message a {
		font: 12px arial;
		color: #aa571b;
		text-decoration: none; }

	div#info_message a {
		text-decoration: underline; }

div#error_message {
	margin: 10px 10px 0px 10px;
	padding: 10px;
    font: 12px arial;
	color: #800000;
    background-color: #FFD7D7;
    border-top: 1px #9D290D solid;
    border-bottom: 1px #9D290D solid; 
    border-left: 1px #9D290D solid;
    border-right: 1px #9D290D solid;}

	div#error_message a {
		font: 12px arial;
		color: #800000;
		text-decoration: none; }

	div#error_message a {
		text-decoration: underline; }


/* tooltips */
.tooltipbox { filter: alpha(opacity=85); display: none; position: absolute; border: 1px solid #000000; background-color: #ffffff; padding:4px; width: 120px }
.toolpicbox { display: none; position: absolute; border: 1px solid #000000; }


/* Footer
-------------------------------------------------------------------------------------------------------*/
#footer{
	clear: both;
	font-size: 1em;
	text-align: center;
	color: #cbcbcb;
	margin: 0 auto;
	padding-top: 30px;
	width: 100%;
	position: relative;
}
#footer ul{
	margin-left: 0px;
	text-align: center;
}
#footer li{
	display: inline;
	list-style-type: none;
	margin-right: -2px;
	margin-left: -1px;
	float: none;
	line-height:2.8;
}
#footer a, #footer a:link, #footer a:visited{
	text-decoration: underline;
	border-right: 1px #cccccc solid;
	color: #999999;
	padding: 2px 10px;
	display: block;
	display: inline; 
}
#footer a:hover{
	color: #666666;
	text-decoration: underline;
}
#footer  a.footer_link_end:link, #footer a.footer_link_end:visited{
	border-right: none;
}
#footer p{
	clear: both;
	padding: 5px 0 0 0;
	position: relative;
	text-align:justify;
}
#footer .copyright{
	text-align: center;
	font-size: 0.9em;
	word-spacing: -1px;
	margin: 0 auto;
}
#footer .copyright a, #footer .copyright a:link, #footer .copyright a:visited{
	border-right: none;
	text-decoration: none;
	padding: 0 3px;
}
#pagebottom{
	background: url("bg_bottom.gif") no-repeat bottom left;
	width: 994px;
	height: 27px;
	margin: 0 auto;
	padding: 0px;
	display: block;
}
