/* CSS Document */

/* navCSS Start */
#navWrapper {
	font-size: 11px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-style: dotted;
}

/* assigns font style, size, location and border color in dropdown menu */
#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	line-height:16px;
	z-index:100;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	border-top-width: 8px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* Displays unordered list horizontally, also set link attributes and outer border of flyout */
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#dropmenudiv a:hover{ /*menu flyout background color*/
	background-color: #FFD6A0;
	font-weight: bold;
}


/* this sets the link and rollover attributes of the static nav bar links*/
#navWrapper a:link, #navWrapper a:visited{text-decoration: none;}
#navWrapper a:hover{
	color: #e37c00;
	font-weight: bold;
}
/* navCSS End */
.styleBIG {
	color: #000;
	text-align: center;
}
