/* set body properties */
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 20px;
}

/* set image properties */
img {
	margin: 0px 10px;
	border: 2px solid #000000;
}

/* set table cells padding, font */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
}

/* Set iis link psoition */
#iislink
{
	margin: auto;
	position: absolute;
	top: 5px;
	right: 5px;
}

#iislink A
{
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

#iislink A:hover
{
	color:#990000;
}

/* Set container for whole site */
#container
{
	width: 96%;
	margin: auto;
	background-color: #336600;
	border: 3px double #336600;
}

/* Set top */
#top
{
	background-color: #FFFFFF;
	border-bottom: 1px solid gray;
	margin: 0px;
	padding: 0px;
	background-image: url(images/wbqr_logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: auto;
}

/*Set h1 in top */
#top h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #000000;
	margin: 0px 130px;
	text-align: center;
	font-weight: bold;
}

/* Set h2 in top */
#top h2
{
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-style: italic;
	color: #999999;
	margin-left: 450px;
	margin-right: 20px;
}

/* Set leftnav */
#leftnav
{
	float: left;
	width: 160px;
	margin: 0px;
	padding: 10px;
}

/* set p in leftnav */
#leftnav p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	font-weight: bold;
	margin: 0px 0px 10px;
	padding: 0px;
}

/* Set link in leftnav */
#leftnav A
{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #336600;
	font-weight: bold;
	border: 1px solid #336600;
	padding: 2px 5px 2px 5px;
}

/* Set link hover in leftnav */
#leftnav A:hover
{
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	background-color: #234600;
}

/* Set content */
*>#content
{
	margin-left: 180px;
	border-left: 1px solid gray;
	padding: 20px;
	background-image: url(images/wbqr_logo_trans.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #E6E6E6;
	min-height: 600px;
	float: none;
}
*html #content
{
	margin-left: 160px;
	border-left: 1px solid gray;
	padding: 20px;
	background-image: url(images/wbqr_logo_trans.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #E6E6E6;
	height: 600px;
	float: none;
}

/* Set h2 in content */
#content h2 {
	margin-bottom: 10px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
}

/* Set h3 in content */
#content h3 {
	margin-bottom: 10px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	text-align: justify;
}

/* Set paragraph in content */
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
}

/* Set list in content */
#content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: justify;
	margin-bottom: 0px;
}

/* Set links in content */
#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #000099;
	text-decoration: none;
}
/* Set links hover in content */
#content a:hover {
	color: #990000;
	text-decoration: underline;
}

/* Set Footer */
#footer
{
	margin: 0px;
	padding: 0px;
}

/* Set h3 in footer */
#footer h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

/* set p in footer */
#footer p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin: 5px;
	padding: 0px;
	color: #FFFFFF;
	display: none;
}

/* Set links in footer */
#footer A
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	display: inline;
	width: auto;
	margin: 0px;
	padding: 0px;
}
/* Set links hover in footer */
#footer A:hover
{
	color: #FFFF00;
	text-decoration: none;
	background-color: #336600;
	border-color: #336600;
	display: inline;
	width: auto;
}

/* make a class to style the input boxes */
.inputbox
{
	color: #333333;
	border: 3px double #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFF99;
	font-weight: bold;
}

/* make a class to style the form buttons */
.submitbutton
{
	color: #FFFFFF;
	border: 3px double #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #333333;
	font-weight: bold;
}

/* make a box */
.box
{
	border: 4px double #666666;
	width: 380px;
	padding: 20px;
	margin-left: 50px;
	background-color: #CCCCCC;
}

/* make a blue bar */
.topcolor
{
	height: 27px;
	background-image: url(images/topcolor.gif);
	background-repeat: repeat-x;
}

/* make a grey bar */
.bottomcolor
{
	height: 28px;
	background-image: url(images/bottomcolor.gif);
	background-repeat: repeat-x;
}

/* top right pic */
*>.topimage
{
	background-image: url(images/topimages.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0px;
	padding: 0px;
	min-height: 80px;
}
*html .topimage
{
	background-image: url(images/topimages.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0px;
	padding: 0px;
	height: 80px;
}

.sitenav{
	width:160px;
}

.sitenav ul ul li {
	margin-left: -35px;
	list-style-type: none;
	background-image: url(images/inarrow.gif);
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left center;
}
.sitenav li {
	margin-left: -40px;
	margin-right: 0px;
	list-style-type: none;
	width: 130px;
}
.expand {
	background-image: url(images/downarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
