/* ---------------------------------------------------------- */
/* FONTS */
/* ---------------------------------------------------------- */
blockquote {	font: normal 1.5em Times-Roman,serif; font-style:italic; }
body {			font: normal 62.5% Verdana,Tahoma,sans-serif; }
input {			font: normal 1.1em Verdana,Tahoma,sans-serif; }
.title h1 {		font: normal 3.4em Verdana,Tahoma,"Trebuchet MS",sans-serif; }
.pagetitle {	font: bold 1.4em Verdana,Tahoma,"Trebuchet MS",sans-serif; }
#navigation {	font: bold 1em Verdana,Tahoma,sans-serif; }
#nav {			font: bold 1em Verdana,Tahoma,sans-serif; }



/* ----------------------------------------------------------
BASIC TAGS
------------------------------------------------------------- */
* { margin: 0; }

p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
h1,h2,h3 {
	padding-top: 6px;
}
blockquote {
	display: block;
	padding: 0px 24px 0px 24px;
}


/* ---------------------------------------------------------- */
/* Container */
/* ---------------------------------------------------------- */
#ContentContainer {
	margin: 0px;/* auto;*/
	padding: 0px;
	width: 780px;
	border-left-style: solid;
	border-right-style: solid;
	border-color: #FFF;
	border-width: thin;
	text-align:left;
}

/* ---------------------------------------------------------- */
/* header */
/* ---------------------------------------------------------- */
#header {
	height: 90px;
	width: 780px;
	margin: 0;
	padding: 0; 
	text-align: center;
	vertical-align:middle;
}


/* ---------------------------------------------------------- */
/* title */
/* ---------------------------------------------------------- */

.pagetitle 
{
	padding: 12px 10px 10px 20px;
	float:right;
	width: 68%;
	text-align:left;
}
.title 
{
	margin-top: 18px;
}


/* ---------------------------------------------------------- */
/* navigation used for horizontal nav under header (if wanted)*/
/* ---------------------------------------------------------- */
#navigation {
	height: 100%; /* 24px; */
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#navigation a {
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 24px;
	background-repeat:repeat-y;
}


/* ---------------------------------------------------------- */
/* main */
/* ---------------------------------------------------------- */
#main 
{
	clear: both;
}


/* ---------------------------------------------------------- */
/* left-hand side nav/content */
/* ---------------------------------------------------------- */
.sidenav {
	float: left;
	width: 218px;
	margin-right: 0px;
}
.sidenav h1 {
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	font-size: 1.2em;
	height: 22px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
.sidenav li a {
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.contentBox {
	padding: 10px 10px 10px 10px;
	margin: 0px;
	text-align:justify;
}


/* ---------------------------------------------------------- */
/* content */
/* ---------------------------------------------------------- */
.content {
	padding: 12px 10px 10px 20px;
	float: right;
	width: 68%;
	clear:both;
}
.content .descr {
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 25px;
}


/* ---------------------------------------------------------- */
/* footer */
/* ---------------------------------------------------------- */
.footer {
	font-size: 1.1em;
	line-height: 24px;
	margin: 0 auto;
	padding: 30px 10px 0px 0px;
	vertical-align:middle;
}
.footer a {
	text-decoration: none;
	vertical-align:middle;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .left, .footer .right {padding: 0 12px;}


/* ---------------------------------------------------------- */
/* misc */
/* ---------------------------------------------------------- */
.floatLeft {float: left;}
.floatRight {float: right;}
.allClear { clear: both; }


/* ---------------------------------------------------------- */
/* FAQ */
/* ---------------------------------------------------------- */
.Question {			font: normal 1.2em Verdana,Tahoma,sans-serif; }
.Answer {			font: normal 1.2em Verdana,Tahoma,sans-serif; }

.Question
{ 
	padding-bottom: 6px; 
	padding-top: 6px; 
}

.Answer
{
	padding-bottom: 6px;
	text-align:justify;
	display:none;
}
.Group
{
	text-decoration:none;
	font-size:1.2em;
	padding: 10px 0px 12px 0px;
}