/*redefined*/
body{
	font-family:arial;
	height:100%;
	background-attachment: fixed;
	background-image: url(../images/MAASLogoBig.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	
}
.bodyText{
	padding:5px;
}

#main{
	height:100%;
	min-height:100%;
	width:100%;
}
.leftLogo{
	width:175px;
	height=:88px;
}
#header{
	height:10px;
}
h1{
	font-size:100%;
}
.fuzzyad{
	font-size:90%;
}
/*nav*/
#leftNav{
	padding:5px;
	margin-left:0px;
	list-style-type: none;
}
li.sci{
	list-style-image: url(../images/bullsci.jpg);
}
a:hover.navLink{
	color:#000000;
	background-color:#FFCC00;
}
a.navLink{
	font-size:80%;
	width:140px;
	color:#000000;
	text-decoration:none;
	margin-right:20px;
	padding-right:20px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bold;
}

/*custom*/

#overlay{ 
	position:absolute;
	background-color:#CCCCCC;
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
    top: 0px;
    left: 0px;

    z-index: 4;

}
#dropShadow{ 
	position:absolute;
	background-color:black;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.70;
}

.required{
	color:red;
}
.strong{
	font-weight:bold;
}
.bdrBottom{
	border-bottom:2px solid #FFCC00;
}
.bdrTop{
	border-top:2px solid #FFCC00;
}
.bdrLeft{
	border-left:2px solid #FFCC00;
}
.bdrRight{
	border-right:2px solid #FFCC00;
}
.bdrAll{
	border:2px solid #FFCC00;
}
/*1px*/
.bdrBottom1px{
	border-bottom:1px solid #FFCC00;
}
.bdrTop1px{
	border-top:1px solid #FFCC00;
}
.bdrLeft1px{
	border-left:1px solid #FFCC00;
}
.bdrRight1px{
	border-right:1px solid #FFCC00;
}
.bdrAll1px{
	border:1px solid #FFCC00;
}
.error{
	color:#ff0000;
	font-weight:bold;
}
.note{
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
}
/*Guest Book*/
.guestDate{
	font-size:70%;
	width:70px;
}
.padding{
	padding:5px;
}
.bgGrey{
	background-color:#ECECEC;
}
.pageNum{
	font-size:80%;
	text-decoration:none;
}
/*-----autocomplete-------*/
#suggestions {
	position:absolute;
	border:1px solid black;
	z-index:0;
	overflow:auto;
	background-color:#ffffff;
	opacity:.80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	width:400px;
	height:100px;
	min-height:100px;
}

a.autocomp{
	text-decoration:none;
	color:blue;
	display:block;
	padding:1px 3px 1px 3px;
	width:370px;
	width:_375px;
}
td .autocomp a:hover{
	background-color:#CCCCCC;
	color:#3399FF;
}
td.autocomp{
	border-bottom:1px solid #CCCCCC;
}

 a.exitButton{
	color:blue;
}
 a:hover.exitButton{
	color:red;
}
.autocompTitle{
	border-bottom:black 1px solid;
	font-weight:bold;
}

.Javascript{
	display:none;
}
.noJavascript{
	display:inherit;
}
.attachments{
	font-size:80%;
	width:80%
}