li { list-style:none; }
p {margin: 0 0 5px 0; text-align: justify ; color:#3333;}
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;
	font-weight: normal;
	line-height: 28px;
	font-size: 17px;
	color: #000;
}
h3 {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: #333;
}
body  {
	background: white;
	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;
	font-size: 11px;
}
#pagelayout {
	width: 797px; /*Width of page*/
	margin: 0 auto; /*Center container on page*/
/*	background-color: white;
	border: 1px solid #343c43;*/
}
#maincontainer {
	width: 100%; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}
#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. */
	background: url(../images/body.png) repeat-y;
}
#leftsidebar {
	float: left; /* since this element is floated, a width must be given */
	margin: 0 0 0 7px; 
	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: #e46b15; /* 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 */
	margin: 0 9px 0 0;
	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 */
	width: 370px;	
} 

#header {
	width: 797px;
	margin: 0 auto; /*Center container on page*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: white;
}
#headline {
	float: left
	width: 580px;
	height: 150px;
	background: url(../images/header.png) no-repeat;
}
#login {
	width: 212px;
	height: 80px;
	background-color: transparent;
	margin: -80px 0 0 580px;
	position: absolute;
}
#register {
	background-color: transparent;
	color: white;
	font-family: Verdana,Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	font-weight: normal;
	margin-top: 5px;
}
#register a {
	color: orange;
	text-decoration: underline;
}
#register label { display: block; width: 100px; float: left; margin: 2px 4px 6px 4px; text-align: right; }
#register br { clear: left; }
#register .username { font-size: 10px; border: 1px solid #006; background: #ffc; }
#register .username:hover { font-size: 10px; border: 1px solid #f00; background: #ff6; }
#register .password { font-size: 10px; border: 1px solid #006; background: #ffc; }
#register .password:hover { font-size: 10px; border: 1px solid #f00; background: #ff6; }
#register .loginbutton {
	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: white;
	text-align: left;
	font-weight: normal;
	margin-top: 8px;
}
a.reg {
	color: orange;
	text-decoration: underline;
}
a.reg:link {
	color: orange;
	text-decoration: underline;
}
a.reg:visited {
	color: orange;
	text-decoration: underline;
}
a.reg:hover {
	color: yellow;
}
#menu{
	width: 797px;
	background-color: #88c540;
	overflow: hidden;
	/*border-bottom: 1px solid black; bottom horizontal line that runs beneath tabs*/
	background: url(../images/body.png) repeat-y;
}
#menu ul{
margin: 0;
padding: 0;
padding-left: 7px; /*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: #88c540; /*background of tabs (default state)*/
}
#menu li a:visited{
color: white;
}
#menu li a:hover, .mattblacktabs li.selected a{
	background: #5b8629; /*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;
	width: 797px;
	height:110px;
	padding-top: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-left: 10px;
	text-align: center;
	background: url(../images/footer.png) no-repeat;
}
#footer a {
	color: orange;	
	text-decoration: underline;
}
.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;
	color: #333333;
}
.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;
}

