*, body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 100%;
}

form {
	margin: 0;
}

img {
	border: 0;
}

img, div { behavior: url(templates/caribou/css/iepngfix.htc) }

ul {
	margin-left: 30px;
}

ul li {
	list-style-image: url(../images/bullet.gif);
	margin-bottom: 3px;
}

h1 {
	font-size: 18pt;
	font-weight: normal;
	line-height: 1.2em;
	margin-bottom: 7px;
	}

h2 {
	font-size: 15pt;
	color: #4b8824;
	font-weight: normal;
	line-height: 1.5em;
	margin-bottom: 10px;
}

h2 a {
	color: #4b8824;
	text-decoration: none;
	border-bottom: 2px dotted #4b8824;
}

h2 a:hover {
	border: 0;
}

a {
	color: #002e7b;
	}
a:hover {
	text-decoration: none
	}

p { color: #1f1f1f; margin-bottom: 10px; }

form input {
	padding: 4px;
	color: #333;
	border: 1px solid #efeed3;
	border-left: 2px solid #eae8bf;
	border-top: 2px solid #eae8bf;
}

form input.submit {
	padding: 3px;
	background-color: #eae8bf;
	border: 1px solid #d5d297;
	height:27px;
	font-size: 9pt;
	font-weight:bold;
	color: #635f0e;
}

#container {
	display: block;
	position: absolute;
	min-height: 100%;
	width:100%;
	background-image: url(../images/top.gif);
	background-repeat: repeat-x;
	background-position: top center;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width:972px;
	background-image: url(../images/header_05.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#wrapper2 {
	margin-left: auto;
	margin-right: auto;
	width:972px;
	background-image: url(../images/header2_05.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

#header {
	text-align: left;
	width: 100%;
	white-space: nowrap;
}

#header2 {
	background-color: #841e1b;
height: 20px;
}

#content {
	display: block;
	margin-bottom: 100px;
}

#auto ul {	
	padding-left: 25px;
	padding-top:15px;
	padding-bottom:10px;
	}

#breadcrumb {
	font-size: 10px;
	margin-bottom: 8px;
	color:#CCCCCC;
	}
	

#datetime {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #999;
	font-size:11px;
	width: 890px;
	text-align: right;
}
	
#left {
	width: 200px;
	float: left;
}

#right {
	width: 710px;
	margin-left: 20px;
	float: left;
	padding-left: 10px;
	}
	
div.floatright {
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

ul.account a.add {
	font-weight: bold;
	}
	
div.notice {
	background-color: #e3f0d8;
	padding: 15px;
	font-weight: bold;
	color: #588c2c;
	border: 1px solid #588c2c;
	margin-top: 10px;
	margin-bottom: 10px;
}
 
#footer {
	position: absolute;
	display: block;
	bottom: 0;
	height: 60px;
	border-top: 1px solid #CCC;
	background-color:#F1f1f1;
	font-family: verdana;
	font-size: 8pt;
	color:#333;
	width:100%;
	text-align: center;
	padding-top: 7px;
}