/*Structure divs */

body {
text-align: left;
}

#wrap {
width: auto;
padding: 0;
margin: 0;
z-index: 0;
}
#wrap-inner {
background: none;
border-right: none;
border-left: none;
}

#header {
display: none;
}

#content {
position: relative;
float: none;
width: auto;
z-index: 0;
overflow: visible;
}
#top-banner {
display: none;
}

#content-inner {
position: relative;
background-color: transparent;
padding: 0;
margin: 0;
width: auto;
width: auto;
height: auto;
z-index: 0;
overflow: visible;
}

#left-sidebar, #left-sidebarin, #right-sidebar, #right-sidebarin, #footer, #imageholder,  #imageholder p, .off-left {
display: none;
}


/*footer*/

#crest {
display: none;
}


/*fonts */
h1 {
color: #000;
background-color: transparent;
margin: 10px 0 0px 0;
padding: 0;
}
h2 {
color: #000;
background-color: transparent;
margin: 10px 0 0px 0;
padding: 0;
}

h3 {
color: #000;
background-color: transparent;
margin: 10px 0 0px 0;
padding: 0;
}
#right-sidebarin h3 {
color: #000;
background-color: transparent;
margin: 10px 0 0px 0;
padding: 0;
}

h4 {
color: #000;
background-color: transparent;
margin: 10px 0 0px 0;
padding: 0;
}

h5 {
color: #000;
background-color: transparent;
margin: 10px 0 0px 0;
padding: 0;
}

p {
color: #000;
background-color: transparent;
margin: 0 0 10px 0;
padding: 0;
}

#content-inner ul, #content-inner ol {
width: 100%;
color: #000;
background-color: transparent;
margin: 0 0 0 50px;
padding: 0;
}

/*form*/
form {
}
/*tables*/
#content-inner table {

}
#content-inner th{

}
#content-inner tr {
}
#content-inner td {

}


/*internal postioning ids for interest*/


/*classes*/

.floatleft, .floatright, .leftimage, .rightimage {
float: none;
}

.clearall {

}
.small {
color: #000;
background-color: transparent;
margin: 0;
padding: 0;
line-height: auto;
}
.hidden {
display: none;
}
p.date {
color: #000;
background-color: transparent;
margin: 0;
padding: 0;
line-height: auto;
}



/*content navigation*/
a img {

}

#content-inner a {
margin: 0;
padding: 0;
text-decoration: underline;
}
#content-inner a:link, #content-inner a:visited {
text-decoration: underline;
}
#content-inner a:hover, #content-inner a:active {
text-decoration: none;
}



