body {
	margin: 0;
	color: #967f7f;
	background: #c3c3c3;
	font: normal 11px Verdana, Helvetica, Arial;
}

a {
	color: #454545;
	text-decoration: none;
}
a:hover {
	color: #3d90ca;
}
h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
	color: #9a9a9a;
}
h1 {
	font-size: 20px;
	border-bottom: 1px solid #8d8d8d;
}
h2 {
	font-size: 16px;
}
h4 {
	font-size: 12px;
	color: #3d90ca;
}
.req {
	color: #ff0000;
}
.err {
	color: #ff0000;
	font-weight: bold;
}

/**
 * table elements
 */
table#data_mine {
	width: 300px;
	border: 1px solid black;
}
table#data_mine tr th {
	color: #004125;
	background: #e5e8e9;
}
table#data_mine tr td {
	padding: 3px;
}

/**
 * wrapper elements
 */
#wrapper {
	width: 750px;
	background: #fff;
	margin: 0px auto;
}

/**
 * header elements
 */
#header {
	height: 122px;
	border-bottom: 3px solid #838383;
}
#header #logo_header {
	height: 83px;
	background: url("../images/cpr_header.jpg") no-repeat;
}

/**
 * navigation elements
 */
#header ul#navigation {
	margin: 0px auto;
	padding: 0px 4px;
	text-align: center;
}
#header ul#navigation li {
	padding: 0px 6px;
	display: inline;
	list-style: none;
}
#header ul#navigation li a {
	color: #454545;
	font-weight: bold;
	line-height: 39px;
	text-align: center;
	text-decoration: none;
}
#header ul#navigation li a:hover,#header ul#navigation li.active a {
	color: #3d90ca;
}

/**
 * structure elements
 */
#container {
	width: 694px;
	margin: 0px auto;
	margin-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

/**
 * subnavigation elements
 */
ul#sidenav {
	margin: 0;
	padding: 0;
	float: left;
	width: 194px;
}
ul#sidenav li {
	margin: 0;
	padding: 0;
	line-height: 22px;
	list-style: none;
}
ul#sidenav li a {
	color: #9a9a9a;
	font-weight: bold;
	text-decoration: none;
}
ul#sidenav li ul#subnav {
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
ul#sidenav li a:hover, ul#sidenav li.active a {
	color: #3d90ca;
}

/**
 * content elements
 */
#content {
	float: right;
	width: 497px;
}
#content #content_area {
	margin-top: 15px;
}

/**
 * SAVE elements
 */
#save_area {
	float: right;
	width: 246px;
	margin: 5px 0px 15px 15px;
	border: 1px solid black;
}
#save_area #save_flash {
	height: 135px;
	border-bottom: 1px solid #8d8d8d;
}
#save_area ul.save_links li {
	color: #3d90ca;
	line-height: 20px;
	font-weight: bold;
}
#save_area ul.save_links li a {
	color: #3d90ca;
}
#save_area ul.save_links li a:hover	, #save_area ul.save_links li.active a {
	color: #d00202;
}
.list li {
	color: #00944a;
	font-weight: bold;
}
ul.save_links li.view {
	list-style: none;
	float: right;
	padding-right: 10px;
	font-weight: normal;
}

/**
 * footer elements
 */
#footer {
	width: 694px;
	margin: 0px auto;
	border-top: 1px solid #8d8d8d;
	padding-bottom: 5px;
}
.contact_info {
	text-align: center;
}
#footer .logos {
	margin: 0px auto;
	padding: 0px 4px;
	text-align: center;
}
#footer .logos li {
	display: inline;
	list-style: none;
}
#footer .logos li a img {
	border: none;
}
