/* Site Colors:
	#1A446C - blue grey
	#689DC1 - light blue
	#D4E6F4 - very light blue
	#EEE4B9 - light tan
	#8D0D19 - burgundy
*/

html { height: 100%; width: 100%; }
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
}
img { border: none; }
table, tr, td {
	border-collapse: collapse;
	vertical-align: top;
	font-size: 13px;
	line-height: 15px;
	color: #000;
}
#product_info {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	border: 1px solid #333333;
	font-weight: normal;
	font-size: 10px;
	vertical-align: text-top;
	padding-left: 2px;
	background-color: #CCCCCC;
}
a {
	color: #666666;
}

#header {
	height: 83px;
	margin: 0px;
	text-align: left;
	color: #FFFF99;
	background-color: #1A446C;
	background-image: url(../Images/Temp/bg.png);
	background-repeat: repeat-x;
	word-spacing: 0.2em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#header a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF99;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#header h1 { padding: 1em; margin: 0px;}
#main {
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 100%;
}
#structure {
	width: 100%;
	height: 100%;
}
#footer {
	height: 6em;
	text-align: left;
	color: #D4E6F4;
}

/* Navigation */
#navigation {
	width: 200px;
	color: #D4E6F4;
	background-color: #113257;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0.4em;
	height: 100%;
	text-align: left;
	margin-left: 0px;
}
#navigation a {
	color: #D4E6F4;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
ul.subjects {
	padding-left: 0;
	list-style: none;
	text-align: left;
	margin-left: 3px;
}
ul.pages {
	padding-left: 1em;
	list-style: square;
	margin-left: 5px;
	font-size: 11px;
}
.selected { font-weight: bold; }

/* Page Content */
#page {
	padding-left: 2em;
	vertical-align: top;
	background-color: #FFFFFF;
}
#page h2 {
	color: #333333;
	margin-top: 1em;
}
#page h3 {
	color: #666666;
}
breadcrumbs a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
}
