/* Default Style Sheet for www.zelmeroz.com/csrm */
/* Created October 2011                          */

/* html selectors */
html {
	background-color: white;
	}
	
body {
	width: 800px;
	font-family: Univers, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin: auto;
	padding: 10px 10px 10px 10px;
	text-align: center;
	}

h1,h2,h3 {
	font-style: bold;
	color: #3C0005;
	text-align: left;
	}

h1  {
	font-size: 20px;
	margin: 8px 0 8px 0; /*top right bottom left*/
	}

h2  {
	font-size: 16px;
	margin: 6px 0 6px 0; /*top right bottom left*/
	}

h3  {
	font-size: 14px;
	margin: 4px 0 4px 0; /*top right bottom left*/
	}

table {
	margin: 0 0 0 0; /*top right bottom left*/
	Table-Layout: fixed;
	border-width: 0px;
	font-size: small;
	text-align: left;
	color: #3C0005;
	}

td {
	vertical-align: top;
	padding: 4px 2px 4px 2px; /*top right bottom left*/
	}

p {
	color: #3C0005;
	text-align: left;
	margin: 0 0 10px 0; /*top right bottom left*/
	padding: 0 10px 0 0; /*top right bottom left*/
	line-height: 120%;
	}

select.formselect {
	color: #3C0005;
	font-size: small;
	}

ul, ol, dl {
	color: #3C0005;
	font-size: small;
	text-align: left;
	margin: 0 0 4px 0; /*top right bottom left*/
	}

dt {
	font-weight: bold;
	margin: 0 0 4px 0; /*top right bottom left*/
	}

dd {
	margin: 0 0 4px 10px; /*top right bottom left*/
	}

img	{
	border-style: none;
	border-width: 0px;
	margin: 4px 4px 4px 4px; /*top right bottom left*/
	}

/* ids */

/* Format 1: Fixed height, top and bottom full width */
/*           two unequal columns content, fixed position */
/* INCOMPLETE */

#header_1 {
	font-size: medium;
	width: 790px;
	padding: 0 0 10px 0; /*top right bottom left*/
	}

#content_1a {
	font-size: medium;
	position: absolute;
	z-index: 10;
	width: 250px;
	height: 500px; /* Varies with header height */
	overflow: scroll;
	margin: 0 0 0 0; /*top right bottom left*/
	padding: 0 15px 10px 10px; /*top right bottom left*/
	overflow: auto;
	}

#content_1b {
	font-size: small;
	position: absolute;
	z-index: 10;
	width: 530px;
	height: 500px; /* Varies with header height */
	overflow: scroll;
	margin: 0 0 0 290px; /*top right bottom left*/
	padding: 0 15px 0 0; /*top right bottom left*/
	overflow: auto;
	}

#footer_1 {
	font-size: x-small;
	color: #3C0005;
	position: absolute;
	z-index: 20;
	width: 790px;
	margin: 600px 0 0 0; /*top right bottom left*/
	}

/* Format 2: Variable height, two unequal columns content */
/*           floating left/right, header/footer full width */
/* INCOMPLETE */

#header_2 {
	font-size: medium;
	width: 790px;
	padding: 0 0 10px 0; /*top right bottom left*/
	}

#content_2a {
	font-size: small;
	float: left;
	width: 250px;
	padding: 0 0 10px 0; /*top right bottom left*/
	}

#content_2b {
	font-size: medium;
	float: right;
	width: 530px;
	padding: 0 0 10px 0; /*top right bottom left*/
	}

#footer_2 {
	font-size: x-small;
	width: 790px;
	padding: 0 0 0 0; /*top right bottom left*/
	clear: both;
	}

/* classes */
	
.small {
	font-size: small;
	}	
.xsmall {
	font-size: x-small;
	}
	
/* Pseudo classes */

a:link {
	color: #820010;
	text-decoration: none;
	}
a:visited {
	color: #636363;
	text-decoration: none;
	}
a:hover {
	color: #BC001D;
	text-decoration: none;
	}
	