/* CSS Document */
*{ margin:0px;}

body {
	color: #989897; 
	font-family:Verana, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	margin-top:0px;
	margin-bottom:30px;
}

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

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

#wraper{
	width: 933px;
	background:#FFFFFF;
	padding:15px;
}

/* header and nav */

#header{
width:933px;
height:135px;
text-align:right;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size: 13px;
font-weight:bold;
padding: 0px;
margin-top: 0px;
}

#header ul{
list-style: none;
}

#header li{
display:inline;
padding-left:7px;
padding-right:7px;
padding-bottom:9px;
line-height:35px;
}

#header a:hover{
color:#FFFFFF;
}

#activelink{
background:url(../gfx/tick.gif) no-repeat center bottom;
color:#FFFFFF;
}

#bannerr{
width:933px;
text-align:center;
margin-top: 10px;
margin-bottom: 20px;
padding:0px;
}


/* page content */

#middle{
width:933px;
text-align:left;
margin: 0px;
}

#page_left{
width:340px;
padding-left: 20px;
float:left;
text-align:justify;
padding-top:20px;
}

#page_right{
width:530px;
float:right;
padding-top:20px;
text-align:justify;
}

.subpage_left{
width:200px;
padding-left:20px;
padding-top:20px;
float:left;
text-align:justify;
}

.subpage_right{
padding-top:20px;
padding-right:20px;
text-align:justify;
width:685px;
float:right;
}

.panel{
width:152px;
height:23px;
padding-left:10px;
padding-top: 3px;
margin-top: 3px;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

.panel a, .panels a{
text-decoration:none;
color:#FFFFFF;
}

.error{
color:#FF0000;
font-style:italic;
}

/* page footer */

#footer{
width:933px;
text-align:right;
padding-top: 30px;
}

#footer a{
color: #ff6d96;
padding-left:15px;
padding-right:15px;
text-decoration:none
}

#footer a:hover{
text-decoration:underline;
}


#fullscreen {
    display: none;
    background-image: url(../gfx/zoom/screen-shadow.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
	}

#largepopup {
	visibility: hidden;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 404px;
	border: 0px;
	border-collapse: collapse;
	z-index: 100;
	}

