/* left navbar style sheet */

/* redefined HTML tags */
body, html {
	margin: 0px;
	font-size: 14px;
	font-family: arial, courier, verdana, sans-serif;
	background-color: #3366CC;
	min-width: 600px;
	min-height: 480px;
}


h1 {
	font-size: 130%;
}


h2 {
	font-size: 120%;
}

h3 {
	font-size: 110%;
	margin-bottom: 0px;
	margin-top: 10px;
}

td {
	vertical-align: top;
}

/* template ids */
#bodylayer {
	width: 100%;
	background-color: #3366CC;
}

#topmostlayer {
	display: none;
	visibility: hidden;
}

#bannerlayer {
	display: block;
	width: 100%;
	height: 100px;
	background-image: url("/en/images/smilingLady.jpg");
	background-repeat: no-repeat;
	background-color: #3366CC;
}

#bannerlayer h1 {
	display: none;
	visibility: hidden;
}
#bannerlayer h2 {
	display: none;
	visibility: hidden;
}

#breadcrumblayer {
	width: 100%;
	margin-bottom: 5px;
	text-align: left;
	border-top-style: outset;
	border-top-color: #FFFFFF;
	border-bottom-style: inset;
	border-bottom-color: #FFFFFF;
	background-color: #3366CC;
}
#breadcrumblayer p {
	margin: 5px 10px 5px 15px;
	color: #000000;
	font-weight: bold;
}
#breadcrumblayer a, #breadcrumblayer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#breadcrumblayer a:hover, #breadcrumblayer a:focus {
	text-decoration: underline;
}
#breadcrumblayer p.topmenu {
	text-align:right;
	width:95%;
}
#breadcrumblayer p.topmenu span{
	color:white
}
#breadcrumblayer p.topmenu a, #breadcrumblayer p.topmenu a:visited{
	
	color: blue;
	font-weight: bold;
}

#navigationlayer {
	width: 18%;
	float: right;
	background-color: #3366CC;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 200px;
}
#navigationlayer h1 {
	display: none;
}




#footerlayer {
	background-color: #3366CC;
	color: #FFFFFF;
	font-size: 90%;
	width: 100%;
	margin-top: 10px;
	display: block;
	float: left;
}
#footerlayer p {
	margin-left: 10px;
	margin-right: 10px;
}
#footerlayer a, #footerlayer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footerlayer a:hover, #footerlayer a:focus {
	color: #3366CC;
	background-color: #FFFFFF;
}


#contentlayer{
	display: block;
	width: 73%;
	float: right;
	padding: 10px;
	background-color: #FFFFFF;
}






















/* Navigation Class */
.navbutton a, .navbutton a:link, .navbutton a:visited {
	display:block;
	width: 90%;
	color: #FFFFFF;
	background-color: #3366CC;
	text-decoration: none;
	border: thin solid #FFFFFF;
	margin-bottom: 5px;
	padding: 3px;
}
.navbutton a:hover, .navbutton a:focus {
	color: #000036;
	background-color: #FFFFFF;
	border: thin solid #000000;
	margin-bottom: 5px;
	padding: 3px;
}

#submenu
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #000;
}

#submenu ul, #submenu li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#submenu a:link, #submenu a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
}

#submenu a:link#current, #submenu a:visited#current, #submenu a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#submenu a:hover { color: #000; }








/* page specifics */
.sponsor {
	float: left;
	margin-bottom: 5px;
	border-style: solid;
	border-width: thin;
	border-color: #3366CC;
	width: 100%;
}
.sponsorlogo {
	text-align: center;
	padding: 5px;
}
.sponsor p {
	width: 100%;
	padding: 3px;
	background-color: #3366CC;
}
.sponsor img  {
	border-style: none;
}
.sponsor a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 100%;
}

.blackbox {
	width: 100%;
	border-style: solid;
	border: 2px;
	border-color: #000000;
	margin-bottom: 5px;
	padding: 10px;
}

p.reference {
	font-size: 90%;
	font-style:italic;
}

.rightalignedtext {
	text-align: right;
}


.box {
	width: 100%;
	border-style: solid;
	border-color: #3366CC;
	margin-bottom: 5px;
}
.boxheader {
	width: 100%;
	background-color: #3366CC;
	color: #ffffff;
}
.boxheader a, .boxheader a.visited {
	color: #ffffff;
	text-decoration: none;
}
.boxbody img {
	border-style:none;
}


.userbox {
	width: 100%;
	border-style: solid;
	border-color: #3366CC;
	margin-bottom: 5px;
}
.userboxheader {
	color: #ffffff;
	width: 100%;
	background-color: #3366CC;
	padding-top: 5px;
	padding-bottom: 5px;
}
.userboxbody {
	text-decoration: none;
	text-align: right;
	padding: 5px;
}

.ctrl {
	float: left;
	margin: 5px;
	min-height: 150px;
	min-width: 100px;
}
.ctrl a {
	text-decoration: none;
}
.ctrl img {
	border-style: none;
	border-width: 0px;
}

.blacktable tr td {
	bordercolor: #ffffff;
	border: 1px;
}

.blacktable .titles {
	font-weight: bold;
}
