body {
	/* Sets page content to start 172px from the top to clear NavBar */
	margin: 2px 0px 36px 4px;
	padding: 0px;
}

/* Font Family for entire Document */
body, td, div, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
}

/* Headings */
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	margin: 10px 0px 16px;
	color: #663333;
	font-size: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	padding: 3px 3px 3px 0px;
}
h2 {
	margin: 5px 5px 5px 0px;
	color: #999999;
	font-size: 20px;
	padding-bottom: 4px;
	padding-top: 2px;
	padding-left: 0px;
}
h3 {
	margin: 5px 0px 0px;
	color: #000000;
	font-size: 13px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	padding: 3px 3px 3px 0px;
	font-weight: normal;
}


/* Main Contant Area */

#mncontent {
	padding: 10px 20px 5px;
	font-size: 14px;
	margin: 8px;
}

#header {
	margin-bottom: 0px;
	padding-bottom: 5px;
	background-repeat: repeat-x;
	text-decoration: line-through;
}

#mncontent a:link {
	color: #666699;
}
#mncontent a:visited {
	color: #666666;
}
#mncontent a:hover, #mncontent a:active {
	color: #0066CC;
}

#subscribe {
	margin-left: 1em;
	margin-right: 1em;
}

/* Right Sidebar */
#rsidebar {
	width: 140px;
	font-size: 10px;
	background-color: #99CCCC;
	margin-right: 4px;
	padding-right: 4px;
	margin-top: 2px;
	padding-top: 2px;
	line-height: 1em;
	padding-left: 5px;
	margin-left: 1em;
}

#rsidebar p {
	margin: 0px 0px 12px;
}

#rsidebar h5 {
	margin: 3px 0px 5px;
	padding: 3px 0px 2px 0em;
}
/* The UL rule Double Comment Markers make it invisible to Netscape 4 which does not support the properties used */
#rsidebar ul {
	list-style-type: none;
	list-style-image: url(/images/arrw_grn.gif);
	margin-left: 1em;
}

#rsidebar a:link {
	color: #000000;
	text-decoration: none;
	padding-bottom: 2px;
	font-weight: normal;
	list-style-type: circle;
}
#rsidebar a:visited {
	color: #000000;
	text-decoration: none;
}

#rsidebar a:hover, #sidebar a:active  {
	color: #C08181;
}

/* left Sidebar */
#sidebar {
	width: 140px;
	font-size: 11px;
	line-height: 1.2em;
	background-color: #E1E1E1;
}

#sidebar p {
	margin: 5px 0px 12px;
}

#sidebar a:link {
	color: #333399;
	text-decoration: none;
	padding-bottom: 2px;
	font-weight: normal;
}
#sidebar a:visited {
	color: #333399;
	text-decoration: none;
}
#sidebar a:hover, #sidebar a:active  {
	color: #C08181;
}


/* NavBar */
#navbar p {
	margin: 0;
}

/* Middle Column for Vertical Page Rule */
#midcolumn {
	width: 7px;
	background-image:   url(images/pnVrule.gif);
	margin: 1px;
	padding: 1px;
}

/* Middle Column for right sideVertical Page Rule */
#rmidcolumn {
	width: 7px;
	background-image:   url(/images/pnVrule.gif);
	margin: 1px;
	padding: 1px;
}

/* Footer Area */
#footerTbl { /* Provides offset from the main table */
	margin: 24px 0px 0px 0px;
}
#footer {
	font-size: 12px;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6600;
}
#footer p {
	margin: 0px;
}
#footer a:link {
	color: #6699CC;
}
#footer a:visited {
	color: #6699CC;
}
#footer a:hover, #footer a:active {
	color: #D34141;
}


/* Describes the Layer that holds the Skip Nav Link */
/*see accessibility section */
#skipnav {
	position: absolute;
	top: 0px;
	left: 0px;
}
/* The UL rule Double Comment Markers make it invisible to Netscape 4 which does not support the properties used */
ul {
	margin-left: 1em;
	padding-left: 1em;
	list-style-image:  url(images/sqbullet.gif);
	margin-top: 0px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 2px;
	list-style-position: outside;
}

.weblog {
	padding-bottom: 4px;
	border-bottom:1px solid #999999;
	margin-top: 8px;
	margin-bottom: 5px;
}

#headlines{
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 6px;
}
.horline{
	border-bottom: 1px solid #Cccccc;
	margin: 20px 0px 10px;
}
.question {
	font-size: 16px;
	color: #660000;
	font-weight: bold;
}
.answer {
	font-size: 16px;
	color: #006600;
	font-weight: bold;
}
