
body{
    background-color: #333333;
    background: linear-gradient(#333333, grey); 
}

div.main{
    width: 970px; /* this is actual image width. Previously padding from <table><tr><td> was impacting this making 1000 correct */
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    overflow: hidden;  /* keeps floated items from leaving this container*/
}

#subbanner{
    margin-bottom: 20px;
}

section{
    width: 72%;
    padding: 10px;
    background: #EEEEEE;
    margin-bottom: 25px;

    border-style: solid;
    border-width: 1px;
    border-color: #DDDDDD;
}

article{
    border-width: 10px;
    border-color: #400040;
    border-radius: 15px;
    border-style: solid;
    min-width: 930px;
    
    float: right;
    padding: 10px;
    margin-bottom: 15px;  
}

nav, div.links{
    border-width: 10px;
    border-color: #400040;
    border-radius: 15px;
    border-style: solid;

    text-align: center;
    width: 20%;
    padding: 10px;
    float: right;
    clear: right;
    margin-bottom: 20px;  
}

nav{
    border-color: #945E96;
}

footer {
	text-align: center;
	color: #DDDDDD;
	font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}


img{
	border-width:0px;
}


div a img{
	margin-top:8px;
	margin-bottom:8px;
}

nav a img{
	margin-top:5px;
	margin-bottom:5px;
}


ul.pro, li.pro {
	list-style-image: url(../Graphics/ListPro.gif);
}

ul.anti, li.anti {
	list-style-image: url(../Graphics/ListAnti.gif);
}


a:focus {
	-moz-outline-style: none;
}


h3{
	line-height: 10%;
}


a:link{
	color: blue;
}

a:visited{
	color: blue;
}


hr {
	color: #400040;
	background-color: #400040;
	height: 2px;
}

hr.discussion {
	color: #945E96;
	background-color: #945E96;
	/*color: #02037A;
	background-color: #02037A;*/
	height: 2px;
	width: 96%;
	text-align: center;
}


h1{
	color: navy;
	font-size: 22px;
}

strong {
    color: darkred;
}
