body {
background:; 
color: #CCCCCC;
font-family:Arial, Geneva, Helveltica;
font-size: 14px;
margin-left:; margin-right:;
}

table {
background:; 
color: #FFFFFF;
font-family:Arial, Geneva, Helveltica;
font-size: 14px;
margin-left:; margin-right:;
}

/*scrollbar color and look*/
/*dont want colorful scrollbar right now
scrollbar-arrow-color: CCCCCC; 
scrollbar-base-color: white; 
scrollbar-dark-shadow-color :black; 
scrollbar-3d-light-color :CCCCCC; 
scrollbar-face-color: 993300; 
scrollbar-highlight-color: maroon; 
scrollbar-shadow-color: black; 
scrollbar-track-color: CC6633;---------------*/ 



a:link {color:#0099CC; text-decoration: none;} /*for unvisited links*/
a:visited {color:#00FFFF; text-decoration: none;} /*for visited links*/
/*a:active {color:#66CCFF; text-decoration: none;} when user clicks link*/
a:hover {color:#CCFFFF;} /*when hoovering over link*/


a.footer:link {color:#992F2F; text-decoration: none;} /*for unvisited links*/
a.footer:visited {color:#992F2F; text-decoration: none;} /*for visited links*/
/*a:active {color:#66CCFF; text-decoration: none;} when user clicks link*/
a.footer:hover {color:#F97878;} /*when hoovering over link*/

h1, h2, h3, h4, h5, h6 {
font-family: Arial, Geneva, Helveltica;
color:white;
font-size: 17px;
font-style: italic;
text-align: ;
margin-top:; margin-bottom:;
}

.date {
font-family: Arial, Geneva, Helvetica;
color:white;
font-size: 12px;
font-weight:;
}


.contactfont {
font-family: Arial, Geneva, Helveltica;
color:white;
font-size: 17px;
font-style: italic;
text-align:center;
}

pre, code {
font-family: monospace;
}

.box {
border:solid;
background-color: lightblue;
color: maroon;
border-width: 1px;
width: 100%;
padding: 7px;
}

div.textbox {
width: 760px;
height: 100%;
border: /*thin solid maroon*/;
padding: /*20px*/;
overflow: auto;
background: #000000 url("images/");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
font-size: 13px;
}

.formtextbox {
BACKGROUND-COLOR:  #EEEEEE; 
BORDER-BOTTOM: #000000 1px solid; 
BORDER-LEFT: #000000 1px solid; 
BORDER-RIGHT: #000000 1px solid; 
BORDER-TOP: #000000 1px solid; 
COLOR: #000000; 
FONT-SIZE: 14px
}

.formfont {
font-family: Arial, Geneva, Helveltica;
color:white;
font-size: 14px;
font-style: ;
text-align: ;
margin-top:; 
margin-bottom: ;
}

div.textboxGB {
width: 760px;
height: 100%;
border: thin solid maroon;
padding: 20px;
overflow: auto;
background: #000000 url("images/VozLogoPSDBG.gif");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center; 
font-size: 14px;
}


div.memberthumb {
width: 100px;
height: 100%;
border: thin solid maroon;
padding: 0px;
overflow: auto;
background: #000000;
background-repeat: ;
background-attachment: ;
position: static;
vertical-align: top; 
}

div.memberfull {
width: 660px;
height: 100%;
border: thin solid maroon;
padding: 20px;
overflow: visible;
background: #000000;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center; 
}



/*this is for the picture gallery*/

#showimage{
	position:absolute;
	visibility:hidden;
	border: 1px solid gray;
	left: 0;
	top: 0;

}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: maroon; /*previous color #EFEFEF*/
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}
/*end of picture gallery stuff*/


b {color: mar0on;}

p.dropcap:first-letter {
font-size: 300%;
float:left;
color:maroon;
}
