/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 115%;
}			

body a {
	text-decoration: none;
	color: #000099;
}

body a:hover {
	color: #FF0000;
}
	
p{
	margin: 0px;
	padding: 0px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#OuterWrapper {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	height: auto;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	background-image: url(images/background.gif);
	z-index: 100;
	position:relative;
}

#InnerWrapper {
	float:right;
	margin: 0 auto;
	padding: 0;
	width:756px;
	height: auto;
	border-top: 0;
	border-bottom: 0;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000099;
	border-left-color: #000099;
}

#header {
	margin: 0;
	padding: 0;
	height: 60px;
	border: 0;
	background-color: #fff;
	position:relative;
}
/*NavBar looks good 7/26/05 - MJ */
#navBar {
	font-size: 100%;
	font-weight: 400;
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
	position:relative;
	border-top-color: #000099;
}

#navBar ul {
	padding: 0px 10px 0px 0px;
	margin: 0px;
	background-color: #000099;
 	text-align: right;
}

#navBar ul li {
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

#navBar ul li a {
	color:white;
	text-decoration: none;
	padding: 1px 10px 1px 10px;
	text-align: right;
	width: 9em;
}

#navBar ul li a:hover, #navBar ul li a:focus {
	color: #FF0000;
}

#IndexSplash {
	float:left;
	width: 555px;
}

#IndexAnnounce {
	float: right;
	width: 100px;
	height: 315px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	text-align: center;
	list-style-position: outside;
	list-style-type: disc;
}

#MainIndexAnnounceBkgrnd {
	float: right;
	width: 100px;
	background-image: url(images/nsprightsplash100px.jpg);
}

#FIRSTIndexAnnounceBkgrnd {
	float: right;
	width: 100px;
	background-image: url(images/firstsplash100px.jpg);
}

#OrientationIndexAnnounceBkgrnd {
	float: right;
	width: 100px;
	background-image: url(images/orientationsplash100px.jpg);
}

#SORTSIndexAnnounceBkgrnd {
	float: right;
	width: 100px;
	background-image: url(images/sortssplash100px.jpg);
}

#UNIV100IndexAnnounceBkgrnd {
	float: right;
	width: 100px;
	background-image: url(images/univ100splash100px.jpg);
}

.DateModifiedFooter {
	text-align: right;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	float: right;
	z-index: 200;
	bottom: 37px;
	margin: 0px;
	padding: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	overflow: hidden;
	right: 102px;
}

#IndexAnnounce a {
	text-decoration: none;
}

#IndexAnnounce a:hover {
	color: #FF0000;
}

.IndexAnnouceHeader {
	background-color:#FFFF99;
	border-bottom: 1px solid #0000FF;
	border-top: 1px solid #0000FF;
	font-variant:small-caps;
	font-size: 100%;
	font-weight: bold;
	color: #FF0000;
	padding-top: 2px;
	padding-bottom: 2px;
}

.IndexAnnouceHeaderSqueeze {
	background-color:#FFFF99;
	border-bottom: 1px solid #0000FF;
	border-top: 1px solid #0000FF;
	font-variant:small-caps;
	font-size: 90%;
	font-weight: bold;
	color: #FF0000;
	padding-top: 2px;
	padding-bottom: 2px;
}

.IndexAnnounceSection {
	border-bottom: 1px dashed #0000FF;
	color:#FF0000;
}

.IndexAnnounceSectionSqueeze {
	border-bottom: 1px dashed #0000FF;
	color:#FF0000;
	font-size: 90%;
}

.IndexAnnounceSectionSuperSqueeze {
	border-bottom: 1px dashed #0000FF;
	color:#FF0000;
	font-size: 85%;
}

#content {
	float:right;
	width: 655px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000099;
}

#content p {
	margin-right: 10px;
	margin-left: 10px;
}

#content a {
	font-weight: bold;
	text-decoration: none;
	color: #000099;
}

#content a:hover {
	color: #FF0000;
}
	
#navigation{
	float: left;
	width: 100px;
	height: auto;
	text-align: center;
}

.NavSqueeze {
	font-size: 90% !important;
}

.NavSuperSqueeze {
	font-size: 87% !important;
}

.NavNoLink {
	padding-bottom: 1px;
	padding-top: 1px;
	background-color: #000099;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 700;
	color: #FF0000;
}

