/* basic elements */
html
body{
	margin:0;
	padding:0;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	background: #ffffff url(/include/back_htmltop.gif) repeat-x top;
}

a {
	text-decoration:  none;
	font-weight: bold;
	border: none;
}

a:hover {
	text-decoration:  underline; 
	border: none;
}

#pagearea {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 1.2em;
}

#header {
	width: 100%; 
    margin-bottom: 2em;
 }
 
 #top-top {
 	height: 2em;
 	width: 100%;
 	background: transparent;
 	position: relative;
}

#widthsetting {
        float: left;
        font-size: 0.7em;
        position: relative;
	color: #1A2E4D;
}

#styleheading {
        font-weight: bold;
}

#widthsetting a {
	font-weight: normal;
}

.selected {
	font-weight: bold;
}

#top-logo {
	height: 5.6em;
	background: transparent;
	float: left;
    margin-left: 1em;
}

#top-logo a,
#top-logo a:link,
#top-logo a:visited,
#top-logo a:active,
#top-logo a:hover {
	text-decoration:  none;
	font-weight: bold;
	border: none;
    color: #1A2E4D;
}
.img_logo {
	font-size: 1em;
	float: left;
	margin: 0.2em 0.4em 0em 0.4em;
	border: 0em;
}

h1 {
	font-size: 1.7em;
	margin: 0.4em 0em 0.2em 0em;
}

#description {
	font-size: 0.8em;
	font-weight: bold;
	margin: 0;
	color: black;
}

a img,
a img:link,
a img:visited,
a img:active,
a img:hover {
    border: none;
}

#header a,
#header a:link,
#header a:visited,
#header a:active,
#header a:hover {
	text-decoration: none;
}	

.footer {
	font-size: 0.6em;
	color: #808080;
	text-align: center;
	padding: 0 0 1em 0;
}

#pagearea {
	width:95%;
}

hr {border: none 0; 
	border-bottom: 1px solid grey;
    width: 99%;
	height: 2px;
	margin: 1em auto 1em auto;
	text-align: center;
	}	

/* CSS for all boxes starts here
================================================*/

.cb {

}

/* Rules for the top corners and border */
.bt {
	background-repeat: no-repeat;
	background-position: 100% 0;
	margin:0 0 0 6px;
	height:4px;
	font-size: 0px;
	position:relative;
}

.bt div {
	background-repeat: no-repeat;
	background-position: 0 0;
	height:4px;
	width:6px;
	position:relative;
        left: -6px;
}

/* Rules for the bottom corners and border */
.bb {
	background-repeat: no-repeat;
	background-position: 100% 100%;
	margin:0 0 0 6px;
	height:7px;
	font-size: 0px;
	position:relative;
}

.bb div {
	background-repeat: no-repeat;
	background-position: 0 100%;
	height:7px;
	width:6px;
	position:relative;
        left: -6px;
}

/* Insert the left border */
.i1 {
	padding:0 0 0 0;
	background-repeat: repeat-y;
	background-position: 100% 0;
	}
/* Insert the right border */
.i2 {
	padding:0 4px 0 0;
	background-repeat: repeat-y;
	background-position: 100% 0;
}

.i3 {
	padding: 0em;
}
	
/* CSS for all boxes ends here
================================================*/

/* CSS for the top-bottom box starts here
================================================*/

#top-bottom .bt, #top-bottom .bt div, #top-bottom .bb, #top-bottom .bb div {
	background-image: url(/include/header-box.png);
}

/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
#top-bottom .i3 {
	background: #8BADE1 url(/include/header-back.png) top repeat-x;
	display: block;
	height: 5.3em;
}

#top-bottom .i1 {
	border-left: solid 1px #AFB0C7;
}

#top-bottom .i2 {
	background-image: url(/include/header-border.png);
}

/* CSS for the top-bottom box ends here
================================================*/

