@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: green;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}

a:link {color: yellow; text-decoration: none; }
a:visited {color: gray; text-decoration: none; }
a:hover {color: pink; text-decoration: underline; }
a:active {color: blue; }

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:Gainsboro;
}

#container{
	margin:0 auto;
	width:697px;
	background-image:url(images/content_bg.gif);
	background-repeat:repeat-y;
	background-color: #CCCCCC;
	position: relative;
	top: 0px;
	bottom: 0px;
	height: 100%;
}

#header{
	width:522px;
	height:95px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left;
	position: relative;
	top: 0px;
	margin: 0px;
}

.photo{
	width:322px;
	height:210px;
	background-image:url(images/page_photo.jpg);
	background-repeat:no-repeat;
	position: relative;
	left: 522px;
}

#nav_container {
	background-color:#C7BCCB;
	margin:0 auto 0 76px;
	padding:4px;
	width:562px;	
	
}


ul#menu {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	font-weight: bold;
	text-decoration: none;
}
ul#menu li {
	display:inline;
}

ul#list{
	color:green;
}

ul#list li{
	background-repeat: no-repeat;
	background-position: 100% .4em;
	padding-right: .6em;
	margin: 1em 0;	
}

#content{
	margin:15px auto 0 76px;
	width:438px;
	padding:4px;
	border:#000000;
	background-color: #C7BCCB;
	min-height:500px;
	color: #FFFFFF;
}
#footer_container{
	background-image:url(images/background2.jpg);
	background-repeat:repeat-x;
	height: 100%;
	position: relative;
	bottom: 0px;
	left: auto;
	right: 0px;
	padding-left: 27px;
	background-color: #407301;
}

.footer{
	margin: 0 auto;
	width:724px;
	height:154px;
	background-image:url(images/bottom.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	right: auto;
	left: auto;
	bottom: 0px;
}



.textspacing{
	color:#009900;
	line-height: 1.5em;
	
}


IMG.imagepage {
	display: block;
	margin:140 auto 0;
	padding: 40px;
	}

IMG.execpage{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:auto;
	right: 70px;
	position: absolute;
	bottom: 0px;
	}
	
IMG.philpage{
	margin:0 auto;
	display: block;
	position: relative;
	left: 0px;
	right: 0px;
	bottom: 0px;
	}
	
	
	#flashcontent {
		margin: 0 auto;
		width: 480px;
		height: 680px;
	
