html, body,  #bg_stripe, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body, #contents ,#bg_stripe{
	height: auto;
}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

body {
	/*  */
	margin: 0px;
	font-family:  Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:16px;
	background-color: #aeb19e;
	background-image:  url(../images/bg_stripe.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#logo {
	position: absolute;
	top: 174px;
	left: 50%;
	margin-left: -470px;	
	z-index: 2000;
}
a:link {	
	color:black;
	text-decoration:none;	
}
a:visited {
	color:black;
	text-decoration:none;	
}
a:hover {
	color:black;
	text-decoration:underline;	
}
a:active {
	color:black;
	text-decoration:none;	
}

#contents {
	position: absolute;
	top: 0px;
    width:580px;
	padding:0px 0px 0px 0px;
	margin-right: -290px;
	/* -moz-margin-end: -289px; */
	right: 50%;
	text-align: right;
}


#header {
	position: relative;
	top:0px;
	left:0px;
	width:580px;
	background-color: #f2f3f5;

	margin-bottom: 20px;
	padding:0px;
	
}

#footer {
	position: absolute;
	bottom: -2px;
	
	left:50%;
	margin-left: -290px;
	width:580px;
	height: 22px;
	font-size:10px;	
	color:#fff;
	background-color: #bdbdbc;
	-moz-margin-end: -279px;
	overflow: hidden;
	
	/* /position: absolute;
	/bottom: auto;
	/clear: both;
	/top:expression(eval(document.compatMode &&
	 document.compatMode=='CSS1Compat') ?
	 documentElement.scrollTop
	 +(documentElement.clientHeight-this.clientHeight) - 1
	 : document.body.scrollTop
	 +(document.body.clientHeight-this.clientHeight) - 1); */
}
#footer a:link {
	color:black;
	text-decoration:none;	
	
}
#footer a:visited {
	color:black;
	text-decoration:none;	
	
}
#footer a:active{
	color:black;
	text-decoration:none;	
	
}
#footer a:hover {	
	text-decoration:underline;
}

#sideImage {
	position: relative;
	top:0px;
	left:0px;
	width: 174px;
	height: 231px;
	float: left;
	overflow: hidden;
}

#text {
	position:relative;
	top:0px;
	width: 375px;
	float: right;
	padding: 0px 12px 15px 12px;
}

#text_wide {
	position:relative;
	top:0px;
	width: 572px;
	float: right;
	padding: 0px 12px 15px 0px;
}

#menu_tab_1,
#menu_tab_2,
#menu_tab_3,
#menu_tab_4{
	position: relative;
	width: 174px;
	height: 19px;
	background-color: #bdbdbc;
	float: left;
	margin-bottom: 1px;
	font-weight: bold;
	cursor: pointer;
}

#void{
	clear:both;
}

#logged_in{
	float:left;
	left:0px;
	width: 174px;
	left:10px;
	cursor: pointer;
	font-weight: bold;
	padding-left:0px; 
	background-color:#c55b5b;
	color:#fff;
	text-align: left;
}

#gray_box {	
	position: relative;
	width: 174px;
	height: 19px;
	background-color: #bdbdbc;
	float: left;
	margin-bottom: 1px;
	font-weight: bold;
}

#menu_holder {
	float:left; 
	width:174px;
}

.loginButton {
	height: 18px;
	
	border:0px solid red;
	background:orange;
	font-weight:bold;
	color:white;
	font-size:11px;
	font-family:arial
}
.personalform{
	background-color:#ddd;
	border:0px solid red;
	font-size:11px;
	width:100%;
}


a.text_page_link:link {	
	color:red;
	text-decoration:none;	
}
a.text_page_link:visited {
	color:black;
	text-decoration:none;	
}
a.text_page_link:hover {
	color:black;
	text-decoration:underline;	
}
a.text_page_link:active {
	color:black;
	text-decoration:none;	
}