/*
 Tag styles 
-*/

BODY {
 background-color: #369;
 margin-top: 30px;
 margin: 1px 0px;
}


/* 
DIV styles
*/

.image {
 border-style: outset;
 border-color: #56c;
 border-width: 2px;
}

.t_image, .menubar:hover {
	filter: alpha(opacity=70);
    -moz-opacity: 0.70;
}

DIV#header {
 width: auto;
 margin-bottom: -3px;
 margin-top: 30px;
 text-align: center;
 backround-color: #58b;
}

DIV#pageImages {
 width: auto;
 text-align: center;
 background-color: #58b;
 border-top: 3px outset #69c;
}

DIV#pageCopy {
 width: auto;
 text-align: center;
 padding: 1px 2px;
 background-color: #369;
 color: #69c;
 }
 
DIV#pageCopy A {
 background-color: #369;
 color: #69c;
}

DIV#pageFeature {

 background-color: #58b;
 text-align: left;
 padding: 8px;

 }

DIV#pageFeature H1 {
 font-family: Georgia, Times, serif;
 font-size: 16px;
padding-top: 5px;
 font-weight: bold;
 text-transform: lowercase;
 color: #fff;
 border-top: 1px outset;
}

DIV#pageFeature H2 {
 font-family: Verdana, Helvetica,  sans-serif;
 padding-top: 5px;
 font-size: 12px;
 font-weight: bold;
 color: #fff;
}

DIV#pageFeature H3 {
 font-family: Verdana, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
}

DIV#pageFeature P {
 font-family: Verdana, Helvetica, sans-serif;
 margin-top: 0px;
 line-height: 14px;
 font-size: 11px;
}
