@charset "UTF-8";
/* CSS Document */

.redtext {color: #76001B}
.center {text-align: center}
.smallertext{font-size: .85em;}
.green {color:#545429;}
.blue {color:#30494E;}
.italic {font-style:italic;}
.indent {margin-left:20px;}
ul.nobullets {list-style:none;}
ul.nobullets li {margin-bottom:5px;}
.nobullets {list-style:none;}
.linklist {
	list-style-type:circle;
	padding:0 0 0 1.5em;
	margin:.5em 0;}
.linklist li {
	padding: .3em 0;}
	
.imgleft {float:left;
margin:5px;
padding:1px;
border:#545429 solid 1px;}

.imgright {float:right;
margin:5px;
padding:1px;
border:#545429 solid 1px;}

.imgMiddle{margin-left:50px; margin-top:20px;}

#content img.imgcenter {margin:0 auto;}
/* maybe these styles are necessary, maybe not 
ul.contents {
	margin: 0 0 1em 0;}
ul.contents li{
	padding:0;
	margin:0;}
.underline {border-bottom:1px solid #000000;} */

/* 
_______________________________________________________

             Content Lists
_______________________________________________________
*/

#content .standardorderedlist {list-style-type:decimal;}
#content .standardorderedlist ol {list-style-type:lower-alpha;}
#content .standardorderedlist ol ol {list-style-type:lower-roman;}

#content .alpha {list-style-type:upper-alpha;}
#content .alpha ol {list-style-type:lower-alpha;}
#content .alpha ol ol {list-style-type:decimal;}

