/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#000;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000;
	}

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1152px;
	background:#999 url(images/web_bg.jpg) top repeat-y;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	}

#header {
	padding:1em;
	}
	#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

#content {
	padding:0em 0em 5em 0em; /* bottom padding for footer */
	width: 1024px;
	margin: 0px auto;
	}
#content p {
	padding:0 1em;
	margin-bottom: 1em;
	}

#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	
	color: #000;
	font-size: 0.9em;
	}

	#footer p {
		padding:1em;
		margin:0;
		
		text-align: center;
		}
	#footer a:link {
		color: #000;
		}
	#footer a:visited {
		color: #333;
		}
	#footer a:hover {
		color: #039;
		}


/* **** Header **** */
#headerImg {
	width: 1024px;
	height: 200px;
	background: #999 url(images/web_header.jpg) center top no-repeat;
	margin: 0px auto;
	margin-top: 6px;
	margin-bottom: 6px;
	}


/* **** Footer **** */
.greyText {
	margin: 0px 4px 0px 4px;
	color: #aaa;
	}


/* **** Nav Bar **** */
.mainNav {
	text-align: center;
	border: 1px solid #666;
	background: #aaa;
	width: 1024px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	}

.mainNav a {
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
	padding: 5px 12px;
	display: inline-block;
	margin: 3px;
	}

.mainNav a:link {
	color: #f90;
	background: #111;
	}
.mainNav a:visited {
	color: #f90;
	}
.mainNav a:hover {
	color: #f60;
	background: #fc0;
	}

.mainNav ul {
	border: 1px solid #ccc;
	}

.mainNav li.firstLI,.mainNav li {
	border-right: 1px solid #ccc;
	display: inline-block;
	}

.mainNav li.firstLI {
	border-left: 1px solid #ccc;
	}

.mainNav a.current {
	color: #fc6;
	-webkit-animation-name: example; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
	-webkit-animation-iteration-count: infinite;
	animation-name: example;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	background: #111;
	background-size: 100% 1px;
	}
	
	/* Safari 4.0 - 8.0 */
	@-webkit-keyframes example {
	    0%   {color: #fc6;}
	    100% {color: #600;}
		}
	
	/* Standard syntax */
	@keyframes example {
	    0%   {color: #fc6;}
	    100% {color: #600;}
	    }

/* **** General **** */
strong {font-weight: bold;}
em {font-style: italic;}

a:link {
	color: #333;
	}
a:visited {
	color: #666;
	}
a:hover {
	color: #f60;
	}

p {
	line-height: 1.8em;
	}

hr {
	color: #aaa;
	background-color: #aaa;
	border-style: none;
	width: 100%;
	height: 1px;
	margin-bottom: 32px;
	}

.centeredText {
	text-align: center;
	}

.justText {
		text-align: justify;
		}

.rightText {
	text-align: right;
	}

.smallText {
	font-size: 0.7em;
	}

.boldText {
	font-weight: bold;
	}
	
h1 {
	font-weight: bold;
	font-size: 1.4em;
	}
	

/* **** Index **** */



/* **** Links **** */

/* **** MISSING **** */
#missing h1 {
	text-align: center;
	font-weight: bold;
	font-size: 1.8em;
	margin: 48px;
	}
#missing p {
	text-align: center;
	}



/* **** END OF LINE **** */