* {
	/* Reset browsers default margin, padding and font sizes */
	margin:		0;
	padding:	0;
}

html,body {
	margin:		0;
	padding:	0;
	height:		100%;				/* needed for container min-height */
	
	background-image:url(images/background.jpg);
	font-family:verdana,tahoma,arial;
	font-size:12px;
	color: #111155;
;
}

/* Container and Blocks */
div#container {
	position:relative;			/* needed for header and footer positioning */
	margin:0 auto;				/* center, not in IE5 */	
	height:auto !important;		/* real browsers */
	height:100%;				/* IE6: treated as min-height */
	min-height:100%;			/* real browsers */
}
div#header {
	position:absolute;
	top: 0;
	width: 100%;
	height: 96px;
	min-width: 944px;
}
div#content {
	position: absolute;
	top: 106px;
	bottom:65px;
	left: 72px;
	right: 72px;
	min-width: 800px;
}
div#footer {
	position: absolute;
	bottom: 4px;
	left: 72px;
	right: 72px;
	min-width: 800px;
}

/* Classes */
.logo {
	margin: 10px;
	width: 125;
	height: 86;
	float: left;
}
.footertext {
	font-size: 10px;
	text-align: center;
	margin: 3px 0;
}
.menubox {
	float: right;
	margin: 43px 72px 0 0;
/* 	border: 1px solid black; */
}
.sitebox {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: auto;
/* 	border: 1px solid black; */
}
.headertext {
	margin-top: 37px;
	float: left;
}
.menu_buttons {
	float: right;
}
.button_element {
	margin-left: 10px;
}
.button_text {
	display: inline;
}
.admin_line {
	margin: 10px 0 0 10px;
}
.admin_desc {
	font-weight: bold;
	width: 130px;
	float: left;
}
.admin_item {
	
}



/* Other */
img {
	border: 0;
}
h1 {
	
}
h2 {
	margin: 0 0 20px 0;
}
p {
	font-size: 100%;
	line-height: 120%;
	text-align: justify;
	margin:0 10px 12px 10px;
	color: #111155;
}
ul {
	margin-bottom: 9px;
}
li {
	text-align:justify;
	margin: 0 10px 3px 0;
}

td {
	font-family:			verdana,tahoma,arial;
	font-size:				12px;
	color: 						#111155;
}
i {
	font-size:				100%;
	font-weight:			normal;
	font-style:				italic;
	color: 						#000033;
}
u {
	font-size:				100%;
	font-weight:			normal;
	font-style:				normal;
	text-decoration:	underline;
	color: 						#000033;
}
b {
	font-size:				100%;
	font-weight:			bold;
	font-style:				normal;
	color: 						#000033;
}
a:link,a:visited,a:active {
	font-size:				100%;
	color: 						#d45c38;
}
a.nav:visited,a.nav:active,a.nav {
	font-size:				100%;
	font-weight:			bold; 
	text-decoration: 	none;
	color: 						#333399;
}
