/*
 *	javaco.css
 */



a.dark:link { color: #979797; text-decoration: none; font-weight: normal  }
a.dark:active { color: #979797; text-decoration: none; font-weight: normal  }
a.dark:visited { color: #979797; text-decoration: none; font-weight: normal  }
a.dark:hover { color: #979797; text-decoration: underline; font-weight: normal  }
a.darker:link { color: #4d4d4d; text-decoration: none; font-weight: bold }
a.darker:active { color: #4d4d4d; text-decoration: none; font-weight: bold }
a.darker:visited { color: #4d4d4d; text-decoration: none; font-weight: bold }
a.darker:hover { color: #4d4d4d; text-decoration: underline; font-weight: bold}
a.footer:link { color: #6a8e50; text-decoration: none; font-weight: normal }
a.footer:active { color: #6a8e50; text-decoration: none; font-weight: normal }
a.footer:visited { color: #6a8e50; text-decoration: none; font-weight: normal }
a.greenbold:hover { color: #6a8e50; text-decoration: underline; font-weight: bold}
a.greenbold:link { color: #6a8e50; text-decoration: none; font-weight: bold }
a.greenbold:active { color: #6a8e50; text-decoration: none; font-weight: bold }
a.greenbold:visited { color: #6a8e50; text-decoration: none; font-weight: bold }
a.greenbold:hover { color: #6a8e50; text-decoration: underline; font-weight: bold}
* 
/*
 * Global style that applies to all tags
 *
 * Note: this forces one to write specific style
 * definitions for all basic HTML elements
 */

/*
123456
*/





{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial;
}



body
{
	text-align: center; /* centers the page */
	background-color: #f6f6f6;
	margin: 0px 0px;
	font-size: 12px;
	color: #666465;
	height:100%;
}


/* completes the centering effect, sets the total width,
   and a white repeating background with side shadows */
#page
{
	width: 795px;
	margin: 0px auto; /* centers the page */
	color: #666465;
	background-color: #f6f6f6;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: top center;

	text-align: left;
}


/* 
 * table layout 
 */
table#layout
{
	width: 750px;
	float: left;
	position: relative;
	left: 22px;
	margin: 0px 0px 20px 0px;
	border-collapse: collapse;
	height:100%
}


#main
{
	width: 750px;
	height: 100%;
	margin-left: 20px;
	padding: 0px 0px;
}

#mainfooter
{
	width: 750px;
	height: 100%;
	margin-left: 6px;
	padding: 0px 0px;
}

td#fivepadding
{
	padding: 5px 5px 5px 5px;
	border-bottom: 1px #d0d0d0 solid;
	height:100%
}

td#fivepadding-middle
{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px #d0d0d0 solid;
	height:100%
}

td#homeright
{
	padding: 4px 4px 4px 4px;
	text-align: left;
	vertical-align: top;
	height:100%
}

p#heading1
{
font-weight: bold;
margin-bottom: 0px
}

p#heading2
{
color: #749b5c
}

p#heading3
{
font-weight: normal;
margin-bottom: 0px;
margin-top: 0px;
color: #b9b8b8;
}



