/* CSS Document */

body {
	background-color: #FFF;
	font-family: skia, arial, sans-serif;
	font-size: 12px;
	color: #333333;
	}
img.logo {
	padding: 0px 20px 40px 0px;
	}
.container {
	margin-top: 75px;
	}
.headerImg {
	width: 610px;
	margin: 20px 0px 0px 20px;
	}
.mainContent {
	width: 610px;
	margin: 0px 0px 20px 75px;
	}
.mainContent p {
	font-family: skia, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444;
	line-height: 1.5em;
	}
.sidebar {
	width: 150px;
	border-left: 1px dashed #999;
	}
.sidebar div {
	color: #444;
	margin: 1em 0px 0px 15px;
	}
.sidebar h1 {
	font-family: skia, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC3333;
	padding: 0em;
	margin: 15px 0px 0px 15px;
	}
h1 {
	font-family: skia, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC3333;
	text-transform: uppercase;
	padding: 0em;
	margin: 2em 0em 0em 0em;
	}
	
/* start navigation */
a:link, a:active, a:visited {
	color: #444;
	text-decoration: underline;
	}
a:hover {
	color: #000;
	text-decoration: underline;
	}
.mainnav {
	font-family: skia, arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	word-spacing: 15px;
	}
.mainnav a:link, .mainnav a:active, .mainnav a:visited {
	color: #333;
	text-decoration: none;
	margin-right: 15px;
	}
.mainnav a:hover {
	color: #000;
	text-decoration: none;
	margin-right: 15px;
	}
	
/* start form elements */
input, textarea {
	background-color: #EEEDE0;
	}
	
/* start display elements */
ol li {
	font-family: skia, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444;
	line-height: 1.5em;
	}
	
/* start tabular data */
.process {
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	border: 0px solid #999;
	}
.rhead td {
	background-color: #CCC6BC;
	font-weight: bold;
	}
.ralt1 td {
	background-color: #EEEDE0;
	}
.ralt2 td {
	background-color: #E5E0D0;
	}
	
.footer div {
	font-family: skia, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #888;
	}