body {
	background-color: #FFFFCC;
	margin: 25px 20px 20px;
}

h2 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002279;
	font-weight:bold;
}

table.listing 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

table.listing th 
{
	font-size: 11px;
	background-color: #002279;
	font-weight:normal;
	color:White;
}

table.listing tr.alternaterow
{
	background-color: whitesmoke;
}

.outline {
	border: 2px solid #000000;
	width: 746px;
}

/* Masthead */

.housekeeping {
	padding-right: 10px;
}
#housekeeping a {
	padding-right: 5px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
.band {
	background-image: url(graphics/header/band.gif);
	background-repeat: repeat-x;
	height: 11px;
}
.nav {
}
#nav a {
	padding-right: 5px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	padding-right: 5px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFCC;
	text-decoration: none;
	font-weight: bold;
}
.header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/* User Bar */

.userbar {
	background-image: url(graphics/userbar/bg.gif);
	height: 28px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C8CCDC;
}
#userbar {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C8CCDC;
}
#userbar a{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C8CCDC;
	text-decoration: none;
}
#userbar a:hover{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C8CCDC;
	text-decoration: underline;
}

/* Container */

.container {
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#instructions {
	background-image: url(graphics/container/helpgrad.gif);
	background-repeat: repeat-y;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #2F5772;
	width: 600px;
}
#title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #002279;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99AED7;
	width: 100%;
}
#subtitle {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F6EA1;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99AED7;
	width: 100%;
	font-weight: bold;
}

/* Forms */

.descriptor {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5F6EA1;
	width: 130px;
	text-align: right;
	padding-top: 4px;
}

.note {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F6EA1;
	padding-top: 4px;
}

.formelement {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5F6EA1;
	width: 400px;
	padding-left: 10px;
	line-height: 20px;
}
.error {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 11px;
	color: #D71F2B;
	width: 185px;
	padding-left: 10px;
	padding-top: 4px;
}
.error div{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D71F2B;
	background-image: url(graphics/container/errorarrow.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.btn {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #425186;
	border-right-color: #425186;
	border-bottom-color: #425186;
	border-left-color: #425186;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #425186;
	background-image: url(graphics/container/btnface.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 12px;
	cursor: hand;
}
.btn2 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B59678;
	border-right-color: #B59678;
	border-bottom-color: #B59678;
	border-left-color: #B59678;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9A724B;
	background-image: url(graphics/container/btn2face.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 12px;
	cursor: hand;
}
.browse {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9CCBF;
}

/* Status Bar */

.statusbar {
	height: 30px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#statusbar {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#statusbar a{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

/* Footer */

.footer {
	text-align: center;
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #666666;
}
.footer a{
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #666666;
	text-decoration: none;
}

/* Create Bar */

div.createbar {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #99AED7;
	border-right-color: #99AED7;
	border-left-color: #99AED7;
	border-bottom-style: solid;
	border-bottom-color: #99AED7;
	border-bottom-width: 1px;
	background-image: url(graphics/createbar/progress.gif);
	background-repeat: no-repeat;
	background-position: right;
}
td.createbar_current div {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #002279;
	background-color: #F5F5F5;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 15px;
	padding-right: 22px;
	background-image: url(graphics/createbar/next.gif);
	background-repeat: no-repeat;
	background-position: right;
}
td.createbar_past div {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-color: #F5F5F5;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 15px;
	padding-right: 16px;
	background-image: url(graphics/createbar/bar.gif);
	background-repeat: no-repeat;
	background-position: right;
}

/* EDIT Bar */

div.editbar {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99AED7;
	background-image: url(graphics/editbar/border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
td.editbar_current div {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #002279;
	background-color: #F5F5F5;
	padding-top: 11px;
	padding-bottom: 18px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(graphics/editbar/turndown.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
td.editbar div {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-color: #F5F5F5;
	padding-top: 11px;
	padding-bottom: 18px;
	padding-left: 15px;
	padding-right: 16px;
	background-image: url(graphics/editbar/border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
td.editbar div a{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-color: #F5F5F5;
	padding-top: 11px;
	padding-bottom: 18px;
	background-image: url(graphics/editbar/border.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-decoration:none;
}

td.editbar_current div a{
	text-decoration:none;
	color: #002279;
}

td.editbar div a:hover{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #002279;
	background-color: #F5F5F5;
	padding-top: 11px;
	padding-bottom: 18px;
	background-image: url(graphics/editbar/turndown.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.detailsbar {
 height: 25px;
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #666600;
 background-color: #FFFFCC;
 border: 1px solid #BCBC56;
}
#detailsbar {
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #666600;
}

/* Selected Keywords */

.selectedKeywordsTitle {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: navy;
	font-weight: bold;
}
.selectedKeywordsSubtitle {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.selectedKeywordsSubtitle {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.selectedKeywordsCategory {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
}
#keywordarea h1 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2B2B2;
	padding-bottom: 5px;
	margin-bottom: 3px;
}
#keywordarea div {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B2B2B2;
	padding-bottom: 5px;
	margin-bottom: 3px;
}
#keywordarea tr {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.resourcetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
.resourcename {

	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5F6EA1;
	width: 130px;
	text-align: right;
}
.resourcelink {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5F6EA1;
	text-decoration: none;
}

