@charset "utf-8";
@import url("reset.css");
/* CSS Document */

	/* General styles */
	body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#CCC url(../images/logo-header.png) no-repeat left 2px;
	min-width:600px;
	font: 90% Verdana, Geneva, sans-serif;
	}
	a {
		color:#369;
	}
@font-face {
	font-family: SweetConfusion;
	src: url('sweet confusion_free.ttf');
}
ol {
	list-style: decimal;
	padding-left: 50px;
}

.col2 .sidenav p a:link {
	text-decoration: none;
}
.col2 .sidenav p a:visited {
	text-decoration: none;
	color: #666;
}
.col2 .sidenav p a:hover {
	text-decoration: none;
	color: #333;
	background: #CCC;
}
.col2 .sidenav p a:active {
	text-decoration: none;
}

	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}

	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
	clear:both;
	float:left;
	width:100%;
	}
#header h1 {
	display: none;
}

	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:80px 0 0;
	padding:0;
	}
.assign2 {
	padding-left: 10px;
	border-right: thin solid #666;
	border-bottom: thin solid #666;
	padding-bottom: 10px;
}



	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	}

	#header ul li a:hover {
	background:#94141A;
	color:#fff;
	}
.sidenav {
	font: small-caps .9em/2em Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	border-top: thin solid #609;
	border-left: thin solid #609;
	height: auto;
	padding: 5px 10px 10px;
}

	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:auto;		/* This chops off any overhanging divs */
	visibility: visible;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
	float:left;
	position:relative;
	padding:0 0 1em;
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#fff;		/* right column background colour */
	}
	.leftmenu .colleft {
		right:75%;			/* right column width */
		background:#f4f4f4;	/* left column background colour */
	}
	.leftmenu .col1 {
		width:71%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:21%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}
	/* Footer styles */
	#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
	font-size: smaller;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	/* Flexible image */
img {max-width:100%;}
	/* Miscellaneous styles */ 
.rtdiv {
	float: left;
	width: 55%;
}

.ldiv {
	float: left;
	width: 45%;
}
.info {
	font: smaller "Century Gothic", Verdana, sans-serif;
	width: 95%;
}
.comment {
	width: 650px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: .9em;
	color: #300;
}
.paststu {
	font-size: small;
	float: left;
	width: 100%;
	border: thin solid #CCC;
	position: relative;
}
.state {
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #999;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}
.colmask.leftmenu .colleft .col1 div div div ul li ul {
	list-style: disc;
	margin-left: 20px;
}
.colmask.leftmenu .colleft .col1 div table tr td {
	padding: 2px;
}
.gray {
	background: #E5E5E5;
	font-size: .9em;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
.marcelo {
	float: right;
	width: 350px;
	margin-top: -220px;
	margin-right: 100px;
}
.border {
	border: 1px solid #333;
	padding: 15px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
}

h5 {
	font-family: SweetConfusion, serif;
}
/* the scroll to top effect */
#message a
{
	/* display: block before hiding */
	display: block;
	display: none;
	/* link is above all other elements */
	z-index: 999;
	/* link doesn't hide text behind it */
	opacity: .6;
	/* link stays at same place on page */
	position: fixed;
	/* link goes at the bottom of the page */
	top: 100%;
	margin-top: -80px; /* = height + preferred bottom margin */
	/* link is centered */
	left: 100%;
	margin-left: -160px; /* = half of width */
	/* round the corners (to your preference) */
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	/* make it big and easy to see (size, style to preferences) */
	width: 100px;
	line-height: 20px;
	height: 20px;
	padding: 10px;
	background-color: #000;
	font-size: 14px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
#mm1123 table {
	margin-left: 100px;
}
.colmask.leftmenu .colleft .col1 div div div div div div div ul li {
	list-style: disc;
	display: list-item;
	margin-left: 50px;
	line-height: 1.7em;
}

