body {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image : url(graphics/bg.gif);
}


/*  ==========================================================================================
	CLASSES SPECIFIC TO THE HOME PAGE ONLY
	=========================================================================================== */
.homeSubjectLinkCaption {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000066}
a.homeLink  {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000066; text-decoration: none}
a.homeLinkRed  {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FF0000; text-decoration: none}
.homeSearchBox {
	BORDER-RIGHT: 1px solid;
	BORDER-TOP: 1px solid;
	FONT-SIZE: 10px;
	BORDER-LEFT: 1px solid;
	COLOR: #000000;
	BORDER-BOTTOM: 1px solid;
	font-family: "Courier New", Courier, monospace;
	TOP: 1px;
	BACKGROUND-COLOR: #e6e6e6
}
.homeNewsTitle {font-family:  Arial, Helvetica, sans-serif; color: #000066; font-size: 11px; color: #000066}
/*  ========================================================================================== */




/* Link title - usually category on the second, third tier pages */
.tmplHeaderLink {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-decoration: none
}
.tmplHeaderLinkCaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666
}
.tmplSubHeadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none
}

.quicklinks {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; list-style-type: none; text-decoration: none}
.rightborder {
	border-color: black #CCCCCC black black;
	border-right-width: 1px;
	border-style : solid;
	border-left-width : 0px;
	border-bottom-width : 0px;
	border-top-width : 0px;
}


.bottomborder {
	border-color: black #CCCCCC black black;
	border-right-width: 0px;
	border-style : solid;
	border-left-width : 0px;
	border-bottom-width : 1px;
	border-top-width : 0px;
}

.bottomTopborder {
	border-color: black #CCCCCC black black;
	border-right-width: 0px;
	border-style : solid;
	border-left-width : 0px;
	border-bottom-width : 1px;
	border-top-width : 1px;
}

.bottomTopLeftRightborder {
	border-color: black black black black;
	border-right-width: 1px;
	border-style : solid;
	border-left-width : 1px;
	border-bottom-width : 1px;
	border-top-width : 1px;
}


/* Page title */
.pageHeaderText { font-family: "Times New Roman", Times, serif; font-weight: bold; color: #003366; font-variant: small-caps; font-size: 18px}


/* Search box - applicable to all pages except the home page */
.searchBox {
	font-size: 10px;
	color: white;
	background-color: #666699;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
}


/* force all forms to be monospace to have [approx.] the same width on different browsers */
INPUT, TEXTAREA { font-family: Courier, monospace; font-size: 12px;}

/* generic submit button */
input.submitButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Quick links box */
table.navigationBox {
	background-image : url(graphics/navground2.gif);
}

table.blueBorder {
	border-color : #000066;
}

table.grayBorder {
	border-color : #CCCCCC;
}
/* Quick links box */


/* Classes specific to departmental pages */
.departmentNavigation {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #000066;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}

/* Background for as the gray seal */
.graySealTableBackground {
	background-image : url(graphics/seal3.gif);
}

.underline {
 	text-decoration: underline;
}

.paragraphBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height : 140%;
}
