/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	margin: 5px;
                font-size: 0.75em;
	line-height: 1.1em;	
}

/* The main wrapper div, position relative. All other div's are absolute within this div. */
#wrapper {
	position: relative;
	width:100%;
	background-image: url(../../images/wrapper-background4.jpg);
	background-position: left;
	background-repeat: repeat-y;
}
#content {
font-size: 0.85em;
	position: static;
	padding: 40px 30px 30px 240px;
	margin : 0px auto;
	text-align: left;
	background-image: url(../../images/content-main-background.gif);
	background-repeat: no-repeat;
	border: 1px solid #363699;
	border-top-style: none;
	background-position: right bottom;
}

div#content {
	height: 400px;
}

html>body div#content {
  height: auto; 
  min-height: 400px;
 }

/* Site header (Top banner of the site) */
#header {

	position: relative;
	left: 0px;
	top: 0px;
	height: 91px;
	background-image: url(../../images/header-background.gif);
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-bottom-style: none;
	border-color: #363699;
}
#printheader {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 91px;
}
/* The outer div for the navigation (to position it) */
#menu {
	left: 11px;
	top: 92px;
	position: absolute;
	width: 215px;
	padding: 0px;
	background-image: url(../../images/navpanel-background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 336px;
font-size: 0.9em;
color: #FFFFFF;
font-weight: bold;
}
#menu a:link, #menu a:hover {color: #FFFFFF;font-size: 100%;}
#menu p { padding: 0px 0px 0px 5px;}

/* div containing top curve for nav panel */
#curve {
	position: absolute;
	height: 57px;
	width: 98px;
	left: 226px;
	top: 92px;
	background-image: url(../../images/curve-corner.jpg);
	background-repeat: no-repeat;
}
* html #curve { top: 92px;}

/* Style Information */
h1 {
	color: #363699;
	font-weight: bolder;
	padding: 2px 2px 2px 2px;
	font-size: 2.2em;
	line-height: 1.5em;
	margin: 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;

}
h2 {
	font-size: 1.35em;
	color: #363699;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h3 {
	font-size: 1.2em;
	color: #363699;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}

.h3style {
	font-size: 1.2em;
	color: #363699;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 0px 5px 0px;
}

strong { color: #363699;}


/* Document footer */
#footer {
	height: 24px;
	padding: 1px 10px 8px 10px;
	bottom: 0px;
	position: relative;
	background-color: #363699;
	font-size: 0.7em;
	color:#FFFFFF;
	background-image: url(../../images/footer-background.gif);
}
* html #footer { padding: 12px 10px 5px 10px;} 

#footer p { text-align:center;}

#footer a, #footer a:hover {color:#FFFFFF; text-decoration:underline; font-weight:normal;}

/* Image Styles */
img.right {
	margin-left: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
	float: right;
border: 1px solid #666666;
}

img.rightnoborder {
	margin-left: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
	float: right;
}

img.left {
	margin-right: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
	float: left;
border: 1px solid #666666;
}

img.leftnoborder {
	margin-right: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
	float: left;
}
.center {
	text-align: center;
}
/* Style for the input boxes */
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #222222;
	border: 1px solid #7F9DB9;
}

/* Basic links */
a {
	color: #7675AC;
	text-decoration: underline;
	background-color: none;
    font-weight: bold;
}
a:hover {
	color: #A235A2;
	text-decoration: underline;
	background-color: none;
}


img {
	background-position: center;
	vertical-align: middle;

}
p {
	text-align: left;
	padding-top: -5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;

}

#navpanel {
	padding-left:0px;
	margin-left:0px;
	position: absolute;
	left: 0px;
	top: 45px;
	width: 175px;
  }

div#navpanel ul
{
list-style-type: none;
margin: 0;
padding: 0; 
width: 100%;
}

div#navpanel ul li { display: inline;}


/* Navigation Style */

div#navpanel .pagelevel1 a, div#navpanel .folderlevel1 a {
	background: url("../../images/menu-bullet.gif") -2px 6px no-repeat ;
	color : #FFFFFF;
	display: block;
	width: auto;
	padding: 2px 2px 2px 10px;
	text-decoration: none;
	font-weight: bold;
font-size: 110%;
}  

div#navpanel .pagelevel1 a:hover, div#navpanel .folderlevel1 a:hover {
	color : #FFFFFF;
	font-weight: bold;
	text-decoration: underline;font-size: 110%
}
	

div#navpanel .selected1 a, div#navpanel .selected1 a:hover{
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: underline;font-size: 110%

}
	
div#navpanel .pagelevel2 a, div#navpanel .folderlevel2 a {
background: none;	
color : #FFFFFF;
	display: block;
	width: auto;
	font-size:95%;
	padding: 2px 2px 2px 20px;
	text-decoration: none;
	font-weight: normal;
}  

div#navpanel .pagelevel2 a:hover, div#navpanel .folderlevel2 a:hover {
	color: #FFFFFF;
	font-weight: normal;
text-decoration: underline;	font-size:95%;
}


div#navpanel .selected2 a, div#navpanel .selected2 a:hover{
	color:#FFFFFF;
	font-weight: normal;
text-decoration: underline; 	font-size:95%;
}

