/* CSS Document */


BODY {
	font-family: arial, verdana, helvetica, "sans serif";
	font-size: 12px;
	color: #606060;
}

TD {
	font-family: arial, verdana, helvetica, "sans serif";
	font-size: 12px;
	color: #606060;
}

ul {
	margin: 0px 8px;
	padding: 0px 8px;
	list-style-position: outside;	
	}
li {
	margin: 0px;
	float: none;
	padding: 2px 0px 0px 0px;
	list-style-position: outside;
	list-style-image:url(gif/li.gif);
	}

blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	margin-right: 0px;
	}

img, a img {
	border: none;
	}

.title {
	font-size: 30px;
	font-weight: bold;
	}

.subtitle {
	font-size: 20px;
	color: #FFD4A5;	
	}

.header {
	font-size: 14px;
	font-weight: bold;
	color: #4FA600;
	padding-bottom: 12px;
	}
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #4FA600;
	}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #4FA600;
	}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #4FA600;
	}
h4 {
	font-size: 12px;
	color: #4FA600;
	}
h5 {
	font-size: 11px;
	color: #4FA600;
	}
h6 {
	font-size: 10px;
	color: #4FA600;
	}
.cushycms img  {
	margin-right: 15px;
	}

.smallheader {
	font-size: 13px;
	font-weight: bold;
	color: #4FA600;
	}
	
.small {
	font-size: 11px;
	}
	

/*   SECTION LI's   */

#content {
	width: 780px;
	margin: 0px;
	border: 0px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#content ul li {
	list-style: none;
	float: left;
	width: 350px;
	text-align: left;
	margin: 0px;
	padding: 0px 15px 15px 15px;
	}
	
/*   NORMAL LI's   */

#content ul li ul {
	width: 325px;
	margin: 0px;
	padding: 0px 0px 0px 8px;
	list-style-position: outside;	
	}
#content ul li ul li {
	width: 325px;
	margin: 0px 0px 0px 8px;
	padding: 5px 0px 0px 0px;
	float: none;
	list-style-position: outside;
	list-style-image:url(gif/li.gif);
	}

#contentsingle  {
	margin: 0px; border: 0px; padding:12px; text-align:left;
	}

#contentsingle ul  {
	margin: 0px;
	padding: 0px 0px 0px 8px;
	list-style-position: outside;	
	}
#contentsingle ul li  {
	margin: 0px 0px 0px 8px;
	padding: 5px 0px 0px 0px;
	float: none;
	list-style-position: outside;
	list-style-image:url(gif/li.gif);
	}



/*   NORMAL MENU   */
	
#menu {
	padding: 6px 6px;
	background-color: #BAE791;
	color: #606060;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	}
#menu a:link {
	color: #606060;
	padding: 4px;
	text-decoration: none;
	border: 1px solid #BAE791;
	}
#menu a:visited {
	color: #606060;
	padding: 4px;
	text-decoration: none;
	border: 1px solid #BAE791;
	}
#menu a:hover {
	color: #606060;
	padding: 4px;
	text-decoration: none;
	border: 1px solid #4FA600;
	}
	
#copyright1 {
	font-size: 10px;
	padding: 10px;
	}
	
/*  PRETTY TABLES  */

#prettytable  {}

#prettytable td  {
	vertical-align: top;
	width: 280px;
	padding: 5px;
	background-color: #DBF3C5;
	}

#prettytable td.titlestop  {
	font-size: 12px;
	font-weight: bold;
	color: #4FA600;
	background-color: #ffffff;
	text-align: center;
	}

#prettytable td.titles  {
	font-size: 12px;
	font-weight: bold;
	color: #4FA600;
	background-color: #ffffff;
	width: 150px;
	text-align: right;
	}

#prettytable td.light  {
	background-color: #EDFBDF;
	}

#prettytable td.blankbox  {
	background-color: #ffffff;
	width: 150px;
	}

#prettytable td.space  {
	background-color: #ffffff;
	}


/*  NORMAL LINKS  */
	
A:link {
	color: #FF0000;
	text-decoration: none;
	}
A:visited {
	color: #FF0000;
	text-decoration: none;
	}
A:hover {
	text-decoration: underline;
	}