/* Stylesheet for PC */


/* MainPage */
.body {font-size: 12px; font-family: Verdana; color: #000000; line-height:17px}
.header {font-size: 14px; font-family: Verdana; color: #C18B3F; font-weight:bold}


.listlink:hover { color:#17730D }


/* Article subheading font, slightly larger than article*/
.articletitle{font-size: 15px; font-family: Verdana; color:#f96106; line-height: 17px; font-weight:bold}


/* Picture Captions */
.caption {font-size: 9.5px; font-family: Verdana; color: #000000}
#captionlink {font-size: 9.5px; font-family: Verdana; color: #eeeeee}
#captionlink a:link{font-size: 9.5px; font-family: Verdana; color: #eeeeee; text-decoration: none}
#captionlink a:visited{font-size: 9.5px; font-family: Verdana; color: #eeeeee; text-decoration: none}

/* Main page questions and topic headings */
.question {font-size: 12px; font-family: Verdana; color: #000000}

/* Article Headline font, blue */
.headline {font-size: 15px; font-family: Verdana; color: #4a59c4}

/* Article Headline font for printer version, black */
.headline2 {font-size: 15px; font-family: Verdana; color: #000000}

/* Article Headline font, orange, used for links headings */
.headline3 {font-size: 15px; font-family: Verdana; color: #f96106}

/* Article Headline font, brown, used for bereavement headings */
.headline4 {font-size: 15px; font-family: Verdana; color: #C89E74 ;font-weight:bold}

/* Title Text for printer version, black */
.printTitle {font-size: 14px; font-family: Verdana; color: #000000}

/* Article body font, slightly larger than body */
.article {font-size: 12px; font-family: Verdana; color: #000000; line-height: 17px}

/* Article subheading font, slightly larger than article*/
.title{font-size: 13px; font-family: Verdana; color: #5981BF; line-height: 17px; font-weight:bold}

/* Q & A Question*/
.ques{font-size: 13px; font-family: Verdana; color: #f96106; line-height: 17px; font-weight:bold}

/* Q & A Answer*/
.answ{font-size: 13px; font-family: Verdana; color: #4a59c4; line-height: 17px; font-weight:bold}

/* Slightly smaller article text */
.subart {font-size: 10px; font-family: Verdana; color: #000000; line-height: 17px}

/* Article Headline font, blue */
.headline2 {font-size: 15px; font-family: Verdana; color: #000000; line-height: 18px}

/* Registration body font, slightly larger than body */
.reg {font-size: 11px; font-family: Verdana; color: #000000; line-height: 16px}

textarea.id {font-size: 12px; width: 400px; font-family: Arial; border-style: solid; color: #4470A6; border-color: #bbbbbb; border-width: 1px}

#sectiontitle
{font-size: 13px;
font-weight: bold;
font-family: verdana;
}

#sectiontitle a:link
{color: #C89E74;
text-decoration: underline;
}
#sectiontitle a:visited
{color: #C89E74;
text-decoration: underline;
}
#sectiontitle a:hover
{color: #A57443;
text-decoration: underline;
}

#menu2 
{
	font-family: Verdana;
	font-size: 12px;
	border-bottom: 0px solid #ffffff;
	border-top: 0px solid #ffffff;
	display: block;
	padding: 4px 3px 1px 9px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #7293C9;
	color: #FDF682;
	width: auto;
	line-height: 13px;
	font-weight:bold;
}
#menu 
{
	font-family: Verdana;
	font-size: 12px;
	border-bottom: 0px solid #90B6F4;
	border-top: 0px solid #ffffff;
	display: block;
	padding: 2px 0px 8px 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #7293C9;
	color: #ffffff;
	width: auto;
	line-height: 13px;
	font-weight:bolda;
}
#menu a:link 
{
	border-bottom: 0px solid #ffffff;
	border-top: 0px solid #90B6F4;
	color: #ffffff;
	display: block;
	padding: 4px 3px 4px 9px;
	text-decoration: none;
	width: auto;
}

#menu a:visited 
{
	border-bottom: 0px solid #ffffff;
	border-top: 0px solid #90B6F4;	
	display: block;
	padding: 4px 3px 4px 9px;
	color: #ffffff;
	text-decoration: none;
	width: auto;
}
#menu a:hover {
	border-bottom: 0px solid #ffffff;
	border-top: 0px solid #90B6F4;
	display: block;
	padding: 4px 3px 4px 9px;
	text-decoration: underline;
	background-color: #7293C9;
	color: #ffffff;
	width: auto;
}

/* =Forms
---------------------------------------------------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

#form1 {
	border: 1px solid #f96106;
	padding: 10px;
	width: 410px;
}

#form2 {
	border: 1px solid #f96106;
	padding: 10px;
	width:190px;
	float: left;

	
}
#form3 {
	border: 1px solid #f96106;
	padding: 10px;
	width:190px;
	float: right;
	z-index: 1;
	
}
form .input-1 {
	background: #efefef;
	border: 1px solid #f96106;
}

#form1 td {
	padding: 3px 2px 3px 2px;
}

#form1 td span.label {
	/*color: #b86609;*/
	font-size: 12px; font-family: Verdana; color: #000000; line-height: 17px;
}

.validation {
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}

.asterisk {
	font-size: 11px;
	color: #ff0000;
	font-weight: bold;
}

