@import url("default.css");

/* CLIENT STYLE OVERRIDES GO IN THIS STYLESHEET
* Use this stylesheet to override styles in default.css
* Do not copy all of default.css into here.  
* Only put in the css that is different than default.css
 */




/* Links */
a:link {
	color: #0066B3;
	text-decoration: none;
}

a:visited {
	color: #2F4E6E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #2C06A1;
	text-decoration: none;
}

a.currentpage {
	color: #000000;
	text-decoration: none;
}



/* Banner image block - should match banner size */
.banner {
	width : 940px;
	height : 167px;
}
/* Body for all pages */
body {
	background-color: 2F4E6E;
	text-align: center;
	margin: 0px;
	font-size: 0.85em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.page {
    background-color: #FFFFFF;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    margin-left: auto;
    margin-right: auto;
    width: 940px;
}

/* Navigation breadcrumbs */
.navigation {
	padding: 5px 20px 5px 20px;
	font-size: 1em;
	line-height: 1.4em;
	background: #ffffff;
}



/* Page subtitle */
.subtitle {
	background-color: #ffffff;
	padding: 2px 20px 2px 20px;
	margin-top: 5px;
	border-bottom: 1px solid #000000;
	text-align: left;
	font-size: 1em;
	font-weight: normal;
}



/* START PAGE STYLES */

.start .header {
	padding: 6px 0px 6px 0px;
	text-align: center;
	background-color: #2F4E6E;
	font-weight: normal;
	font-size: 1.8em;
	margin: 0 0 6px;
	color: #FFFFFF;
}


.itemtitle span, .textarea span {
	display: block;
	font-weight: normal;
	}
	
/* Paper Permissions Style */
.content .permission {
	margin-bottom:15px;
	font-weight:bold;
}
	