﻿body{
	font-family				: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size				: 77%;
	color					: #666666;
	background-color		: #FFFFFF;
	text-align				: left;
	margin					: 0px;
	padding 				: 0px;
	height 					: 100%;
	border					: 0px;
	overflow				: auto;
}

#container{
	position				: relative;
	width					: 950px;
	height					: 640px;
	margin-right			: auto;
	margin-left				: auto;
	text-align				: left;
	display					: block;
}

#header{
	position				: absolute;
	height					: 145px;
	width					: 950px;
	top						: 0px;
	left					: 0px;
	background-image		: url("../images/headerBG.gif");
	z-index					: 5;
}

#headermenu{
	position				: absolute;
	width					: 910px; 
	height					: 25px; 
	z-index					: 1; 
	left					: 44px; 
	top						: 117px;
	text-align				: right;
}

#leftsidebar	{
	position				: absolute; 
	width					: 172px;
	min-height				: 465px; 
	z-index					: 1; 
	left					: 1px; 
	top						: 115px;
	background-color		: #B2D0E8;
	border-left				: 1px solid #858C92;
	padding					: 10px;
	padding-top				: 30px;
	/*background-image: url('../images/leftsidebarband.gif');
	background-repeat: repeat-y; */
}

#homemain	{
	position				: absolute;
	width					: 710px; 
	min-height				: 475px; 
	z-index					: 1; 
	left					: 1px; 
	top						: 145px;
	background-image		: url("../images/loginBG.jpg");
	background-position		: bottom right;
	background-repeat		: no-repeat;
	border-right			: 1px solid #858C92;
	border-left				: 1px solid #858C92;
	border-bottom			: 1px solid #858C92;
	padding-left			: 237px;
	overflow: visible;
}

#rightside	{
	position				: absolute;
	width					: 701px; 
	min-height				: 455px; 
	z-index					: 0; 
	left					: 1px; 
	top						: 145px;
	border-right			: 1px solid #858C92;
	border-left				: 1px solid #858C92;
	border-bottom			: 1px solid #858C92;
	padding					: 10px;
	padding-left			: 236px;
	overflow				: visible;
}

#rightsidesave	{
	position				: absolute;
	width					: 701px; 
	height					: 475px; 
	z-index					: 1; 
	left					: 193px; 
	top						: 145px;
	border-right			: 1px solid #858C92;
	padding					: 10px;
	padding-left			: 45px;
	overflow				: visible;
	
}

#mainloggedin	{
	position				: absolute;
	width					: 927px;
	min-height				: 450px;
	z-index 				: 1;
	left 					: 1px;
	top 					: 145px;
	text-align 				: center;
	border-left 			: 1px solid #858C92;
	border-right 			: 1px solid #858C92;
	border-bottom 			: 1px solid #858C92;
	padding 				: 10px;
	overflow: visible;
}

#loginbox	{
	position				: absolute; 
	width					: 327px; 
	height					: 275px; 
	z-index					: 1; 
	left					: 237px; 
	top						: 140px;
	background-image		: url("../images/loginboxBG.gif");
	padding-left			: 10px;
}

.box {background-color: #C1DAEE; margin-left: auto; margin-right: auto;}
.boxBL {background: url(../images/boxcornerBL.gif) 0 100% no-repeat}
.boxBR {background: url(../images/boxcornerBR.gif) 100% 100% no-repeat}
.boxTL {background: url(../images/boxcornerTL.gif) 0 0 no-repeat}
.boxTR {background: url(../images/boxcornerTR.gif) 100% 0 no-repeat; padding:10px}

div.button	{
	display: inline-block;
	height: 32px;
	background: url(../images/buttonBGsmall.gif) 0px 0px repeat-x;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.buttonblue	{
	display: inline-block;
	height: 32px;
	background: url(../images/buttonBGsmallblue.gif) 0px 0px repeat-x;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.buttonR {background: url(../images/buttonRsmall.gif) 100% 0px no-repeat; height: 32px;}
.buttonL {background: url(../images/buttonLsmall.gif) 0 0 no-repeat; height: 32px;}
.buttonRblue {background: url(../images/buttonRsmallblue.gif) 100% 0px no-repeat; height: 32px;}
.buttonLblue {background: url(../images/buttonLsmallblue.gif) 0 0 no-repeat; height: 32px;}


