@CHARSET "ISO-8859-1";

.leftNav:link,.leftNav:visited,.leftNav:active,.leftNav:hover {
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.leftNav:link,.leftNav:visited,.leftNav:active{
	text-shadow: black 0.2em 0.2em 0.3em;
}

.leftNav a:link,.leftNav a:visited,.leftNav a:active, .leftNav a:hover{
	font-size:123.1%;
	margin:1em 0;
	font-weight:bold; 
	color: #A22C18;
}

h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
	color: #A22C18;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
body {
	margin: auto;
	width: 950px;
	background-color: #F2F2F2;
}
#mainFrontPage{
	width: 590px;
	background-image: url(../images/site/front_image.png); 
	background-repeat: no-repeat;
}
#missionBox{
	margin: 0 auto;
	width: 520px; 
	background-color: #F2F2F2;
	text-align: center;
}
#mission{
	font-size:108%;
	font-weight:bold; 
	color: #A22C18;
}
#header {
	width: 950px;
	height: 159px;
	background-image: url(../images/site/header_image.png);
	background-repeat:no-repeat; 
}

#leftNav {
	width: 180px;
	background-image: url(../images/site/leftDoor_180x230.PNG);
	background-repeat:repeat-y;
}

#main {
	width: 590px;
}

#rightNav {
	width: 180px;
	background-image: url(../images/site/rightDoor_180x230.PNG);
	background-repeat:repeat-y;
}

#footer {
	width: 950px;
	background-image: url(../images/site/footer_image.gif);
	background-repeat:repeat-y;
}

ul {
    list-style-type: none;
    -webkit-padding-start: 00px;
}

.g-paginator li{
    
}