/* -------------------------------------------------------------*/
/*		***** Reworked HTML Tags ***** 			*/
/* -------------------------------------------------------------*/
body {
font-family: Arial, Helvetica, sans-serif; color: #666666;   font-size : 12px;
margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; padding:0px;
 scrollbar-face-color:#8B9AAD; scrollbar-track-color:#E7EEFE; scrollbar-arrow-color:#FFFFFF; 
 scrollbar-shadow-color:#999999; scrollbar-dark-shadow-color:#FFFFFF; scrollbar-3dlight-color:#CCCCCC; 
 scrollbar-highlight-color:#000000; background-color : #FFFFFF; 
 height:100%;}
#container{
	position:absolute; top:7px;
	left:50%; margin-left:-385px;
	height:100%; max-height:100%;
	 z-index : 0;
	 /* border: 2px solid #990000; */
}
#millieheader {
	height:130px;
	width:770px;
	max-height:130px;
	max-width:770px;
	z-index :2;
	position:absolute;
	top:0px;
	background-color: transparent;
	background-image: url(../uploads/common/MSdefault_header.jpg);
	background-repeat: no-repeat;	/* border: 3px solid #009900; */
}
#mainBG{
	position: absolute; top : 130px;
	height: 520px; width:770px; max-height:520px; max-width:770px;
	 z-index : 0; background : url(../uploads/common/BGmain.jpg);
}
#maincontent{
	position: absolute; top : 155px; left:220px;
	height: 490px; width:535px; max-height:490px; max-width:535px;
	 z-index : 25; overflow : auto;
	padding-left : 10px; padding-right : 5px;
}
#footerBG{
	position: absolute; top : 653px;
	height: 25px; width:770px; max-height:25px; max-width:770px;
	 z-index : 1; background : url(../uploads/common/BGfooter.jpg);
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px; color : #FFFFFF; text-align : right;
	padding-top : 3px; background-repeat : no-repeat;
}
#navplace{
	height:200px; width:200px; max-height:200px; max-width:200px;
	position: relative; top : 130px;  z-index : 50;
	/* border: 1px solid #990099; */
}
#hometext{
	position: absolute; top : 30px; left:70px;
	height: 450px; width:450px; max-height:450px; max-width:450px;
	z-index:50; overflow : hidden;
}
/* -------------------------------------------------------------*/
/* 		*****TABLE STYLES***** 				*/
/* -------------------------------------------------------------*/

table.mainTable {
	background-color: #FFFFFF;
	border: 2px solid #CCCCCC;
}
table.navTable {
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #006699;
}
td.underling {
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;

}
td.lowerTd {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
}
/* -------------------------------------------------------------*/
/*		*****LINK STYLES***** 				*/
/* -------------------------------------------------------------*/

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	text-decoration: underline;
}
a:link		{text-decoration:underline}
a:visited	{text-decoration:underline}
a:hover		{text-decoration:underline}
a:active	{text-decoration:underline}
a.navText {
	font-weight: bold;
	color: #333333;
}
a.leftNavLink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7A847F;
	text-align: center;
	font-size: 12px;
	text-decoration: underline;
}
a.leftNavLink:active {
	font-weight: bold;
	color: #003300;
	text-align: center;
	font-size: 12px;
	text-decoration: underline;
}
a.leftNavLink:hover {
	font-weight: bold;
	color: #003300;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
}
a.leftNavLink:visited {
	font-weight: bold;
	color: #7A847F;
	text-align: center;
	font-size: 12px;
	text-decoration: underline;
}
a.footerLink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: small;
	text-decoration: underline;
}
a.whiteLink {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: small;
	text-decoration: underline;
}
