







/* TESTING PARAMETERS:
Banner BG Color    #111111
Banner Text Color  #fefefe
Active BG Color    #6699cc
Active Text Color  #000033
Inactive BG Color  #336699
Inactive Text Color  #fcfcfc
Nav BG Color       #888888
Nav Text Color     #ffcccc
Banner BG Image    ../images/testbannerbg3.gif
Banner Photo       ../images/yearbookphoto.jpg
Nav Photo          ../images/logo_iweb.gif
*/

/* TOP HEADER */
.headertop {
	height: 18px;
	background: #000000; /* Active BG Color */
}
.textheadertop {
	background: #000000; /* Active BG Color */
	color: #FFFFFF; /* Active Text Color */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.linkheadertop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF; /* Active Text Color */
	text-decoration: underline;
}


.headertitle {
	background: #000000; /* Banner BG Color */
	/*background-image: url(../images/testbannerbg3.gif); /* Banner BG Image */
	background-position: left top;
	height: 56px;
}
.textheadertitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF; /* Banner Text Color */
	font-weight: normal;
}

/* LEFT NAV SECTION */
.sidenavbackground {
	background: #e00122;
}
.sidelogo {
	/*background: url(../images/logo_iweb.gif) no-repeat center bottom; /* Banner Photo Image */
	width: 100%;
	height: 100px;
	padding: 2px;
	margin: 2px;
}
.sidelinktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF; /* Nav Text Color */
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.subheaditemlink {
color: #FFFFFF; /* Nav Text Color */
}
.sidelinkbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/* TOP TAB SECTION */
.tabcell {
background: #FFFFFF; /* Inactive BG Color */
	text-align: center;
}
.tabcellcurrent {
background: #000000; /* Active BG Color */
	text-align: center;
}
.tabtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;

}
.tabtextinactive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 2px;

}

body {
	background: #FFFFFF; /* Inactive BG Color */
}
.subheaditemtitle {
	background-color: #eeeeee;
	padding: 5px;
}


.pageborderright {
	background-image: url(../images/dots_vert.gif);
	background-repeat: repeat;
}
.dividerhorz {

	background-image: url(../images/dot_horz.gif);
	background-repeat: repeat;
}
.subheaditemtitle {
	background-color: #ECEAEB;
	padding: 5px;
}
.attachtableborder {
	background-color: #999999;
}
.attachtablehead {
	background-color: #BAB9BF;
}
.attachtablerow {
	background-color: #ECEAEB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;

}
.attachtabletitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.attachlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #222222;
	text-decoration: underline;
}
.attachtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.subheaditemtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.subheaditemlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #222222;
	text-decoration: underline;
}
.tabdivider {
	width:1;
	background-color: #222222;
	background-image: url(../images/tab_divider.gif);
	background-repeat: repeat;
}


.accesslink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.accesslinkbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #16454F;
	text-decoration: underlined;
	font-weight: bold;
}
.accesstable {
	background-color: #ECEAEB;
}
