body {
	background-color: #FFFFF0;
	margin: 0px;
	padding: 0px 0px 5px 0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

td {
	vertical-align: top;
	text-align: left;
	padding-right: 5px;
}

a:link, a:visited, a:active  {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
p {
	margin-top: 0px;
	margin-bottom: 8px;
}

h1 {
	font-family: 'Times New Roman', Times, serif;
	font-size: 28px;
	font-style: italic;
	font-weight: normal;
	color: #CC3300;
	margin-bottom: 8px;
}

h2 {
	font-family: 'Times New Roman', Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #CC3300;
	margin-bottom: 8px;	
}

h3 {
	font-family: 'Times New Roman', Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	margin-bottom: 8px;	
}

hr {
	color: #7FBDE6;
	background-color: #7FBDE6;
	margin: 8px 0px;
	padding: 1px 0px;
	height: 2px;
	border: 0px none #7FBDE6;
}

#wrapper {
	width: 780px;
	margin: 5px auto 5px auto;
	padding: 0px;
	text-align: center; /* workaround for IE */
}

/* available width: 720px */
#inner-wrapper {
	float: left;
	border: 10px solid #7FBDE6;
	background-color: #FFFFFF;
	padding: 20px;
}

#header {
	float: left;
	width: 100%;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 4px solid #666666;
}
#header h1 {
	font-size: 12px;
	font-weight: normal;
	color: #767676;
	font-family: 'Times New Roman', Times, serif;
	font-style: normal;
	letter-spacing: 1px;
	margin: 2px 0px 8px 0px;
}

#footer {
	clear: both;
	background-color: #EEEEEE;
}


#container{
	width: 720px;
	margin-top: 10px;
	padding: 0px;
	float: left;
	text-align: left;
}

#left-pane{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 270px;

	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666666;
}


#right-pane{
	float: left;
	margin-left: 25px;
	width: 425px;
}

#center-pane {
	float: left;
	width: 720px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#menu {
	padding: 5px;
	background-color: #7FBDE6;
}

#menu a {
	display: block;
	padding: 2px 5px;
	border-left: 1px solid #FFFFFF;
	margin-left: 31px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;		
}

#menu a:link, #menu a:visited, #menu a:active  {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #7FBDE6; 
	background-color: #FFFFFF;
	/*text-indent: 10px;*/
}
/*
#menu a:hover:before {
	content: '\BB\BB';
}
*/

.greyblock {
	display: block;
	height: 32px;
	line-height: 32px;
	padding-left: 48px;
	padding-right: 5px;
	background: #CCCCCC url("../images/h1bg.gif") no-repeat left;
	color: #000000;
	margin-top: 0px;
}

#pageheader {
	width: 425px; 
	height: 170px;
	background:#E8F3FB url("../images/pageheader.jpg") no-repeat top left;
}
#pageheader td {
	padding: 5px 10px 5px 210px;
}
#pageheader h1 {
	color: #FFFFFF;
	margin-top: 0px;
}

.samples {
	display: block;
	height: 60px;
	line-height: 30px;
	text-indent: 10px;
	font-family: 'Times New Roman', Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	background-color: #7FBDE6;
	background-image: url(/images/samples2.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.samples:link, .samples:visited, .samples:active {
	color: #FFFFFF;
	text-decoration: none;
}
.samples:hover {
	color: #CC3300;
	text-decoration: none;
}

.hidden {
	display: none;
}
