/* COLORS
Olive: #403b27
Tan: #675b47
*/

/* BODY */

a:active {color: #ffffff; text-decoration: underline;}
a:link {color: #ffffff; text-decoration: underline;}
a:visited {color: #ffffff; text-decoration: underline;}
a:hover {color: #ffffff; text-decoration: none;}

body {	
				background: #403b27 url(images/bg-brushes.jpg) no-repeat 0px 0px;
				margin: 0;
				padding: 0;
				color: #CCCCCC; 
				font-family: Book Antiqua, georgia, ms sans serif, arial, times new roman; 
				font-size: 10pt;
}

img {
				border: 0;
}

.header {
				height: 84px;
				white-space:nowrap;
}

.blktanbar {
				background: url(images/bg-blkandtan-13x30p.png) repeat-x top;
				width: 100%;
				height: 30px;
}

.headername {
				width: 935px;
				padding: 0;
}

.headeremail {
				text-align: right;
				padding: 0 10px 0 0;
}

.main-1 {
				background: url(images/bg-greenfade.png) repeat-y left top;
				width: 100%;
				min-height: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				z-index: -1;
}

.main-2 {
				background: url(images/bg-greenfade-vertical.png) repeat-x left top;
				width: 100%;
				height: 100%;
				min-height: 100%;
				position: relative;
				top: 0;
				left: 0;
				z-index: -1;
}

#menu {
				background: url(images/sidebar-bg.png) no-repeat top;
				width: 164px;
				height: 413px;
				position: absolute;
				top: 86px;
				left: 0;
}

#menu ul {
				list-style-type: none;
				padding: 0;
				margin: 0;
				width: 163px;
}

#menu ul li {
				padding: 10px;
				vertical-align: middle;
}

#menu ul li img {
				margin-top: 4px;
}

#menu ul li:hover {
				background: url(images/bg-40percent.png);
				
}

.contentblock {
				min-width: 1000px;
				width: 82%;
				position: relative;
				top: 25px;
				left: 190px;
				padding-bottom: 25px;
}

#innercontent {
				border: 5px solid #675b47;
				background: #403b27 url(images/olive-403b27.jpg);
				color: #fff;
				font-family: Trebuchet MS, Verdana, Book Antiqua, georgia, ms sans serif, times new roman, arial; 
				font-size: 11pt;
				width: 100%;
				padding: 0;
				overflow:hidden;
}

#innercontent p {
				margin: 20px;
				text-align: left;
}

.indent {
				margin-left: 10pt;
				display: block;
				font-size: 10.5pt;
}

.title {
				font-weight: bold;
}

.introblock {
				background: url(images/gwash.jpg) no-repeat center;
				width: 800px;
				height: 600px;
				position: relative;
				margin-left: auto;
				margin-right: auto;
}

.qblock {
				position: relative;
				top: 10px;
}

.nxt {
				position: relative;
				top: 50px;
				left: 19px;
}