@charset "utf-8";
/* CSS Document */

/*This CSS is for the weather */

#weather{ 
/*float:right;*/
position: absolute; 	
top: 50px;
right: 25px;


}
/*This CSS is for the menu table */

#menu_table{
	position:absolute;
	left:0px;
	top: 0px;
	height: 85%;
	background-color:#FFFFFF;
	font-size: 10px;
	color: #000000;
	
	
	text-indent: 3px;
	overflow: hidden;
}
/* This CSS is for the main area of infomation     */
#mainTable{
	position: absolute;
	left:196px;
	top: 0px;
	height: 700px;
	width: 566px;
	background-color:#FFFFFF;
}


/* Bottom layer formatting  */
#bottom_menu{
	background-color:#FFFFFF;
	position: absolute;
	left: 0px;
	/* "Top" will place the bootom layer where you want it to be*/
	top: 730px;
	width: 762px;
	height: 75px;
	font-family: Tahoma;
	visibility: visible;
	overflow: hidden;
}

/* Bottom table formatting */
#bottom_table{
	position:absolute;
	bottom: 0px;
	letter-spacing: 1px;
	font-family: Tahoma;	
	font-size: 9px;
	color: #999999;
	border-spacing: 3px;
	

}

/*  */
body{
	
font-family: Tahoma;
font-size:10px;
background-image: url(images/main-bg.jpg);
}


/*  */
td.smpadding1{
padding: 1px;

}

td.smpadding3 {

padding-left: 5px;

}
/*  */
td.lgpadding{
padding-left: 3px;
padding-right: 10px;

}

.blueC{ 
color:#005b7f;

}
#white_area{
	position:absolute;
	left: 100px;
	top: 213px;

}
.lgFont{ 
font-size:11px;
font-weight:bold;
}

.fontSpacing{ 
letter-spacing: 1px;

}
/* H1 font style  */
h1{
color: #ac5314;
text-transform:uppercase;
font-size: 16px;

}

/* H2 font style */
h2{
color: #666666;
font-size: 10px;

}

/* H3 font style */

h3{
color:#000000;
font-size: 12px;

}

/* H4 font style */
h4{
color:#666666;
font-size: 10px;


}
/*This class is for the bottom line for the header text  */
td.line{
border-bottom: medium solid #ac5314;
border-bottom-style: solid;
border-width:thin;

}

td.greenline{
border-bottom: medium solid #40af9e;
border-bottom-style: solid;
border-width:thin;

}
td.companionLine{
border-bottom: medium solid #e0b84b;
border-bottom-style: solid;
border-width:thin;}

td.contributeLine{
border-bottom: medium solid #41aac2;
border-bottom-style: solid;
border-width:thin;}


td.enhanceLine{
border-bottom: medium solid #7d4e7a;
border-bottom-style: solid;
border-width:thin;}

td.releacedLine{
border-bottom: medium solid #d6775d;
border-bottom-style: solid;
border-width:thin;}

/* This class is for the line on the right hand side of a table */
td.lineSide{
	border-right-style: solid;
	border-right-color: #cccccc;
	border-width:thin;
	text-align:center;

}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #999999;
}
a.blueLink:link {
	color: #005b7f;
	text-decoration: none;
}
a.blueLink:visited {
	text-decoration: none;
	color: #005b7f;
}
a.blueLink:hover {
	text-decoration: none;
	color: #005b7f;
}
a.blueLink:active{ 
	text-decoration: none;
	color: #005b7f;

}
a.spanish:link {
	color: #C74927;
	text-decoration: none;
}
a.spanish:visited {
	text-decoration: none;
	color: #C74927;
}
a.spanish:hover {
	text-decoration: none;
	color: #C74927;
}
a.spanish:active {
	text-decoration: none;
	color: #C74927;
}

a.blacklink:link {
	color: #000000;
	text-decoration: none;
}
a.blacklink:visited {
	text-decoration: none;
	color: #000000;
}
a.blacklink:hover {
	text-decoration: none;
	color: #000000;
}
a.blacklink:active {
	text-decoration: none;
	color: #000000;
}

a.orangeLink:link {
	color: #ac5314;
	text-decoration: none;
}
a.orangeLink:visited {
	text-decoration: none;
	color: #ac5314;
}
a.orangeLink:hover {
	text-decoration: none;
	color: #ac5314;
}
a.orangeLink:active{ 
	text-decoration: none;
	color: #ac5314;

}
