@charset "utf-8";

/* CSS Document */







body



#html, body {

	font-family: "Times New Roman", Times, serif;

	background: #efeceb;

	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	margin:0 auto;

	padding: 0;

	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

	color: #000000;

	margin-right: 5pt;

	margin-left:5pt;

	

	height:100%;

}

p {

	margin:0;

	padding: 0;

	text-align:justify;

}

h1 {

	font-family:Lucida Grande, Lucida Sans Unicode, sans-serif;

	color:#8d8c8c;

	margin-bottom:0;

	padding-bottom:0;

}

.h1redbar {



	font-family:Lucida Grande,Lucida Sans Unicode,  sans-serif;

	color:#8d8c8c;

	font-size:28px;

	font-weight:bolder;

	

	

}

h2, h3 {

	font-family:Lucida Grande, Lucida Sans Unicode, sans-serif;

	color:#c7a139;

}

.redbar {

/*background-color:#BF0210;

	text-align:center;

	vertical-align:top;

	width:648;*/

	

}

#container {

	width: 695px;  /* this will create a container 80% of the browser width */

	background: #FFFFFF;

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

	border: 1px solid #000000;

	text-align: left; /* this overrides the text-align: center on the body element. */

	vertical-align:top;

	z-index:-1;

}

.twoColHybRtHdr #header {

	background: #FFFFFF;

	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

}

.twoColHybRtHdr #header h1 {

	font:Lucida Grande, Lucida Sans Unicode, sans-serif;

	color:#EFECEB;

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}

h3sidebar, .psidebar {

	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */

	margin-right: 10px;

}

.h3sidebar, .h2sidebar {

	color:#8d8c8c;

	text-align:center;

}

/*hyperlinks*/

a:link {

	color: #BF0210;

	text-decoration: none;

}

a:visited {

	color: #D14103;

	text-decoration: none;

}

a:hover {

	color: #c14030;

}

#apDiv1 {

	position:relative;

	left: 0px;

	top:0px;

	width:285px;

	height:229px;

}

#apDiv3 {

	position:relative;

	left:230px;

	top:-90px;

	width:69px;

	height:69px;

}

.divmain {

	width: 695px;  /* this will create a container 80% of the browser width */

	text-align: left; /* this overrides the text-align: center on the body element. */

	vertical-align:top;

	position:relative;

	top:0px;/*left:10%;*/

	}

#apdiv2 {

	width: 695px;  /* this will create a container 80% of the browser width */

	background: #FFFFFF;

	text-align: left; /* this overrides the text-align: center on the body element. */

	vertical-align:top;

	position:absolute;

	z-index:0;

	top:-4px;

	/*left:10%;*/

	margin:auto;

}

#images {

	position:relative;

	z-index:1;

	

	left: 420px;

	top:53px;

	width:270px;

	height:120px;

}

.menu {

	width: 695px;

	text-align: left;

	vertical-align:bottom;

	position:relative;

	z-index:3;

	background:#ffffff;

	

}

.qafont

{

	color:#bc9732;

}

/*righttooltip*/	

		a:hover {

	background:transparant;

	text-decoration:none;

	text-align: right;

} /*BG color is a must for IE6*/

a.tooltip span {

	display:none;

	padding:2px 3px;

	margin-left:8px;

	width:200px;

}

a.tooltip:hover span {

	display:inline;

	position:absolute;

	background:white;

	border:1px solid #cccccc;

	color:#000000;

}



a.lefttooltip span {

	display:none;

	padding:2px 3px;

	margin-left:8px;

	width:200px;

}

a.lefttooltip:hover span {

	display:inline;

	position:absolute;

	background:white;

	border:1px solid #cccccc;

	color:#000000;

}

ul{

	width:420px;

    padding: 0px;

    margin: 0px;
	

}



ul li{

    margin: 2px 0 8px 0px;

    padding: 0 0 0 0px;
	
	margin-left:8px;

}

