body {
	font-family: arial, sans-serif;
	font-size: 15px;
	margin-right: 125px;
    margin-left: 125px;
	color: #062847;
}

#header {
	background-color: #1a6ec3;
	height: 107px;
}

#nav {
    text-align: center; 
    background-color: #2d930a;
    font-size: 25px;
    font-weight: bold;
    font-variant: small-caps;
}

a:link,a:visited,a:active {
    color: #b5d5aa;
    text-decoration: none;
    font-weight: bold;
}

#nav a:hover {
    color: #000;
    text-decoration: none;
}

h1 {
	font-size: 26px;
	font-style: italic;
	color: #199816;
}

#main {
    padding: 20px;
}

#main img {
	padding: 5px;
}

.dijitAccordionPane {
	/*background-color: #e7e7e7;*/
	/*font-size: 0.9em;
	font-weight: bold;
	color: #6d6d6d;*/
}

.dijitAccordionTitle {
	/*background:#fafafa url(/js/dijit/themes/nihilo/images/titleBar.png) repeat-x top left;*/
	border-top: 1px solid #dedede;
	padding: 5px 4px 6px 8px;
	cursor: pointer;
}

.dijitAccordionTitle-selected  {
	/*background: #f9f9f9 url(/js/dijit/themes/nihilo/images/accordionItemActive.png) top repeat-x;*/
	/*font-weight: bold;*/
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 5px 4px 5px 8px;
	cursor: default;	
	/*color: #243C5F;*/
}

.dijitAccordionArrow {
	/*background:url(/js/dijit/themes/nihilo/images/spriteRoundedIconsSmall.gif) no-repeat;
	width:15px;
	height:15px;
	margin-top:-1px;*/
}

.dijitAccordionTitle-selected .dijitAccordionArrow {
	/*background:url(/js/dijit/themes/nihilo/images/spriteRoundedIconsSmall.gif) no-repeat -15px top;
	margin-top:-1px;*/
}

.dijitAccordionBody {
	background: #fff;
}
