501(c)(3) application

On 12/30 I sent in our 501(c)(3) application. This application registers us as a tax exempt organization with the IRS. The application and additional information sent in with it can be found at – IRS 1023 submitted packet. The documents contained in the application are located at:

I’ve updated the site, so that bulleted and number lists appear similarly to how they appear in Word. To do this I went to Appearance => Edit CSS in the WordPress admin and added the following to our custom css file:

article.post ol ol, article.page ol ol {
list-style-type: lower-alpha;
}
article.post ol ol ol, article.page ol ol ol {
list-style-type: lower-roman;
}
article.post ol ol ol ol, article.page ol ol ol ol {
list-style-type: decimal;
}
article.post ol ol ol ol ol, article.page ol ol ol ol ol {
list-style-type: lower-alpha;
}
article.post ul ul, article.page ul ul {
list-style-type: circle;
}
article.post ul ul ul, article.page ul ul ul {
list-style-type: square;
}
article.post ul ul ul ul, article.page ul ul ul ul {
list-style-type: disc;
}
article.post ul ul ul ul ul, article.page ul ul ul ul ul {
list-style-type: circle;
}

 

 

Print Friendly, PDF & Email