﻿/* CSS layout */
#masthead {
	background: #FFFFFF;
	border: 2px solid #00FF00;
}
#top_nav {
	background-color: #0000CC;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#container {
	position: relative;
	width: 100%;
	background-color: #0000CC;
}
#left_col {
	border: 1px none #0000FF;
	width: 160px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #CCFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
#page_content {
	padding: 5px;
	margin-right: 180px;
	margin-left: 160px;
	background-color: #FFFFFF;
}
#right_col {
	border: 1px solid #00FF00;
	width: 180px;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #CCFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#footer {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#masthead h1 {
	font-size: 160%;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	background-image: url('cadznetlogo.gif');
	background-repeat: no-repeat;
	text-decoration: none;
	background-color: #0000CC;
}
#top_nav ul  {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#top_nav li  {
	float: left;
}
#top_nav a {
	color: #000000;
	display: block;
	border: 1px solid #7D5F50;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #00FF00;
	margin-right: 2px;
	text-decoration: none;
}
#top_nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #00FF00;
	background-color: #0000CC;
}
#left_col ul {
	list-style-type: none;
	width: 100%;
	display: block;
	padding: 0px;
	margin: 0px;
}
#left_col li {
	display: block;
	padding: 0px;
	margin: 0px;
	border: 1px solid #FFFFFF;
	background-color: #CCFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
}
#left_col a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 1px;
	border: 1px solid #00FF00;
	text-align: center;
	font-size: 100%;
	background-color: #CCFFCC;
}
#left_col a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #00FF00;
	background-color: #0000CC;
}
#page_content p {
	margin-top: 0px;
	font-size: 80%;
	color: #000000;
	text-decoration: none;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#left_col p {
	border: 1px solid #0000CC;
	font-size: 90%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	margin: 0px;
	text-align: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
.RightText {
	text-align: center;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.RightText a {
	text-decoration: none;
	color: #333333;
}
.RightText a:hover {
	color: #0000CC;
	text-decoration: none;
}
.RightRedText {
	color: #FF0000;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.NoTopBottomType {
	text-align: center;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
}
.NoTopBottomSmallType {
	text-align: center;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	color: #000000;
}
.Plainleftbody {
	text-align: left;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	color: #000000;
}
.Italic {
	text-align: center;
	padding: 1px;
}
