@charset "utf-8";

  *  {
margin : 0;
}

/**formatting**/
body {
font-family : Arial, Helvetica, sans-serif;
font-size : 0.8em;
}
h1 {
font-family : inherit;
font-size : 24px;
color : #000066;
text-indent : 0;
letter-spacing : 0;
border-bottom-style : dotted;
margin : 10px 0 10px 0;
}
h2 {
font-family : inherit;
text-align : left;
text-indent : 0;
color : #000066;
font-size : 16px;
border-bottom-style : dotted;
border-bottom-width : 2px;
margin : 0 0 5px 0;
padding : 10px 0 0 0;
width : 100%;
font-weight : 600;
}
h2.right {
padding : 0 0 0 0;
text-align : center;
}
h3 {
color : #000000;
font-size : 14px;
font-weight : 900;
margin : 5px 0 0 0;
text-indent : 0;
}
#subtopics {
text-align : left;
}
p.backtotop {
text-align : right;
font-size : 10px;
padding : 0;
margin : 0;
}
a {
text-decoration : none;
color : #006699;
}
p.morespace {
padding : 0 0 5px 0;
}
hr {
margin : 20px 0 20px 0;
}
ul {
padding-left : 20px;
line-height : 1.6em;
text-indent : 0;
}
li {
list-style : disc;
line-height : 24px;
}
a:visited {
color : #006699;
text-decoration : none;
}
a:hover {
color : #ff0000;
text-decoration : underline;
}

/** layout **/

#wrapper {
margin : 0 auto;
width : 922px;
}
#faux {
margin-bottom : 0;
overflow : auto;
width : 100%;
}
#header {
width : 922px;
height : 175px;
padding : 0 0 0 0;
background : #ffffff;
}
#navigation {
width : 922px;
background-image : url(../images/dot.gif);
}
#leftcolumn {
display : inline;
color : #000000;
margin : 10px;
padding : 0;
width : 195px;
height : inherit;
float : left;
}


#content {
position : relative;
float : left;
margin : 0 0 0 0;
padding : 0 33px 0 10px;
width : 470px;
padding-bottom:7%;
display : inline;
position : relative;
text-indent : 24px;
letter-spacing : 1px;
}

//use this for index pages such as the adminstrators main page
#content_index {
position : relative;
float : left;
margin : 0 0 0 0;
padding : 0 33px 0 10px;
width : 850px;
padding-bottom:7%;
display : inline;
position : relative;
text-indent : 24px;
letter-spacing : 1px;
}


#rightcolumn {

margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
width : 350px;
float : right;
}
.rightcolumn_cnt {
float : left;
border : 1px dotted #333;
margin : 10px 10px 5px 0;
width : 330px;

}
#surround {
border : 1px dotted #000000;
width : inherit;
}
#footer {
width:100%;
clear : both;
color : #ffffff;
/*background : #abbebe;*/
margin : 0 0 10px 0;
background-image : url(../images/dot.gif);
} 
