/* Created on Nov 9, 2012 9:15:12 AM */

/*@font-face {
	font-family: 'FetteEgyptienneRegular';
	src: url('fette-webfont.eot');
	src: url('fette-webfont.eot?#iefix') format('embedded-opentype'),
	url('fette-webfont.woff') format('woff'),
	url('fette-webfont.ttf') format('truetype'),
	url('fette-webfont.svg#FetteEgyptienneRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

html, body {
	height:100%; 
	margin:0;
	border: 0; 
	padding:0;
	overflow:hidden;
	font-size: 13px;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	/*font-family: 'FetteEgyptienneRegular';*/
	background-color: #7aced7;
}

/* Set the position and dimensions of the background image. */
#page-background {position:fixed; top:0; left:0; width:100%; height:100%;
	background-image: url(defimg/background7.png);
}

/* Specify the position and layering for the content that needs to appear in front of the background image. 
Must have a higher z-index value than the background image. 
Also add some padding to compensate for removing the margin from the 'html' and 'body' tags. */
#page {position:relative; z-index:1; padding:10px;height:100%; }

#centerdiv {
	position:absolute;
	top: 50%;
	left: 50%;
	width:840px;
	height:350px;
	margin-top: -250px; /*set to a negative number 1/2 of your height*/
	margin-left: -420px; /*set to a negative number 1/2 of your width*/
	background-image: url(defimg/center.png);
}

#header{
	width: 757px;
	height: 34px;
	margin-top: 30px;
	margin-left: 40px;
	position: relative;
}

#divider{
	width:757px;
	height:1px;
	background-color:#777777;
	margin-left: 35px;
	position: relative;
}

#content{
	position: relative;
	width: 740px;
	height: 260px;
	overflow: auto;
	margin-left:48px;
	overflow: auto;
}

#frontpage{
	padding-top:10px;
	padding-left:10px;
}

#footer{
	float: left;
	height:50px;
	width: 810px; 
	position: relative;
	margin-left:100px;
	margin-top: 30px;
	font-weight: normal;
	font-size: 10px;
	color: #27245f;
}

img#floatheader {
    float:right;
    border: 0px;
    margin: 9px 0px 0px 0px;
}

/* end treeview css settings */ 
