li { list-style:none; }
p {margin: 0 0 5px 0; text-align: justify}
a {
	text-decoration: underline;
}
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: white;
	margin: 0 auto; /* 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: 800px; /*Width of page*/
	margin: 0 auto; /*Center container on page*/
}
#header {
	width: 800px;
	margin: 0 auto; /*Center container on page*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: transparent;
}
#headline {
	float: left
	width: 800px;
	height: 152px;
	background: url(../images/header.png) no-repeat;
}
#login {
	width: 230px;
	height: 80px;
	background-color: transparent;
	margin: -115px 0 0 550px;
	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: 800px;
	height: 56px;
	background-color: transparent;
	
		/*overflow: hidden;
		/*border-bottom: 1px solid black; bottom horizontal line that runs beneath tabs*/
	background: url(../images/menu.png) no-repeat;
}
#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: 14px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white;
	background: transparent; /*background of tabs (default state)*/
}
#menu li a:visited{
color: white;
}
#menu li a:hover, .mattblacktabs li.selected a{
	background: #562e2e; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
	color: #fff;
}
#bodycontainer {
	width: 800px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	background: url(../images/body.png) repeat-y;
	position: relative;
}
#mainbody {
	overflow: hidden;
	margin: -2px auto 0 0 ;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#contentcolumn{
	margin: 0 0 0 210px; /* 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: 0 0 5px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#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: 5px 5px 5px 5px; 
}
#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 */
	background-color: transparent;
	width: 370px;
	color: #333333		
} 
#inc_wrapper {
	width: 170px;
	margin: 0px;
	padding-left: 1px;
	padding-right: 15px;
	background: aqua;
}
.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: 800px;
	height:155px;
	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;
}
.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;
}

/* ------------ */
/* NAV BAR */

#navbar{
background:url(pic/bg.png) repeat-x;
height:29px;
line-height:29px;
}


/*------ Reset CSS Properties ------ */
#navbar ul, #navbar li,
#navbar form,
#navbar button {
border:0; margin:0;padding:0; list-style:none;
}

#navbar li a{
margin:0 6px;
text-decoration:none;
color:#fff;
font-weight:bold;
border-bottom: 1px dotted #ffd700;
}

/*------ Layer with Register and Login Section ------ */
#login_menu{
background:#aaaaaa;
border:solid 1px #666666;
width:300px;
padding:10px;
color:#FFFFFF;
position:absolute;
font-weight:bold;
font-size:12px;
line-height:18px;
}
#login_menu li{
padding-bottom:6px;
text-align:right;
}
#new-user-col{
padding-right:10px;
border-right:1px #DEDEDE solid;
height:120px;
width:75px;
float:left;
line-height:12px;
}
#signup-user-col{
padding-left:20px;
height:120px;
width:160px;
float:left;
line-height:12px;
text-align:right;
}
#login_menu label{font-size:11px; font-weight:normal;}
#login_menu input{font-size:11px; color:#333333; margin-left:10px;}

/*------ Button ------ */
#login_menu button{
line-height:24px;
float:right;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
text-align:center;
cursor:pointer;
}

.login-button{
background:url(../images/button.png);
display:block;
color:#FFFFFF;
font-size:11px;
text-decoration:none;
width:81px;
height:26px;
line-height:24px;
text-align:center;
}
.join-button{
background:url(../images/button.png);
display:block;
color:#FFFFFF;
font-size:11px;
text-decoration:none;
width:81px;
height:26px;
line-height:24px;
text-align:center;
}

/*------ Spacer ------ */
.spacer{clear:both; height:1px;}



