/* CSS Document */

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #003300;
	font-size: 12px;
	text-align: justify;
	line-height:1.5;
	background-color: #CCCCCC;
	}

#wrapper {
	background-color: #FFFFFF;
	border:solid 1px #666666;
}


#banner {
	}

#slogan {
	color:#FFFFFF;
	font-size:24px;
	letter-spacing: 4px;
	}
	
#menu {
	border-top: solid 1px;
	margin-top: 20px;
	background-color: #92D050;
	}
	
#shadowtop {
	background-image: url(../images/template/shadow.gif);
	background-repeat: repeat-x;
	height: 10px;
}	
	
/* Content on the left */

#leftcontent {
	padding-top:10px;
	color: #003300;
	text-align:left;
	}

#leftcontent li {
	line-height: 2.5;
	text-align: left;
	}
	
#leftcontent lu {
	margin-left:0px;
	padding:0px;
	}

#leftcontent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Content on the right */
#rightcolumn {
	border-left: solid 1px #cccccc;
	}
	

#content {
	padding:10px 10px 10px 10px;
	}
	
#content .icon {
	margin: 0px 5px 0px 0px;
}

#content img {
	border: 0;
	margin: 5px;
	}
	
#content p {
	margin:0px 0px 0px 0px;
	}
	
#content li {
	line-height: 1.5;
	list-style-image: url(../images/template/purpleBallSmall.jpg);
	}
	
#content td {
	line-height: 1.5;
	text-align:left;
	padding: 5px;
}

#content dt {
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
}

/* Footer content */
#footer {
	background-color:#92D050;
	color: #003300;
	text-align: center;
	letter-spacing: 1.5px;
	padding: 5px 5px 5px 5px;
	font-size: 10px;

}

#footer a {
	text-decoration:underline;
	color:#003300;
	font-size: 10px;
	}

/* General rules */
p,h1,h2,h3 {
	margin:0px 10px 10px 10px;
	color: #003300;
	}
	
h1 {
	font-size:16px;
	padding-top:10px;
	background-image: url(../images/template/underline.jpg);
	background-repeat: no-repeat;
	background-position: left; bottom;
	}
	
h2 {
	font-size:14px;
	padding-top:10px;
	}	

h3 {
	font-size:12px;
	padding-top:10px;
	}

.date {
	font-size: 9px;
	color: #999999;
}

.small_grey {
	font-size: 9px;
	color: #999999;
}

a:link {
	text-decoration: none;
	color: #006600;
}

a:visited {
	text-decoration: none;
	color: #006633;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

a:active {
	color: #990000;
	text-decoration: underline;
}
#content th {
	font-weight: bold;
	background-color: #CCCCCC;
	text-align: center;
}
