
html,
body {
  height: 100%;
}

body {	
	text-align: center;
	color: #000000;
	background-color: #eff5f1;
	background-attachment: fixed;
	background-image: url(../images/uppsd.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}


h1 {
  padding-bottom: 0.2em;

  font: 400 1.6em arial, sans-serif;
  color: #536C71;
  border-bottom: 12px solid #AB4548;
}

h2 {
  padding-bottom: 2px;
  font-size: 1.2em;
  color: #586B7A;
  border-bottom: 4px solid #A43A47;
 
}

h3 {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #5D6F73;
}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}

h6 {
font: 400 0.8em arial, sans-serif;
}


/* Needed to horizontally pad in a coloured container */
.horzPad h1,
.horzPad h2,
.horzPad h3,
.horzPad h4,
.horzPad h5,
.horzPad p {
  padding-left: 5px;
  padding-right: 5px;
}


/* Links */
a {
  font-family: Mangal, Arial, Helvetica;
  font-size: 12px;
  padding-bottom: 0px;
  padding-left: 12px;
  text-decoration: none;
  color: #6c648b;
}

a:hover {
  font-family: Mangal, Arial, Helvetica;
  font-size: 12px;
  padding-bottom: 0px;
  padding-left: 12px;
  text-decoration: none;
  color: #668FA3;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #FC3307;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #668FA3 !important;
  border: 1px solid #FC3307;
}

.heads a {
  font-family: Mangal, Arial, Helvetica;
  font-size: 14px;
  padding-bottom: 0px;
  text-decoration: bold;
  color: #6c648b;
}

.heads a:hover {
  font-family: Mangal, Arial, Helvetica;
  font-size: 14px;
  padding-bottom: 0px;
  text-decoration: bold;
  color: #668FA3;
}

#wrap {
margin: 0 auto;
width: 800px;
}


#menu {
height: 30px;
line-height: 30px;
background: #fff url(../images/menu.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 14px;
color: #333;
}
#menu ul li a:hover {
color: #aaa;
text-decoration: none;
}

#menubottom { 
background: #fff url(../images/menubottom.jpg) no-repeat;
padding: 5px 0;
}

#content {
padding: 0 10px;
}

.right {
float: right;
width: 570px;
text-align: justify;
padding-top: 20px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 26px;
line-height: 26px;
background: #B9B9B9;
}
.right h2 a {
text-decoration: none;
color: #fff;
}
.right h2 a:hover {
color: #111;
}

.left {
float: left;
width: 180px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
background: #B9B9B9;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 20px;
color: #336699;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}
.articles { padding: 10px; }


.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 13px Mangal;
width: 170px; /* Main Menu Item widths */
border-bottom: 1px solid #DEF8E9;
border-top: 1px solid #DEF8E9;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #6c648b;
text-decoration: none;
padding: 0px;
border-bottom: 1px solid #DEF8E9;
border-top: 1px solid #DEF8E9;
border-right: 1px solid #DEF8E9;
border-left: 1px solid #DEF8E9;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #f0f6f2; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: #6c648b;
}

.sidebarmenu ul li a:hover{
color: #668FA3;
background-color: #CBF3DC;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(../images/right.gif) no-repeat 90% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */