@import url("menu.css");
/* this sets the attributes for everything that is within the body tag*/
BODY {
	font-family: Tahoma;
	font-size: 13px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color:#ffffff;
	background-image: none;
	letter-spacing: .1em;

}

/* this sets the attributes for everything that is within the P tag*/
P, TD, LI, UL, Table{color: #333333;font-family: Tahoma, Arial, sans-serif;font-size: 13px;}

/* this sets the attributes for all your links*/

A:LINK {color: #333333;text-decoration: none; }
A:VISITED {color: #333333;text-decoration: none;}
A:HOVER {
	text-decoration: underline;
	width: 150px;
	border: none;
}
A:ACTIVE {color: #333333;text-decoration: none;}

/* this sets the attributes for your header's*/
h1 { font-size: 15px;font-weight: bold;letter-spacing: 2px;color: #7a7d99;}
h2, h3, h4, h5, h6 {font-size: 12px;font-weight: bold;color: #a7aabf;}

/* this sets the attributes for your header cell*/
.header { background: #ffffff;}

/*this sets the attributes for your text area*/
.textarea {
	font-size: 11px;
	text-align: justify;
	background: #ffffff url(none);
	line-height: 20px;
	padding: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #bdbbae;
}

/*this sets the attributes for your leftside*/
.leftside {color: #ffffff;text-align: center;}

/*this sets the attributes for your rightside*/

.rightside {text-align: center;background-color: #ffffff;}

/* this is the left side navigation table */
.nav {color: #333333;font-size: 11px; font-weight: normal;letter-spacing: 1px;text-align: 
left;line-height: 20px; padding-left: 2px;}
.nav A:link {text-decoration: none; color: #333333; font-weight: normal; font-family: arial, verdana, helvetica; 
line-height: 17px; background: #ffffff;border: 1px solid #ffffff; padding-left: 2px; 
padding-right: 2px;width: 150px;}
.nav A:visited {text-decoration: none; color: #333333; font-weight: normal; font-family: arial, verdana, helvetica; 
line-height: 17px; background: #ffffff;border: 1px solid #ffffff; padding-left: 2px; 
padding-right: 2px; width: 150px;}
.nav A:active {text-decoration: none;color: #333333; font-weight: normal; font-family: arial, verdana, helvetica; 
line-height: 17px; background: #ffffff;border: 1px solid #ffffff; padding-left: 2px; 
padding-right: 2px; width: 150px;}
.nav A:hover {text-decoration: none;color: #ffffff; font-weight: normal; font-family: arial, verdana, helvetica; 
line-height: 17px; background: #bdbbae;border: 1px solid #000000; padding-left: 2px; 
padding-right: 2px;width: 150px; }



/* this is your top navigation bar */
.topnav {color: #333333;font-size: 11px; font-weight: normal;letter-spacing: 1px;text-align: 
right;line-height: 20px; padding-left: 2px; background: #bdbbae;border-top: 1px solid #111111;border-bottom: 1px solid #111111;}
.topnav A:link {text-decoration: none; color: #333333; font-weight: normal; font-family: arial, verdana, helvetica; 
line-height: 17px; background: #bdbbae; padding: 2px; border: 1px solid #bdbbae;}
.topnav A:visited {text-decoration: none; color: #333333; font-weight: normal; font-family: arial, verdana, helvetica; 
line-height: 17px; background: #bdbbae; padding: 2px; border: 1px solid #bdbbae;}
.topnav A:active {text-decoration: none;color: #333333; font-weight: normal; font-family: arial, verdana, helvetica; 
line-height: 17px; background: #bdbbae; padding: 2px;border: 1px solid #bdbbae; }
.topnav A:hover {text-decoration: none;color: #333333; font-weight: normal; font-family: arial, verdana, helvetica; 
line-height: 17px; background: #BE9CB8; padding: 2px;}


.navbar{color: #333333;text-align: right;letter-spacing: 1px;
font-size: 11px; background-color: #bdbbae;
padding: 3px 3px 3px 3px;border-top: 1px solid #111111;border-bottom: 1px solid #111111;}

/* this is your bottom nav bar */
.botnavbar {text-align: center;font-size: 11px;
color: #000000;background-color: #ffffff;padding-left: 5px; padding: 5px 5px 5px 5px;}

/*this is your left side info box */
.info {text-align: left;font-size: 11px;color: #333333;line-height: 15px;padding: 5px;}

/* this is your right side info box */
.info2 {text-align: left;font-size: 11px;color: #ffffff;line-height: 15px;
padding: 5px 5px 5px 5px;border: 1px solid #99967a;background: #bdbbae;}

/* this is your left cell for your copyright */
.copyrightleft {text-align: left;font-size: 11px;color: #99967a;letter-spacing: 2px;
padding: 3px 3px 3px 3px;border-top: 1px solid #99967a;}

/* this is your right cell for your copyright */
.copyrightright {text-align: right;font-size: 10px;
color: #99967a;background: #ffffff;padding: 3px;border-top: 1px solid #99967a;}
.menu {
	position: absolute;
	height: 172px;
}

#eye{
	position:absolute;
	left:711px;
	top:1px;
	width:192px;
	height:101px;
	z-index:2;
	right: 650px;
	text-align: right;
	background-position: right;


}
#logo{
	position:absolute;
	left:2px;
	top:1px;
	width:407px;
	height:63px;
	z-index:1;
	right: 30px;
}

