* {
	margin: 0;
	padding: 0;
}

body {
	background: #fefefc url(/crc/assets/images/toppic.jpg) no-repeat left top;
	margin-top: 220px;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #555;
}

h1, h2 {
	color: #000;
}

h1 {
	font-size:14px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif
}

h3 {
	font-size:small;
	color:#9b693e;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul, ol {
	margin-left: 3em;
}

ul li {
}

ol li {
}

a {
	text-decoration: none;
	color: #006699;
}

a:hover {
	text-decoration: underline;
}
input, select, textarea {
	border: #999 1px solid; 
	color: #000; 
	background-color: #fff;
}
.inputbutton {
	border-right: #333 1px solid;
	border-bottom: #333 1px solid;
	border-top: none;
	border-left: none;
	color: #000; 
	background: #e0e0c6;
}

/* Main Body Content */

.mainbodycontent {
}

.mainbodycontent_title {
	padding: 10px 0;
	border-bottom: dotted 1px #ccc;
	font-size: 1.6em;
	font-weight: normal;
}

.mainbodycontent_text {
	padding: 20px;
}

.mainbodycontent_dboard {
	padding: 0;
	margin-top: 0;
}

/* Header */

#header {
	height: 61px;
	background: url(/crc/assets/images/steelbar.gif) repeat-x;
}

/* Logo */

#logo {
	width: 767px;
	height: 19px;
	margin: 0;
	padding: 6px 0 0 4px;
}

#logo h1 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	float: right;
	padding-right: 4px;
}

/* Top Menu */

#topmenu {
	width: 767px;
	height: 27px;
	margin: 0;
	padding-right:4px;
}

#topmenu ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	display: block;
	float: right;
	height: 25px;
	margin: 0;
	padding: 2px 15px 0 15px;
	background: url(/crc/assets/images/topmenu.gif) repeat-x;
	border-right: 1px solid #595545;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
}

#topmenu a:hover {
	background-image: url(/crc/assets/images/topmenu-hover.gif);
	text-decoration: none;
}

#topmenu .active a {
	background-image: url(/crc/assets/images/topmenu-active.gif);
}

/* Wrapper */

#wrapper {
	background: url(/crc/assets/images/slantlines.gif) repeat-x;
	padding-left:20px;
}

/* Content */

#content {
	width: 750px;
	margin: 0;
	padding: 20px 0 0 0;
}

#content_nosidebar {
	width: 750px;
	margin: 0;
	padding: 20px 0 0 0;
}

#main {
	float: right;
	width: 540px;
	border-left:solid 1px #999;
	padding-left: 20px;
}

#main_nosidebar {
	width: 750px;
	padding-left: 0;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 140px;
	margin: 15px 0 20px 5px;
	line-height: 1.8em;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

#sidebarmenu ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
	line-height: 2.5em;
}

#sidebar a:hover {
	color:#aaa;
	text-decoration: none;
}

#sidebarmissingcertificate {
	width: 140px;
	font-size:11px;
	font-weight: normal;
	line-height:normal;
	border: dashed 1px #333;
	padding: 7px 10px 9px 10px;
	margin: 20px 0 0 0;
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0 30px 20px;
	border-top: 1px solid #fff;
	background: url(/crc/assets/images/steelbar-footer.gif) repeat-x;
	font-size: x-small;
}

#footer p {
	width:740px;
}

#footer a:hover {
	color:#ccc;
	text-decoration: none;
}


/* Misc Styles */
.red {
	color:#ff0000;
}
.gray {
	color:#999;
}
.bold {
	font-weight:bold;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.noborder {
	border:none;
}
.hspace {
	clear: both;
}
.toppadding {
	margin-top:20px;
}
.bottompadding {
	padding-bottom:15px;
}
.nobottompadding {
	margin:0;
	padding:0;
}
.copytoclipboard {
	background:#eee;
	color:#006600;
	border: dashed 1px #999;
	padding:8px;
	margin: 3px 0 30px 0;
}
.copytoclipboard_input {
	width:100%;
	border: none;
	background:#eee;
	color:#006600;
}
.smallertext90 {
	font-size:90%;
}
.smallertext80 {
	font-size:80%;
}
.smallertext70 {
	font-size:70%;
}
