/* Author: Andrew Myers http://apathetic.atwebhosting.com
 */

/* Standard Font size and type */
body {
	width: 95%;
	margin: auto;
	margin-bottom: 50px;
	margin-top: 10px;
}


/* Page Banner Styles */
#banner {
	padding: 1.5%;
	clear: both;
}

#banner h1 a {
        color: black !important;
        text-decoration: none;
}
#banner h1 {
	margin: 0px;
	margin-top: 5px;
}
#banner p {
        padding: 0;
}
/* Sidebar */

#sidebar {
	/* if you want this on the left change the float and clear attributes to left.
		Also change the float and clear attributes to right on #content  */
	float: right;
	clear: right;
	padding: 5px;
	width: 19.5%;
	margin: 1px;
	margin-bottom: 1.5%;
	margin-top: 1.5%;
}

.box {
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}

.box h3 {
	text-align: center;
	margin: 0px;
}


/* Content */

#content {
	/* if you want this on the right change the float and clear attributes to right.
		Also change the float and clear attributes to left on #sidebar  */
	float: left;
	clear: left;
	padding: 5px;
	width: 77%;
	margin-bottom: 1.5%;

	margin-top: 1.5%;
}

#content p {
//	text-indent: pc;
}

#content h3 {
	margin-top: 15px;
	margin-bottom: 5px;
}

/* Navigation Bar */
#navigation {
	clear: both;
        width: 100%;
	text-align: left;
	padding: 5px;
        border: 1px black solid;
}

#navigation #stats{
        display: inline !important;
        padding-top: 0px;
        float: right;
        color: red !important;
}
#navigation a, #navigation a:visited {
	text-decoration: none;
	padding: 2px;
}

#navigation a:hover, #navigation a:visited:hover {
	border-width: 1px;
	border-style: solid;
}

#navigation #current {
        color: #CC3333;
}
#navigation #current, a:hover {
        border-width: 0px;
}

/* footer styles */
#footer {
	clear: both;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	text-align: right;
}

#footer p {
	margin: 0px;
}

/* Other styles */
.left {
	float: left;
	clear: left;
	padding: 5px;
}

.right {
	float: right;
	clear: right;
	padding: 5px;
}


.button {
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
}


input {
	border-width: 1px;
	border-style: solid;
}

a, a:active {
	cursor: pointer;
}

ul {
        list-style: none;
	margin-bottom: 5px;
	margin-top: 5px;
}

.box ul {
        font-weight: bold;
        list-style-type: none;
        list-style-position: outside;
        margin: 0 0 1em 0;
        padding: 0;
}

.box ul li ul {
        font-weight: normal;
        margin-left: 10px;;
}

acronym {
	cursor: help;
}

dt {
    font-weight: bold;
    font-size: 120%;
}
