li { list-style:none; }
p {margin: 0 0 5px 0; text-align: justify}
a {
	text-decoration: none;
}
a:link {
	color: Blue;
}
a:visited {
	color: #4169E1;
}
a:hover {
	color: Red;
}
h1 {
	font-size: 150%;
	text-indent: 10px;
	color: #004ba7;
	font-weight: normal;
	margin: 0 0 -3px 0;
	text-align: left;
}
h2 {
	text-align: center;
	background: url(../images/divider02.gif) bottom right no-repeat;
	font-weight: normal;
	line-height: 28px;
	font-size: 120%;
}
body  {
	background: #444433;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-bottom: 10px;
	margin-top: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#pagelayout {
	width: 792px; /*Width of page*/
	margin: 0 auto; /*Center container on page*/
	background-color: white;
	border: 1px solid #343c43;
}
#mainbody {
	width: 100%; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#leftsidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px; 
}
#rightsidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ccddff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px;
}
#maincontent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: white;
	width: 500px;
} 
#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
background-color: white;
}
#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -792px; /*Set left margin to -(MainContainerWidth)*/
background: #C8FC98;
}
#header {
	width: 792px;
	margin: 0 auto; /*Center container on page*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #d4e9ff;
}
#headline {
	float: left
	width: 580px;
	height: 80px;
	background: url(../images/carolheader.jpg) no-repeat;
}
#login {
	width: 212px;
	height: 80px;
	background-color: #a4a586;
	margin: -80px 0 0 580px;
	position: absolute;
}
#register {
	background-color: #a4a586;
	border-style: dotted;
	border-width: 0px 0px 0px 0px;
	border-color: black;
	font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	font-weight: normal;
	margin-top: 5px;
}
#register label { display: block; width: 100px; float: left; margin: 2px 4px 6px 4px; text-align: right; }
#register br { clear: left; }
#register .input1 { font-size: 10px; border: 1px solid #006; background: #ffc; }
#register .input1:hover { font-size: 10px; border: 1px solid #f00; background: #ff6; }
#register .button1 {
	font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	height: 20px;
	width: 45px;
	cursor:pointer
}
.reg {
	font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: Black;
	text-align: left;
	font-weight: normal;
	margin-top: 8px;
}
a.reg {
	color: Blue;
	text-decoration: underline;
}
a.reg:link {
	color: blue;
	text-decoration: underline;
}
a.reg:visited {
	color: blue;
	text-decoration: underline;
}
a.reg:hover {
	color: #006400;
}
#menu{
	width: 792px;
	background-color: #778877;
	overflow: hidden;
	border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}
#menu ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana,Geneva, Arial, Helvetica, sans-serif;
list-style-type: none;
}
#menu li{
display: inline;
margin: 0;
}
#menu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: #454545;
	background: #778877; /*background of tabs (default state)*/
}
#menu li a:visited{
color: white;
}
#menu li a:hover, .mattblacktabs li.selected a{
	background: #bb9977; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
#inc_wrapper {
	width: 170px;
	margin: 0px;
	padding-left: 1px;
	padding-right: 15px;
	background: aqua;
}
.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 5;
	background-color: #98fb98;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
}
#footer {
	clear: both;
	height:60px;
	padding-top: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-left: 10px;
	background-color: #a4a586;
	text-align: center;
}
.error {
	color: Red;
}
.smalltxt {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	padding-left : 10px;
}
.bodytxt {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding-left : 15px;
	padding-right: 15px;
}
.normal { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 13px; COLOR: black }
p.normal {
	font-family : verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin: 10;
}
.dottedline {
	border-left: thin dotted Silver;
}
.alert {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	padding-left : 5px;
	color: Red;
}
.listarrow  {
	margin-top: 5px;
	padding-left: 15px;
	padding-bottom: 10px; 
	background: url("../images/bulletr.gif") no-repeat;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Gray;
	font-size: 10px;
}	
.ltitle {
	text-align: left;
	padding-left: 20px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #99CCFF;
	background-color: #336699;
}
