/* GLOBALS * * * * * * * * * * * */

/* wrapper */

body {
	margin: 0;
	padding: 0;
	}

#content {
	padding: 13px 13px 0 13px;
	}

/* typography */

body, td {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	}

ul {
	list-style: square;
	margin: 0 0 1em 16px;
	padding: 0;
	}

li {
	padding-bottom: 1em;
	}

#sidebar li {
	padding-bottom: 0;
}

#sidebar {
	font-family: Arial, sans-serif;
	}

#sidebar a {
	font-family: Arial, sans-serif;
	}
	
#sidebar p {
	width: 136px;
	}
    
h1, h2, h3 {
	color: #996666;
	font-size: 1.25em;
	line-height: 1.25em;
	margin: 0 0 1em 0;
	padding: 0;
	}

h2 {
	font-size: 1em;
	line-height: 1em;	
	}
	
h3 {
	color: #000000;
	font-size: 1em;
	margin: 0 0 2px 0;
	}

h4 {
	color: #000000;
	font-size: 1em;
	font-style: italic;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 2px;
	}
	
p {
	line-height: 1.25em;
	margin: 0 0 13px 0;
	}

/* links */
	
a {
	color: #996666;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}



/* BREADCRUMBS * * * * * * * * * * * */

#breadcrumbs {
	color: #996666;
	font-size: 9px;
	padding-bottom: 4px;
	}
	
#breadcrumbs a, #breadcrumbs a:active, #breadcrumbs a:visited {
	color: #996666;
	font-weight: normal;
	}

#breadcrumbs a#there {
	font-weight: bold;
	}



/* MENU * * * * * * * * * * * */

#menu {
	background-color: #999999;
	font-size: 55%;
	}

#menu a, #menu a:active, #menu a:visited {
	color: #666666;
	display: block;
	text-align: right;
	margin: 0 0 1em 0;
	padding: 0 27px 0 14px;
	text-transform: uppercase;
	}

#menu .items {
	padding-bottom: 0.25em;
}
	
#menu .items a, #menu .items a:visited {
	color: #CCCCCC;
}

#menu a:hover, #menu .items a:hover, #menu .items a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#menu a.there, #menu a.there:visited {
	color: #FFFFFF;
}


/* SIDEBAR/WHAT'S NEW * * * * * * * * * * * */

/* typography */

#sidebar h1, #news h1 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

#sidebar h1 {
	color: #666633;
	}

#news {
	color: #996666;
	}

#news h1 {
	color: #666666;
	}

/* options */

a#print, a#send {
	color: #996666;
	display: block;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	vertical-align: middle;
	line-height: 20px;

	}


	
/*	padding-left: 35px;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	color: #000000;
	font-weight: normal;
	text-decoration: none; */
	
a#print:hover, a#send:hover {
	font-weight: normal;
	text-decoration: underline;
	}

a#print {
	width: 84px;
	}
	
td#print-bg {
	background: #FFFFFF url("../images/icon_print.gif") no-repeat left center;
	}

a#send {
	width: 55px;
	}
	
td#send-bg {
	background: #FFFFFF url("../images/icon_send.gif") no-repeat left center;
	}



/* FOOTER * * * * * * * * * * * */

#footer {
	color: #FFFFFF;
	font-size: 55%;
	line-height: 1.75em;
	}

#footer a, #footer a:active, #footer a:visited {
	color: #FFFFCC;
	}



/* MISCELLANEOUS * * * * * * * * * * * */

.white {
	color: #FFFFFF;
	}

.buttons {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND: #B27567;
	FONT-SIZE: 1em;
	COLOR: #FFFFFF;
	FONT-WEIGHT: bold;
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	}
    
.pdf {
	background: url("../images/pdf.gif") no-repeat left center;
	font-size: 1em;
	margin: 0;
	padding: 0;
	height: 14px;
	line-height: 14px;
	padding-left: 16px;
	}
	
#crumby {
	position: absolute;
	_top: 102px;
	_left: 195px;
	width: 546px;
	}

.validation {
    FONT-FAMILY: Verdana;
    FONT-SIZE: xx-small;
	COLOR: #B27567;
	FONT-WEIGHT: bold;
	}
