/* @group layout */

body, html {
	margin: 0;
	font: 11px/1.6em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	background-color: #C8D8F8;
	padding: 0;
	height: 100%;
}

#page {
	line-height: 150%;
	width: 700px;
	background: url(img/background.gif) repeat-y;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	position: relative;
	height:auto !important; 
	height:100%;
	min-height:100%;
}

#head {
	height: 140px;
}

#sidebar {
	width: 130px;
	float: left;
}

#content {
	margin-left: 145px;
	color: #555;
	text-align: justify;
	padding-bottom: 50px;
}

#footer {
	position: absolute;
	bottom: 0;
	font-style: italic;
	border-top: 1px solid #ccc;
	width: 700px;
}
	
/* @end */

/* @group content */

#content h3 {
	color: #999;
	font-size: 18px;
	text-align: left;
	line-height: 1.5em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-top: 0;
	margin-bottom: 10px;
}

#content h4 {
	color: #000;
	font-size: 11px;
	text-align: left;
	line-height: 1.5em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-top: 0;
	margin-bottom: 10px;
}

#content p {
	margin-top: 0;
	margin-bottom: 10px;
}

#content li {
	margin-bottom: 10px;
	margin-left: 0;
}

#content img.left {
	float: left;
	padding-right: 10px;
}

#content img.right {
	float: right;
	padding-left: 10px;
}

td {
	vertical-align: top;
}
	
/* @end */

/* @group sidebar */

#sidebarcontent {
	background: #F3F3F6 url(sbtop.gif) no-repeat;
	padding: 10px 10px 0;
	color: #4c4c4c;
}

#sidebarend {
	height: 10px;
	background: url(sbbottom.gif) no-repeat;
}

#sidebar h3 {
	margin-top: 0;
	margin-bottom: 10px;
}

#sidebar p {
	margin: 0;
	padding: 0 0 10px;
}

#sidebar li a {
	text-decoration: none;
	color: #00906c;
}

#sidebar li {
	list-style: none;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	padding-top: 5px;
}

#sidebar ul {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0;
	padding: 0;
}
	
/* @end */

/* @group general */

img {
	border-style: none;
	margin: 0;
	padding: 0;
}

table.form td {
	border-bottom: 1px solid #ccc;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* @end */