/* MAIN NAV */
body#home #nav td#home a, 
body#about #nav td#about a, 
body#full #nav td#full a,
body#admissions #nav td#admissions a,
body#student #nav td#student a,
body#pdc #nav td#pdc a,
body#iris #nav td#iris a,
body#parent #nav td#parent a { BACKGROUND-COLOR: #7d7d7d; color: #FFF }
	
table#nav td a {
	display: block; color: #FFF; text-decoration: none; padding: 3px; font-family: Arial, Helvetica, sans-serif; font-size: x-small; font-weight: bold; 
	}
table#nav td a:hover {
	display: block;
	BACKGROUND-COLOR: #7d7d7d;
	color: #FFF;
	}

/* end MAIN NAV */

/* SUB NAV */
table#subnav td {
	color: #666666;
	font-size: 90%;
	}
table#subnav td  a {
	text-decoration: none;
	color:#003399;
	}
table#subnav td a:hover {
	color: RED;
	text-decoration: underline;
	}
/* end SUB NAV */

/* BASE STYLE */
BODY {
	
	}
A:link
	{color:#003399}
A:visited
	{color:#003399}
A:active
	{color:red}
A:hover
	{color:red}
body, table, td, th, form
	{font-family: Arial, Helvetica, sans-serif, Verdana; font-size: x-small}
.subtext
	{font-family: Arial, Helvetica, sans-serif; font-size: 85%; color:#555555}
.faq
	{display: block; padding: 0px 0px 5px 0px; font-weight: bold; color:#555555}
.ans
	{display: block}
.subhead
	{font-family: Arial, Helvetica, sans-serif, Verdana; font-size: x-small; font-weight: bold; display: block; color:#003366; background-image : url(tp_squaresclr.gif); background-repeat : no-repeat; padding: 0px 0px 0px 18px; margin-bottom: 0px}
H1
	{font-family: Arial, Helvetica, sans-serif, Verdana; font-size: small; font-weight: bold; margin-bottom: 0px; color:#4B4B4B}
H2
	{font-family: Arial, Helvetica, sans-serif, Verdana; font-size: 110%; font-weight: bold; background-color: #DDDDDD; display: block; padding: 3px 3px 3px 3px; margin-bottom: 0px}
H3
	{font-family: Arial, Helvetica, sans-serif, Verdana; font-size: 105%; font-weight: bold; display: block; color:#990000; background-image : url(tp_squaresgrey.gif); background-repeat : no-repeat; padding: 0px 0px 0px 18px; margin-bottom: 0px}
H4
	{font-family: Arial, Helvetica, sans-serif, Verdana; font-size: x-small; font-weight: bold; color:#003366}
H5
	{font-family: Arial, Helvetica, sans-serif, Verdana; font-size: x-large; font-weight: bold}
H6
	{font-family: Arial, Helvetica, sans-serif, Verdana; font-size: medium; font-weight: bold; color:white; font-style: italic}
ul	
	{list-style: square; margin-bottom: 0px; padding-left: 13px; margin-left: 13px}
ul ul	
	{list-style: circle; margin-bottom: 0px; padding-left: 13px; margin-left: 13px}
ul ul ul	
	{list-style: disc; margin-bottom: 0px; padding-left: 13px; margin-left: 13px}
ol	
	{margin-bottom: 0px; padding-left: 13px; margin-left: 13px}
ol ol	
	{list-style: lower-alpha; margin-bottom: 0px; padding-left: 13px; margin-left: 13px}
ol ol ol	
	{list-style: lower-roman; margin-bottom: 0px; padding-left: 13px; margin-left: 13px}
li	
	{margin-bottom: 3px; margin-top: 3px}
/* end BASE STYLE */

/* GENERAL TABLE STYLE */
table#layout td
	{padding: 5px}
table#pixright
	{margin: 0px 0px 10px 15px; width: 100px}
table#pixright td
	{padding: 2px; font-size: 85%; color: #555555}
table#pixleft
	{margin: 0px 15px 10px 0px; width: 100px}
table#pixleft td
	{padding: 2px; font-size: 85%; color: #555555}
table#info
	{background: #FFFFFF; border: 1px solid #666666}
table#info td
	{padding: 5px}
table#info thead
	{background: #666666;	color: #FFFFFF;	font-weight: bold}
table#info tbody
	{background: #EEEEEE}
table#info tbody th
	{background: #E5E5E5}
table#info tfoot
	{background: #999999; font-weight: bold}
table#alpha ol
	{list-style: lower-alpha}
table#alpha ol ol	
	{list-style: lower-roman}
/* end GENERAL TABLE STYLE */

/* ADD TO STYLE */
#dropmenudiv {
	position:absolute;
	font:normal 11px arial;
	border-top: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	border-right: solid #CCCCCC 1px;
	background-color: #FFFFFF;
}

#dropmenudiv a{
	width: 100%;
	text-indent: 3px;
	padding: 3px 0px 3px 0px;
	display: block;
	text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #F3F3F3;
}
/* end ADD TO STYLE */
