/* CSS Document */

BODY {
	text-align: center;
	background-image: url(tile.jpg);
	background-repeat:repeat;
	background-color: #999999;
	margin-top: 20px;
}

A.footer {
	color: #AAAAAA;
  	text-decoration: none;
}

A.footer:hover {
  color: #AAAAAA;
  text-decoration: underline;
}

TD.content {
	padding-right: 20px;
	padding-left: 10px;
}

A.header-nav {
  color: #222222;
  text-decoration: none;
}

A.header-nav:hover {
  /*color: #AABBDD;*/
  text-decoration: underline;
}

H1 {
	color: #600000;
	text-align: left;
	font-size: 26px;
}

H2 {
	color: #600000;
	text-align: left;
}

P.intro {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	font-weight: bold;
 	text-align: left;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align: left;
}

TD.flowchart-text {
	font-family: "Times New Roman", Times, serif;
	color: #600701;
	font-size: 16px;
	font-variant: small-caps;
}


TD.sidenav-header {
	background: url(sidenav-head.jpg) no-repeat top left;
	height: 72px;
	width: 209px;
	font-family: "Times New Roman", Times, serif;
	color: #ffff84;
	font-size: 28px;
	font-variant: small-caps;
}

A.sidenav-item {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #473f31;
	text-align: left;
	vertical-align: text-bottom;
	font-weight: bold;
	text-decoration: none;
}

TD.sidenav-item {
	padding-left: 28px;
	text-align: left;
	vertical-align: text-bottom;
}

A.sidenav-subitem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #50442f;
	text-align: left;
	vertical-align: text-bottom;
	font-weight: lighter;
	font-style: oblique;
	text-decoration: none;
}

TD.sidenav-subitem {
	padding-left: 37px;
	text-align: left;
	vertical-align: text-bottom;
}

.sidenav-body {
	background:url(sidenav-body.jpg); 
	background-repeat: repeat-y;
	width: 209px;
}

.sidenav-footer {
	background:url(sidenav-footer.jpg); 
	background-repeat:no-repeat;
	width: 209px;
}

TABLE.main {
	border: 1px solid #000000;
	background: url(personal-portraits-header.jpg) no-repeat top left;
	width: 700px;
	height: 200px;
	background-color: #FFFFAA;	
}

TD.header {
	width: 560px;
	height: 198px;
	valign : bottom;
	vertical-align: text-bottom;
}

TD.seperator {
	background: url(seperator.jpg) repeat-x top left;
}

TR.footer {
	width: 100%;
	height: 25px;
	background-color: #600000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* copy-pasted from the other doc. */
TR.sizes {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFAE;  
}

TABLE.sizes {
	border-collapse: collapse;
}

TD.sizes, TH.sizes, TD.sizesFooter {
	border: 1px solid #FF00FF;
	/*vertical-align: baseline;*/
	border-color: #999999;
}

TD.sizesFooter {
	background-color: #0000FF;	
}

SPAN.sizesFooterOrder {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

SPAN.sizesFooterCustomSize {
	color: #FFFFFF;
	font-style: italic;
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

TH.sizes {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #00FFFF;
}