/* CSS Document */

body {
	background-color:#336600;
	background-image:url(images/bg2.gif);
	margin: 0 auto;
	padding: 0;
	}

blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	width: 350px;	
	}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
	
hr {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: solid;
	border-bottom-color: #DDFFC9;
	}

.largetext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	line-height: 19px;
	padding:5px 10px 5px 10px;
	}

.contentblock {
	background-color:#EEFFE4;
	width:486px;
	}

.title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#429721;
	font-weight:900;
	}
	
.update {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FF0000;
	font-weight:900;
	}
	
.subtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	font-weight:900;
	}
	
.contenttext {
	width: 455px;
	}

	
.contentblock li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	line-height:18px;
	}

li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	list-style-position:outside;
	margin-bottom: 5px;
	vertical-align: top;
	}

ul {
	list-style-image:url(images/triangle.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	list-style-position: inside;
	}
	
	
ol {
	list-style-type:decimal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	width: 350px;
	list-style-position: inside;
	font-style: normal;
	list-style-image: none;
	}
	


a {

	color: green;
	font-weight: normal;

	}


a:visited {	  
  color:purple;
  font-weight:normal;

  }


a:hover {
	color:#000000;
	text-decoration:underline;
	font-weight: normal;
  }

.numberlist {
	width: 350px;
	padding-left: 35px;
	}
	
#homepagetext {
	width:325px;
	}