@charset "utf-8";
/* This CSS Document has been made to the glory of the Triune God: The Father, The Son and The Holy Spirit--creator of all that is seen and unseen! Praise be to His name, His love endures forever! */

body {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(../images/b.png);
	background-repeat: no-repeat;
	background-position: 99% 99%;
}

body h1, h2 {
	color: #666666;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
}
a[name] {
	color: inherit;
	text-decoration: inherit;
}

#header {
	background-color: #ffffff;
	height: 65px;
	background-image: url(../images/header-shadow.png);
	background-repeat: repeat-x;

}

#header-logo {
	/* position is offset by the header padding amount */
	position: absolute;
	left: 25px;
	top: 13px;
	z-index: 3;
}

#crit-nav {
	position:absolute;
	top:47px;
	width:auto;
	right: 25px;
	font-size: 1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color: #F9F9F9;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

#crit-nav a {
	color: #666666;
	text-decoration: none;
}

#crit-nav a:hover, #header-search-button:hover {
	color: #f20;
	cursor: pointer;
	border-top: 1px #f20 solid;
}

#header-items {
	/* position is offset by the header padding amount */
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
	display: inline;
	padding: 1em;
	background-image: url(../images/header-faq.png);
	background-repeat: no-repeat;
	background-position: 2px 0.5em;
	width: 50px;
}
#header-items a {
	color: #000;
	text-decoration: none;
	padding: 1em;
	font-size: 0.8em;
}
#header-items a:hover, #header-search-button:hover {
	color: #f20;
	cursor: pointer;
}
#header-items img {
	margin-right: 1px;
	width: 36px;
	height: 36px;
}

#nav {
	margin: 0;
	padding: 0;
	background-color: #F9F9F9;
	font-size: 0;
	height: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: outset;
	border-top-color: #CCCCCC;
	border-bottom-color: #666666;
}

#nav p {font-size: 10px;}

#content {
	margin-right: 40px;
	margin-left: 330px;
	margin-top: 2em;
	margin-bottom: 0em;
}
#content img {
}
#content img.noborder {
	margin: 0.7em;
}

#content img.centre {
	margin: 0.7em;
	border: 1px solid #999;
}

#content img.left {
	float: left;
	margin-right: 0.7em;
}
#content img.right {
	float: right;
	margin-left: 0.7em;
	margin-bottom: 0.5em;
}




#content h1 {
	color: #666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
}

#content h2 {
	color: #999999;
	font-size: 130%;
	padding-left: 0.2em;
}
#content h3 {
	font-size: 115%;
	padding-left: 0.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content h5 {
	padding-left: 0.7em;
}


#content h3 {

	color: #CCCCCC;
}

#content p, #content li, #content td, #content dd, #content dt {
	font: 80%/1.6em Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0.8em;
}

#content p.footer {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	margin-top: 1em;
	text-align: right;
}

#content blockquote {
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	background-color: #F9F9F9;
	margin-bottom: 0em;
	padding-top: 0em;
	margin-top: 0em;
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
}

#content a:link, #content a:active {
	color: #999999;
}

#content a:visited {
	color: #999999;
}

#content a:hover {
	border-bottom: 1px solid #000;
	color: #000;
}

#sidedrop {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 280px;
	margin-top: 2em;
	padding-right: 8px;
	border-right: 1px dotted #000000;
	background-color:#F9F9F9;
}

#sidedrop .boxa {
	margin-top: 0.5em;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0.5em;
	border-top: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	background-color: #FFFFFF;
}

#sidedrop .boxa h2 {
	padding-left: 1em;
	color: #666666;
	margin-bottom: -0.8em;
	padding-bottom: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
}

#sidedrop .boxa ul {
	list-style-type: none;
	margin-left: 1em;
	padding-left: 0;
}
#sidedrop .boxa ol {
	line-height: normal;
	list-style-type: lower-roman;
	list-style-position: outside;
}


#sidedrop .boxa li {
	font: 80%/1.4em Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0.5em;
	margin-top: 0.2em;
}

#sidedrop .boxa a:link, #sidedrop .boxa a:active {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #666666;
	padding-bottom: 1px;
}

#sidedrop .boxa a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px solid #666666;
	padding-bottom: 1px;
}

#sidedrop .boxa a:hover {
	color:#FF0000;
	text-decoration: none;
	border-bottom: 1px solid #FF0000;
	padding-bottom: 1px;
}

#sidedrop .boxa p {
	font: 80%/1.4em Verdana, Arial, Helvetica, sans-serif;
	padding-left: 1.5em;
}

#sidedrop .boxb {
	margin-top: 0.5em;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0.5em;
	border-top: 1px dotted #000;
	border-right: 1px dotted #000;
	border-bottom: 1px dotted #000;
	background-color:#999999;
}
#sidedrop .boxb li {
	font-size: 80%;
	line-height: 1.4em;
	margin-top: 0.2em;
	padding-left: 0.5em;
}
#sidedrop .boxb ol {
	list-style-type: none;
}



#sidedrop .boxb p {
	font: 80%/1.4em Verdana, Arial, Helvetica, sans-serif ;
	padding-left: 1.5em
}
#sidedrop .boxb ul {
	list-style-type: none;
	margin-left: 1em;
}


#sidedrop .boxb h2 {
	padding-left: 1em;
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #333333;
	margin-bottom: -0.6em;
	padding-bottom: 0;
}

#sidedrop .boxb a:link, #sidedrop .boxb a:active {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: solid #fff 1px;
}

#sidedrop .boxb a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: solid #fff 1px;
}

#sidedrop .boxb a:hover {
	color:#FFFFFF;
	padding-bottom: 1px;
	border-bottom: solid #fff 1px;
}

#sidedrop .boxc {
	margin-top: 0.5em;
	margin-left: 0;
	padding-left: 0;
	padding-right: 1em;
	padding-right: 1em;
	background-color:#000000;
	font-size: 80%;
	border-right: 1px dashed #999;

}

#sidedrop .boxc p {
	font: 80%/1.4em Verdana, Arial, Helvetica, sans-serif #FFF;
	padding-left: 1.5em;
	color:#333333;
}

#content .nav {
	text-align:center;
	font-weight: bold;
}

#content .nav a:hover {
	color: #000;
}
