/* Styles that contribute users can apply */


/* Headers */

h1, h2, h3 {
    font-weight: bold;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
}

h1 {
    font-size: 24pt;
}
h1.subpage {
    font-size: 22pt;
}

h2 {
    font-size: 14pt;
}
h2.left {
    margin-bottom: 0px;
}

h3 {
    font-size: 14pt;
    color: #339966;
    text-align: center;
}



/* Paragraph Text */

.faq_qu, .faq_qu_bold {
    font-size: 12pt;
    font-style: italic;
    margin-bottom: 0px;
}
.faq_ans, .faq_ans_bold {
    color: #333399;
    margin-top: 0px;
}
.faq_qu_bold, .faq_ans_bold {
    font-weight: bold;
}

.factoid {
	color: #333399;
    font-size: 12pt;
    font-style: italic;
    text-align: center;
}

.frontpage_news, .frontpage_newsItem {
    margin: 0;
}
.frontpage_news {
    font-size: 12pt;
    margin-left: 6pt;
}
.frontpage_newsItem {
    font-size: 13pt;
	font-weight: bold;
    margin-left: 12pt;
}

.newsItem {
    font-size: 13pt;
    font-weight: bold;
    margin-top: 0px;
    text-align: center;
}

.leftmenu {
    color: #000000;
    /*font-size: 15px;*/
    font-size: 11pt;
    font-weight: bold;
    margin: 0px;
    margin-top: 11pt;
    margin-bottom: 11pt;
    padding: 0px;
}

.tagline, .tagline_small {
	color: #333399;
	/*font-size: 16px;*/
    font-size: 12pt;
	font-weight: bold;
    text-align: center;
}
.tagline_small {
    font-size: 10pt;
}

.small {
    font-size: 8pt;
}
.large {
    font-size: 12pt;
}

.form {
    text-align: right;
    margin-right: 20%;
}


/* Links */

.leftmenu a {
    background-color: #ffffff;
    color: #0000ff;
    font-weight: normal;
    text-decoration: underline;
}
.leftmenu a:hover {
    background-color: #e0e0e0;
    color: #ff0000;
}