/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#logoWall {
	background: white url(../images/3.4/logo_wall.jpg) left repeat-x;
	height: 38px;
}

#nav {
	background: white url(../images/3.4/navBG.jpg) left repeat-x;
}

#menu {
	width:181px;
	vertical-align:top;
}

#main {
	font-size: 11px;
	padding: 15px;
	vertical-align: top;
	color: black;
}

#main a:link, #main a:visited {
	color: #000099;
	text-decoration:underline;
}

#main a:hover {
	color: #000099;
	text-decoration:none;
}

#main a:active {
	color: #000099;
	text-decoration:underline;
}


#footer1 {
	background: #C4E1FF url(../images/3.4/footerBG1.jpg) top left repeat-x;
	height: 19px;
	padding-top: 2px;
	color: #003366;
}

#footer1 a:link, #footer1 a:visited {
	color: #003366;
	text-decoration:underline;
}

#footer1 a:hover {
	color: #003366;
	text-decoration:none;
}

#footer1 a:active {
	color: #003366;
	text-decoration:underline;
}


#footer2 {
	background: #0099CC url(../images/3.4/footerBG2.jpg) bottom left repeat-x;
	height: 24px;
	padding-top: 0px;
	color: white;
}

#footer2 a:link, #footer2 a:visited {
	color: white;
	text-decoration:underline;
}

#footer2 a:hover {
	color: white;
	text-decoration:none;
}

#footer2 a:active {
	color:white;
	text-decoration:underline;
}

.small {
	font-size: 11px;
}

.red {
	color:#FF0000;
}

.pad {
	padding: 2px;
	}

input, select, textarea {
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}	

.hideText {
	color:#FFFFFF;
	display: none;
}
