/* CSS Document */

body {
	margin: 0px;
	background-image: url(utilities/wall.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	/*text-align: justify;*/
	}

table, td, tr{
	padding: 0px;
	}

h2	{
	font-family: Myriad Web Pro, Myriad, Trebuchet MS;
	font-weight: normal;
	border-bottom: 1px #000 dotted;
	text-align: right;
	font-size: 18px;
	}

img.interior {
	border: 1px #094790 solid;
	}
	
img.interior:hover {
	border: 1px #FF7900 solid;
	}

li {
	padding: 0px 0px 10px;
	}

a {
	color: #FF7900;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

#footer {
	background-color: #847A6C;
	border-top: 1px solid #000;
	font-size: 9px;
	text-align: center;
	color: #FFF;
	}

#header {
	background-image: url(utilities/header_back.png);
	background-repeat: repeat-x;
	height: 118px;
	}

#pic {
	background-image: url(utilities/header_back.png);
	background-repeat: repeat-x;
	}

#menu {
	width: 160px;
	margin-top: 30px;
	}

#page_content {
	margin: 30px 0px 30px 20px;
	
	}

#page_content p, h2 {
	margin-left: 20px;
	}

#page_title {
	width: 400px;
	}
	
#smalltext {
	font-size: 10px;
	margin-bottom: 20px;
	}

#quote {
	color: #847A6C;
	font-size: 10px;
	text-align: center;
	}

#quote2 {
	color: #094790;
	width: inherit;
	font-size: 18px;
	text-align: right;
	font-family: Myriad Web Pro, Myriad, Trebuchet MS;
	font-style: italic;
	padding: 10px 20px 10px 65px;
	line-height: 20pt;
	}

/*#flash_pop {
	position: absolute;
	right: 16px;
	top: 0px;
	z-index: -1;
	}*/