/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* site specific css follows */
html {
        height: 95%;
        font-size: .625em;
}

body {
	background: #666666;
	text-align: center;
        height: 95%;
}


#spacer {
        height: 95%;
        display: block;
        float: left;
        width: 2px;
        font-size: 1px;
        background-color: red;
}

#content {
	border: solid 1px black;
	background: white;
	width: 800px;
	min-height: 100%;
        height: auto !important;
	margin-top: 50px;
        text-align: center;
        margin-left: auto; 
        margin-right:auto;
}


#content p {
	text-align: left;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
        font-family: tahoma, arial, helv, sans;
	font-size: 1.5em;
	color: black;
	padding-top: 10px;
	padding-left: 10px;
        padding-right: 10px;
}

#content h1 {
	text-align: left;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
        
	font-size: 1.5em;
	color: black;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
}

#content ul {
        display: block;
        list-style-type: disc;
        list-style-position: outside;
        padding-left: 40px;
        padding-top: 10px;
        width: auto;
        text-align: left;
        font-size: 1.5em;
}

#content a,a:visited {
        text-decoration: none;
        color: blue;
}
#content a:hover {
        text-decoration: none;
        color: blue;
        border-bottom: dashed 1px red;
}

#masthead {
	width: 800px;
	height: 100px;
	background: #FFFFFF;
	background-image: url(images/masthead-background.png);
        background-repeat: horizontal;
}

#masthead h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: white;
	padding-top: 30px;
        margin-top: 0px;
}

#masthead img {
        padding-top: 5px;
        float: left;
        padding-left: 5px;
        
}

.masthead-border {
	width: 800px;
	height: 30px;
        background: grey;
        text-align: left;
        font-size: 12px;
        padding-top: 5px;
}


.masthead-border a,a:visited {
      color: white;
      text-decoration: none
}

.masthead-border a:hover {
      color: black;
      text-decoration: none;
}

.forumsummary {
	border: solid grey 1px;
	margin: 10px;
	padding-top: 10px;
	padding-left: 10px;
        padding-bottom: 10px;
	text-align: left;
	font-size: 12px;
	color: black;
	font-family: arial, helv, sans;
}

.forumsummary table {
	width: 95%;
}
.forumsummary th {
	background-color: #F5F6CE;
        padding: 5px;
}
.forumsummary tr {
	background-color: #dddddd;
}


.forumsummary td {
	border: solid white 2px;
        padding: 5px;
}

.footer {
	height: 100px;
	text-align: left;
	font-family:  arial, helv, sans;
	font-size: 0.75em;
        font-weight: bold;       
	color: #999999;
        margin-top: 5px;       
	background-color: #666666;
        color: white;
        clear: both;
        position: relative;
        
}
.footer-content {
        padding-top: 10px; 
        margin-left: 5px;
}
	