body { padding: 0px; margin: 0px; background-color: #eee;}
img { border: none; }
blockquote {
	width: 80%;
	background: #EEE url('/media/blockquote.png') no-repeat bottom left;
	font-family: Arial;
	font-size: 10pt;
	line-height: 14pt;
	padding: 20px;
	padding-bottom: 50px;
	margin-top: 30px;
	margin-left: 50px;
}

h4 { color: #666; padding-left: 54px; margin-top: -10px; margin-bottom: 30px; font-family: Arial; }

hr { margin: 0px; }

#container {
	background-color: white;
	border: 2px #bbb solid;
	padding: 0px;
	margin: 25px 0px 25px 0px;
}


#splash {
	margin-top: 18px;
	height: 170px;
	background-image: url('/media/peakdelta_background.jpg');
	width: 740px;
	border: 2px solid #ccc;
}

#content #splash h1 {
	margin: 0px;
	padding: 38px 0px 0px 8px;
	text-align: center;
	font-family: Georgia;
	color: #486677;
	font-weight: normal;
}

#content #splash p {
	font-family: Georgia, Arial;
	font-size: 10pt;
}

#header {
	background-image: url('/media/s-header.jpg');
	height: 160px;
}

#header_menu {
	line-height: 18pt;
	padding-top: 34px;
	padding-right: 30px;
}

#header td { 
	font-family: Arial;
	font-size: 10pt; 
	color: #555;
}

#header a, #header a:visited { 
	color: blue; 
	text-decoration: underline; 
	font-size: 9pt;
}

#footer { 
	margin-top: 10px;
	font-family: Arial;
	font-size: 10pt; 
	color: #777; 
	text-align: center;
	height: 120px;
}
#footer a, #footer a:visited { color: #777; text-decoration: none; }

#content {
	width: 740px;
	margin-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content a, #content a:visited { color: blue; }

#content table {
	font-family: Arial;
	margin-left: 15px;
}

#content td {
	padding: 3px;
	font-size: 10pt;
}

#content h1 {
	padding-left: 2px;
	font-family: Arial;
	font-size: 16pt;
}

#content h2 {
	padding-left: 6px;
	font-family: Arial;
	font-size: 12pt;
}

#content p {
	line-height: 14pt;
	padding-left: 6px;
	padding-right: 6px;
	font-family: Arial;
	font-size: 10pt;
}

#content li {
	font-family: Arial;
	font-size: 10pt;
	line-height: 14pt;
}

#menu {
}

#menu_top {
	background-color: #47a3c0;
	color: white;
	padding: 10px 0px 10px 20px;
}


#menu_top a, #menu_top a:visited {
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	letter-spacing: 2px;
	color: #eee;
	text-decoration: none;
}

#extramenu {
	background-color: #d8d8d9;
	padding: 4px 0px 4px 20px;
}

#extramenu a, #extramenu a:visited {
	color: #486677;
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
}

#extramenu a:hover {
	color: #289DBF;
}


.styled table {
	font-family: Arial;
}

.styled td {
}

.table_header {
	font-weight: bold;
	text-align: center;
}

.table_header_2 {
	font-weight: bold;
}


.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('/media/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('/media/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}