.NavLinkLine2{
	text-decoration:none;
	font-size: xx-small;
	margin-top: -20px;
}

#navigation a:link {
	color:#000099;
	line-height: 150%;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	display: block;
	font-size: 1em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-color: #000099;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

#navigation a:visited {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
	display: block;
	font-size: 1em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-color: #000099;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#navigation a:hover {
	border-right-color: red;
	border-right-style: solid;
	border-right-width: thick;
	border-left-color: red;
	border-left-style: solid;
	border-left-width: thick;
}

#footer {
	clear: both;
	background-color: #FFFFFF;
}

.term {
	font-size: 120%;
	text-decoration: none;
	font-variant: small-caps;
	color: #000099;
	width: auto;
	font-weight: bold;
}

.term a{
	border: 0;
	color: #000099;
	text-decoration: none;
}
/*
#term{
	font-size: 120%;
	font-variant:small-caps;
	color: #000099;
	width:auto;
	font-weight:bold;
}

#term a{
	border:0;
}

#term a:hover{
	color:#CC0000;
}
*/
.p1 {
	font-style: italic;
}
.definition {
	padding-right: 25px;
	padding-left: 15px;
	padding-top: 10px;
}

.definitionHeading {
	padding-right: 25px;
	padding-left: 15px;
	padding-top: 10px;
	font-weight: 700;
	font-style: italic;
	font-size: 110%;
}

.footnote {
	border-top: 1px solid #9999FF;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	font-size: 75%;
	margin-top: 10px;
}
.ProgramTitle {
	font-size: 150%;
	font-weight: bold;
	font-variant: small-caps;
	color: #000099;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
	background-color: #FFFFFF;
	line-height: 100%;
	padding-top: 2px;
}

.ProgramTitle a {
	text-decoration: none;
	color: #000099;
}

.ProgramTitle a:hover {
	color: #FF0000;
}

.ProgramSpeaker {
	font-size: 120%;
	color: #000099;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 130%;
}

.ProgramSpeaker a {
	text-decoration: none;
	color: #000099;
}

.ProgramSpeaker a:hover {
	color: #FF0000;
}

.ProgramDate {
	font-size: 120%;
	color: #000099;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	padding-bottom: 2px;
	background-color: #FFFFFF;
}
.ProgramImage {
	text-align: right;
	clear: left;
	float: right;
	/*margin-left: 15px;*/
	position: relative;
	/*margin-top: 0px;*/
	padding-top: 100px;
	padding-left: 15px;
	right: 10px;
	/*top: 100px;*/
}
.box {
	margin: 2px;
	padding: 2px;
	border: 2px groove #FFCCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000099;
	text-align: center;
}

.box a {
	text-decoration: none;
	color: #000099;
}

.box a:hover {
	color: #FF0000;
}

.Box120 {
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 2px;
	padding: 2px;
	border: thin groove #FFCCFF;
	color: #000099;
}

.Box120 a {
	text-decoration: none;
	color: #000099;
}

.Box120 a:hover {
	color: #FF0000;
}

.PageHeading {
	font-size: 3em;
	color: #000099;
	text-align: center;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	border: 3px double #000099;
	line-height: 1em;
}
.Title {
	font-size: 1.5em;
	font-weight: bold;
	color: #000099;
	text-align: center;
}

.Title a {
	text-decoration: none;
	color: #000099;
}

.Title a:hover {
	color: #FF0000;
}

.TitleCaption {
	font-size: 90%;
	color: #000099;
	text-align: center;
	margin-top: 2px;
}

.Date {
	color: #000099;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
}

.FlashPaper {
	margin-left: 50px;
	margin-top: 10px;
}

.BlueTitle {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-variant: small-caps;
	color: #4AACE9;
	font-weight: bold;
	line-height: 90%;
}

.GarnetTitle {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-variant: small-caps;
	color: #B00131;
	font-weight: bold;
	line-height: 90%;
}
.TEMPWhiteOnBlackDateBanner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 1px;
}
.Notice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bolder;
	color: #000099;
}
.italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000099;
}
.smallFont {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}
#navigation2{
	width: 650px;
	height: 25px;
	text-align: center;	
}
#OuterWrapper #InnerWrapper #content .Title-Cancelled {
	font-style: italic;
	text-decoration: line-through;
}

