html,body { 
	margin:0; 
	padding:0; 			
	height:100%;
	background:#E7EDE7;
}

/* ***** COPY ***** */
html * {
	font-family: arial, verdana;
	font-size:13px;
	color:#474747;
}


/* ***** LAYOUT ***** */

#pagecontainer {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:770px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	
	background:#FFF;			
}

#pageheader {

}

#pagecontent {
	padding:10px 30px 65px 30px;			/* bottom padding is needed to clear the footer */
	/* background:url('/_assets/images/interface/container_bgtile.gif') no-repeat 0 200px;*/
}

#pagefooter {
	position:absolute;	
	width:100%;
	bottom:0; /* stick to bottom */		
	background:#D2AC67;
	text-align:center;	
}

#pagefooter .copy {
	padding:10px;
	font-size:11px;
}


#pagefooter a {
	font-size:11px;
	color:#5A2992;	
}

#pagefooter a:hover {	
	text-decoration:none;		
}


/* ***** LINKS ***** */
a {
	color:#4A6C35;	
}

a:hover {
	color:#4A6C35;			
}

/* ***** HEADERS ***** */
h1 {
	font-size:22px;
	letter-spacing:1px;
	color:#C9DCC7;
	text-transform:lowercase;
	margin:0;
}

h2 {
	font-size:16px;
	font-weight:bold;
	color:#9E75B6;
	margin:0;
}

h3 {}
h4 {}
h5 {}
h6 {}

/* ***** USER MESSAGES ***** */

#errorMessage, .errorMessage {background-color:#F0CCE1; border:1px dashed red; padding:5px; margin-top:5px; margin-bottom:5px; font-size:11px;}
#notificationMessage, .notificationMessage {background-color:#EFF3FF; border:1px dashed #B5C7E7; padding:5px; margin-top:5px; margin-bottom:5px;}

/* ***** FORMS ***** */
form {
	margin:0
}

input, select, textarea {
	font-family:arial, verdana,
	font-size:11px;
	border:1px solid #474747;	
}

input[type="checkbox"], input[type="radio"] {
	border:0;
}

input[type="submit"] {
	cursor:pointer;
}

/* ***** TABLES ***** */
table.listgrid {}
table.listgrid tr.altrow {}
table.listgrid th {}
table.listgrid td {}


/* ***** MISC ***** */

