 /*	AnswerNet Network Site Styles
	Controls layout and design of entire site.
	Version: 1.0 20050805

	Note to webdevs: #<classname> affects
*/
body { margin: 0px; padding: 0px; background-color: #F9F9F9;}
img { border-width: 0; }

/* Page specific elements */
#navbar { margin: 0; padding: 0; width: 770px;}
#navbarsub { background-image: url(images/navbar-sub/bg.gif) ; overflow: hidden; }
#content {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4em;
	background-image: url(images/contentBG.jpg);
	background-repeat: repeat-x;
	width: 602px;
	border-left: 1pt solid gray;
	padding-top: 16px;
	padding-left: 16px;
	border-top-width: 0;
	list-style-image: url(images/bullet.gif);
	color: #454545;
}
#contentTopNav {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4em;
	background-image: url(images/contentBG.jpg);
	background-repeat: repeat-x;
	width: 770px;
	border-left: 1pt solid gray;
	padding-top: 16px;
	padding-left: 16px;
	border-top-width: 0;
	list-style-image: url(images/bullet.gif);
	color: #454545;
}
.contentHeading { color: #006; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-style: normal; line-height: normal; background-color: #ccc; margin-bottom: 19px; padding: 1px 3px 2px; }
.contentTitle { padding-left: 12px; margin-top: 20px; font: small-caps bold 16px Verdana, Arial, Helvetica, sans-serif; color: maroon; display: block}
#footerBorder { line-height: 12px; background-image: url(images/bottomBar.jpg); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; }
#footer { color: white; font: bold 12px Verdana, Arial, Helvetica, sans-serif; background-color: #039; margin: 0; padding: 7px; }
#copyright { font: bold small-caps 11px Verdana, Arial, Helvetica, sans-serif; color: #FC0; }
#footer a { color: #CCC; background-color: #039; }
#footer a:hover { color: #FFF; font-weight: bold; }
#navigation {  text-align: center; }
.footernav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #06356D;
}
a{
	color: #0F4281;
	text-decoration: underline;
}

a:link{
	color: #0F4281;
	text-decoration: underline;
}

a:visited{
	color: #7156A9;
	text-decoration: underline;
}

a:hover{
	color: #800000;
	text-decoration: underline;
}
.smallpicture {
	border: 1px solid #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	vertical-align: middle;
	margin: 2px;
	padding: 2px;
	color: #06356D;
}
.more {
	display: none; }
a.showLink, a.hideLink {
	text-decoration: none;
	color: #36f;
	padding-left: 8px;
	background: transparent url('images/down.gif') no-repeat left; }
a.hideLink {
	background: transparent url('images/up.gif') no-repeat left; }
a.showLink:hover, a.hideLink:hover {
	border-bottom: 1px dotted #36f; }