@charset "utf-8";
/* CSS Document */
* html .pngFix, * html img { behavior: url("/css/iepngfix.htc"); }

body {
background-color:#000000;
color:#FFFFFF;
margin:0px;
padding:0px;

}

#wrapper {
width:970px;
margin: 0px auto;
}

/*Header and Navigation */


ul#nav{
height:98px;
padding:0px;
margin:0px;
background-image:url(/images/nav.jpg);
}
#nav li{
margin: 0px;
padding:0px;
list-style:none;
float:left;
}

#nav li, #nav a{
height:98px;
display:block;

}

#navHome{
width:280px;
}

#navHome a{
width:280px;
background-image:url(/images/nav.jpg);
background-position:0px 0px;
}

#navHome a:hover{
width:280px;
background-position:0px -98px;
}



#navAbout{
width:155px;
}

#navAbout a{
width:155px;
background-image:url(/images/nav.jpg);
background-position:-280px 0px;
}

#navAbout a:hover{
width:155px;
background-position:-280px -98px;
}



#navMission{
width:170px;
}

#navMission a{
width:170px;
background-image:url(/images/nav.jpg);
background-position:-435px 0px;
}

#navMission a:hover{
width:170px;
background-position:-435px -98px;
}


#navGoals{
width:125px;
}
#navGoals a{
width:125px;
background-image:url(/images/nav.jpg);
background-position:-605px 0px;
}

#navGoals a:hover{
width:125px;
background-position:-605px -98px;
}

#navAcademy{
width:165px;
}
#navAcademy a{
width:165px;
background-image:url(/images/nav.jpg);
background-position:-730px 0px;
}

#navAcademy a:hover{
width:165px;
background-position:-730px -98px;
}

/*Content Area */

#content {
margin: 0px auto;
background-image:url(/images/background.jpg);
background-repeat:no-repeat;
padding-left:10px;
}


#mainContent {
margin: 0px auto;

float:left;
width:660px;

}
#mainContent p{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
padding:0px 15px 0px 0px;
line-height:18px;
}

#mainContent h3{
color:#006bc3;
font-family: "Times New Roman", Times, serif;
font-size:18px;
font-weight:normal;
margin: 10px 0px 0px 0px;
padding:0px;
}

#mainContent a{
color:#006bc3;
text-decoration:none;
}
#mainContent a:hover{
background-color:#006bc3;
color:#fff;
}


#indexContent{
float:left;
margin:0px;
width:370px;
line-height:18px;
}


/*Headers */
.headWelcome, .headAcademy, .headGoals, .headMission, .headBoard, .headBylaws{
background-repeat:no-repeat;
width:100%;
height:30px;
margin:37px 0px 10px 0px;
padding: 0px 0px 0px 0px;
behavior: url("/css/iepngfix.htc");
}
.headWelcome{
background-image:url(/images/headWelcome.png);
behavior: url("/css/iepngfix.htc");

}

.headAcademy{
background-image:url(/images/headAcademy.png);
behavior: url("/css/iepngfix.htc");
}

.headGoals{
background-image:url(/images/headGoals.png);
behavior: url("/css/iepngfix.htc");
}

.headMission{
background-image:url(/images/headMission.png);
behavior: url("/css/iepngfix.htc");
}
.headBoard{
background-image:url(/images/headBoard.png);
behavior: url("/css/iepngfix.htc");
}
.headBylaws{
background-image:url(/images/headBylaws.png);
behavior: url("/css/iepngfix.htc");
}


/*Poem on Home Page */

#poemBox{
width:280px;
float:right;
margin:27px 0px 0px 0px;
padding:0px;
background-image:url(/images/index_poem_spacer.gif);
background-repeat:repeat-y;
color:#fff;
}
#poemBoxTop{
background-image:url(/images/index_poem_header.jpg);
background-repeat:no-repeat;
height:124px;
width:280px;
padding: 0px 0px 0px 10px;
}
#poemBox h3{
color:#006bc3;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:normal;
padding:0px 15px;
}

#poemBoxBottom{
background-image:url(/images/index_poem_footer.gif);
background-repeat:no-repeat;
height:4px;
width:273px;
position:relative;
left:3px;
}
#poemBox p{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
padding:0px 15px;
}






/*Right Column stuff (Ad and Donate */

#column {
margin:27px 0px 0px 0px;
width:300px;
float:right;
}

.ad_top{
margin: 0px auto 0px auto;
}

.ad_btm{
margin: 10px 0px 0px 0px;
}
#contact {
margin:5px auto 5px auto;
padding:20px 0px 0px 0px;
width:290px;
height:60px;
border:#026BC7 5px solid;
text-align:center;
color:#FFF;
font-family: "Times New Roman", Times, serif;
font-size:14px;
font-weight:normal;
}

#contact a{
 color:#026BC7;
}

#donate {
margin:5px auto 20px auto;
padding:20px 0px 0px 0px;
width:300px;
height:163px;
background-image:url(/images/donate_box_bg.gif);
background-repeat:no-repeat;
background-position:-2px;
text-align:center;
color:#FFF;
font-family: "Times New Roman", Times, serif;
font-size:14px;
font-weight:normal;
}

#donate h3{
color:#006bc3;
font-family: "Times New Roman", Times, serif;
font-size:20px;
font-weight:normal;
text-align:center;
margin:0px;
padding:0px 0px 0px 0px;
}

#donateButton{
margin-top:10px;
border:0px;
}



/*MISC */

#footer{
	clear:both;
	text-align:center;
	color:#999;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	margin:15px 0px 0px 0px;
	width:660px;
}
#footer a {
text-decoration:none;
color:#006BC3;

}

.imageRight {
float:right;
margin:0px 5px 10px 10px;
}

.imageLeft {
float:left;
margin:0px 10px 10px 5px;
}
.hide{
display:none;
}
