﻿/* Stylesheet for Writing for Results Site V1.0 JPK September 24, 2009 */

/* General Style */

body {
	background-color: #cccccc;
	margin-top: 15px;
}
.page_area	{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
ul	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-style: normal;
	color: black;
	text-decoration: none;
	background-color: transparent;
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: square;
	text-align: left;
	padding-left: 15px;
}
ol	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-style: normal;
	color: black;
	text-decoration: none;
	background-color: transparent;
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: square;
	text-align: left;
	padding-left: 15px;
}
img	{
	border: 0px;
}
a:link, a:active, a:visited {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	line-height: 18px;
	color: #CC0000;
}
a:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;	
	line-height: 18px;
	text-decoration: underline;
	color: #CC0000;
}
.banner {
	height: 95px;
	padding: 0px;
	background-color: white;
	border-bottom: 1px;
	border-bottom-color: #CC0000;
	border-bottom-style: solid;
	background-image: url('../images/main-header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
.menu_area {
	height: 20px;
	padding: 10px;
	background-color: white;
	text-align: center;
}
a.menu:link, a.menu:active, a.menu:visited  {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #666666;
}
a.menu:hover {
	font-family: Verdana, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 13px;
	text-decoration: underline;
}
.mainpanel {
	float: left;
	width: 460px;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 20px;
	background-color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: black;
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: square;
}
.sidepanel {
	float: right;
	width: 200px;
	padding: 20px;
	background-color: white;
}
.sidepanel_content	{
	background-color:#FFFFCC;
	padding: 15px;
	padding-top: 5px;
	border: 1px;
	border-color: #CC0000;
	border-style: solid;
	font-family: Verdana, Helvetica, sans-serif;	
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
	color: black;
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: square;
}
.footer {
	width: 760px;
	height: 25px;
	text-decoration: none;
	padding-top: 5px;
	background-color: white;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: black;
	font-size: 10px;
}
a.footer_wording:link, a.footer_wording:active, a.footer_wording:visited {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: black;
	font-size: 10px;
	text-decoration: none;
}
a.footer_wording:hover {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CC0000;
	font-size: 10px;
	text-decoration: underline;
}
.bottompanel {
	float: left;
	height: 57px;
	width: 760px;
	padding: 0px;
	padding-top: 0px;
	background-color: white;
	background-position: 0px bottom;
	background-image:url('../images/footer.gif');
	background-repeat:no-repeat;
}
h1	{
	font-family: Verdana, Helvetica, sans-serif;
	color: #CC0000;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	text-decoration: none;
}
h2	{
	font-family: Verdana, Helvetica, sans-serif;
	color: #CC0000;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
}
