BODY {
	/*background-image:url(../img/body_bg.jpg);
	background-repeat:repeat-x;*/
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#container {
/*	background-image: url(../img/content_bg_middle.jpg);
	background-repeat:repeat-y;*/
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

#header {
	/*background-image:url(../img/header_gradient_bg.jpg);
	background-color: #FFF;
	background-repeat:no-repeat;*/
	width: 950px;
	margin: 0 auto;
}
#logo {
width: 145px; 
float:left;
}
/*
#menu_bg {
	background-image:url(../img/menu_bg.jpg);
	height: 39px;
	background-repeat:repeat-x;
	width: 950px;
	margin: 0 auto;
}

#menu_bg li {
	float: right;
	width: auto;
	padding: 8px;
}
*/
#content_container {
	width: 921px;
	margin: 0 auto;
	background-color:#EEE;
	min-height: 300px;
	padding: 14px;
	border: 1px solid #E6E6E6;
	border-top: 0;	
	margin-top: 0px; 
}
#content {
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	padding: 14px;
	background-color: #FFF;
	min-height: 260px;
}
* html #content {
	width: 899px;
	padding: 10px;
	background-color: #FFF;
	min-height: 260px;
}
* html #content img {
margin: 0 0 10px 10px;
}

div#home_page_bottom_black_bar {
	background: url(../img/bg_bottom-black-bar.jpg);
	height: 28px;
	width: 950px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding-top: 12px;
	margin: 0 auto;
}

/* footer */
#footer {
	/*background-image: url(../img/content_bg_middle.jpg);
	background-repeat:repeat-y;*/
	width: 950px;
	margin: 0 auto;
	color: #225B34;
	background-color:#FFFFFF;
	border-top:5px solid #225B34;
}

#footer_content {
	font-size: 12px;
	margin: 0 auto;
	width: auto;
	text-align: center;
	padding: 8px;
	line-height:1.3em;
}

#footer_bg {
	/*background-image:url(../img/bottom_body_bg.jpg);*/
	height: 10px;
}

/* the div tag that holds the message text on the login page */
#loginDiv {
	padding: 8px;
	color:#880404;
	background-color: #EEE;
	border: 1px solid #DDD;
}

h1 {
	color: #29452D;
	border-bottom: 1px solid #BFCBBE;
	font-size:18px;
}

h3 {
	font-size: 14px;
}

ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

a:link, a:visited {
	color: #2B8048;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #686;
}

.redlink:link, .redlink:visited {
	color: #707070;
	text-decoration: underline;
	padding: 2px;
}
.redlink:hover {
	text-decoration: none;
	padding: 1px;
	/*color: #F09793;*/
}

img {
	border: 0;
}

table {
	font-size: 12px;
}

.tdDark {
	background-color:#F1F8F2;
	border-bottom: 1px solid  #D5E8D5;
	border-top: 1px solid  #D5E8D5;
}

/* this is the style to format the list of invoices for the user */
#list_invoice {
	font-size: 16px;
	font-weight: bold;
	padding: 7px;
}
#list_invoice span {
	font-size: 12px;
	font-weight: normal;
}

/* the style for the raquo (double arrow) */
.raquo {
	color: #2B8048;
	font-weight: bold;
	font-size: 18px;
}


/* reset div */

div.reset 							/* clear floats of the div */
{
	border:medium none;
	clear:both;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:0;
	padding:0;
}