﻿body {
	margin: 0px;
	padding: 0px;
	font: 11px Trebuchet MS, Tahoma, Geneva, sans-serif; /*   */
	color: #666666;
}

.bold 
{
	font-weight: bold;
}

#main-container
{
	width: 780px;	
	margin-left:auto;
	margin-right:auto;
	border: 0;
	padding: 0;
	text-align: center;	
}

.mainContent {
	width:776px;
	border-left: 1px solid #AE9954;
	border-right: 1px solid #AE9954;
	float: left;
	position:relative;	
}

.nav 
{
	font: 12px Tahoma, Geneva, sans-serif;
	color: #FFFFFF;
	background: url(../../images/page_top.gif) no-repeat center top;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;	
	position: relative;
}
.nav a:link, .nav a:visited, .nav a:hover, .nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

.page-bottom 
{
	background: url(../../images/page_bottom.gif) no-repeat center bottom;
	font: 12px Tahoma, Geneva, sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	position: relative;
	padding-bottom: 5px;
	float: left;
	width: 778px;
}

.page-bottom a:link, .page-bottom a:visited, .page-bottom a:hover, .page-bottom a:active {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

.nav_bottom {
	font-size: 11px;
	color: #AE9954;
	text-decoration: none;
	padding: 15px 5px 5px;
	position: relative;
	float: left;
}
.nav_bottom a {
	padding-right: 5px;
	padding-left: 5px;
}
.nav_bottom a {
	color: #AE9954;
	text-decoration: none;
}	
/* Added to take the MS partner (and Oracle?) logos */
.nav_bottom_right 
{
	float: right;
	padding-right: 15px;
	padding-left: 25px;
	padding-top: 5px;
	position: relative;
}

.nav_bottom_left
{
	float: left;
	padding-left: 15px;
	padding-right: 25px;
	padding-top: 5px;
	position: relative;
}


.banner 
{
	width: 776px;
	border-right: 1px solid #AE9954;
	border-bottom: 1px solid #AE9954;
	border-left: 1px solid #AE9954;
	float: left;
}


.multi-column-container {
	width:776px;
	position:relative;
	float: left;
	text-align: left;
}

.bordered {
	border-left: 1px solid #AE9954;
	border-right: 1px solid #AE9954;
}


#three-column-container 
{
	margin:20px 0 10px 0;
	text-align: left; 
}

#one-column
{
	float:left;
	width: 756px;
	padding: 0 10px 0 10px;
}

#three-column-side1 
{
	float:left;
	width:240px;
	padding: 0 5px 0 10px; 
}

#three-column-side2 
{
	float: right;
	width:240px;
	padding: 0 10px 0 5px; 
}

#three-column-middle 
{
	width:240px;
	margin-left: 260px;
	padding: 0 5px 0 5px;
}

#right-float 
{
	float: right;
}

#two-column-side1 
{
	float: left;
	width: 480px;
	padding: 0 5px 0 10px; 
}

#two-column-side2 
{
	float: right;
	width: 240px;
	padding: 0 10px 0 5px; 	
}

#two-column-side1-small 
{
	float: left;
	width: 240px;
	padding: 0 5px 0 10px; 
}

#two-column-side2-large
{
	float: right;
	width: 480px;
	padding: 0 10px 0 5px; 	
}

#two-column-even-left
{
	float: left;
	width: 360px;
	padding: 0 5px 0 10px;
}

#two-column-even-right
{
	float: right;
	width: 360px;
	padding: 0 10px 0 5px;
}


.foot 
{
	clear: both;
}
	
	
.five-column-container {
	width:776px;
	border-left: 1px solid #AE9954;
	border-right: 1px solid #AE9954;
	position:relative;
	float: left;
}
	
.five-column-right {
	float:right;
	width: 160px;
	position: relative;
	padding-right: 2px;
}

.five-column-left {
	float:left;
	width: 152px;
}

.five-column-middle
{
	width: 152px;
	float: left;
}



#login Input {
	font-size: 10px;
	color: #999999;
	width: 60%;
	margin-bottom: 5px;
}

#login .btnGo {
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #AE9954;
	border: 1px solid #999999;
	width: 30px;
}
.login {
	padding: 10px;
}

/*
** default table
*/
.defTable {
	border-top: 1px solid #A3AFBF;
	border-left: 1px solid #A3AFBF;
	border-right: 1px solid #A3AFBF;
	font-size: 0.8em;
	width: 98%;
	margin: 10px 0 20px 0;
	clear: both;
}
.defTableSmallText {
	border-top: 1px solid #A3AFBF;
	border-left: 1px solid #A3AFBF;
	border-right: 1px solid #A3AFBF;
	font-size: 0.7em;
	width: 98%;
	margin: 10px 0 20px 0;
	clear: both;
}
.defTable th {
	background: #F5F6F8;
	padding: 5px;
	border-bottom: 1px solid #A3AFBF;
	border-right: 1px solid #A3AFBF;
	vertical-align: top;
	text-align: left;
}
.defTable td {
	padding: 5px;
	line-height: 1.5em;
	border-bottom: 1px solid #A3AFBF;
	/* border-right: 1px solid #A3AFBF; */
	vertical-align: top;
}
.defTable td table td, .style2 td table th {
	border-bottom: none;
}
.defTableHeading {
	background: #EBEEF2;
	padding: 5px;
	border-bottom: 1px solid #A3AFBF;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}
.defTableFooter {
	background: #EBEEF2;
	padding: 5px;
	border-bottom: 1px solid #A3AFBF;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}
.defTablePager {
	background: #EBEEF2;
	padding: 5px;
	border-bottom: 1px solid #A3AFBF;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
}
.defTableAlternate
{
	background: #e9e9e9;
}
.defTableHighlight
{
	background: LightGrey;
}
.defTableHeadingRight 
{
	border-right: 1px solid #A3AFBF;
}

.smallText 
{
	FONT-SIZE: 8pt; 
	FONT-FAMILY: arial, verdana 
}
.smallTextRed
{
	FONT-SIZE: 8pt; 
	FONT-FAMILY: arial, verdana;
	color: Red;
}
.smallTextGray
{
	font-size: 8pt;
	font-family: arial, Verdana;
	color: Gray;
}
.headingText
{
	font-size: 0.8em;
	font-family: Arial, Verdana;
}
.webdings
{
	font-family: Webdings
}

	
	
	


