﻿/**
 * Painted Sky Stylesheet
 */

body {
	margin: 0;
	padding: 0;
    background-repeat: no-repeat;
    background-color: #777777;
    font-family: Verdana;
    font-size: 11px;
}

h1 { font-size: 24px; font-weight: bold; }
h2 { font-size: 18px; font-weight: bold; }
h3 { font-size: 14px; font-weight: bold; }

#pageFrame {
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}

#menuFrame {
    text-align: center;
    color: #FFFFFF;
    background-color: #800000;
/*    background-color: #78001E; */
/*    background-color: #67767d;*/
	font-size: 1em;
}

#menuFrame a {
	display: block;
	width: 129px;
	height: 30px;
	margin: auto;
	padding: 2px 0px 2px 2px;
	font-size: 12px;
    font-weight: bold;
	color:#FFFFFF;
	background: url("../images/button.png") 0 0 no-repeat;
	text-decoration: none;
}

#menuFrame a:hover {	
	background-position: -131px 0;
	color: #FFFFFF;
	text-decoration: underline;
	cursor: pointer;
}

#menuFrame a:active {
	background-position: -262px 0;
	color:#FFFFFF;
	text-decoration: underline;
}

#mainFrame {
    background-color: #FFFFFF;
}

#mainFrame h2 {
    text-align: center;
    width: 500px;
}

#mainFrame h3 {
    text-align: center;
    width: 500px;
}

#mainFrame img {
    filter: alpha(opacity=100);
    opacity: 1.0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#mainFrame a {
    color: #800000;
/*    color: #78001E; */
}

#mainFrame p {
    padding: 5px 10px;
    font-size: 12px;
}

#moreFrame {
    background-color: #800000;
/*    background-color: #78001E; */
/*    background-color: #67767d;*/
    color: #FFFFFF;
}

#moreFrame a {
    color: #FFFFFF;
    padding: 5px 5px 0px 5px;
    font-size: 12px;
}

#moreFrame p
{
    padding: 5px 5px 0px 5px;
    font-size: 12px;
}

#headFrame {
    color: #FFFFFF;
    height: 90px
}

div.headerCommentText {
    font-size: 12px;
}

div.headerTitleText {
	font-size: 3em;
	text-align: center;
}

div.headPanel img
{
    float: right;
    height: 80px;
    width: 225px;
}

#footFrame {
    color: #FFFFFF;
    font-size: 10px;
	text-align: center;
}

div.transboxLight
{
    background-color: #ffffff;
/*  border: 0; */
    filter: alpha(opacity=80);
    opacity: 0.80;
/*  margin: 10px; */
}

div.transboxDark
{
    background-color: #ffffff;
/*  border: 0; */
    filter: alpha(opacity=20);
    opacity: 0.20;
/*  margin: 10px; */
}

div.transbox p
{
/*  font-weight: bold; */
    color: #000000;
}	

img.trans, div.transbox {
    behavior: url(scripts/iepngfix.htc)
}

#menuFrame a {
    behavior: url(scripts/iepngfix.htc)
}

html {overflow-y: scroll;}
html {overflow-x: auto;}

/* default height */
#menuFrame { height: 540px; }
#mainFrame { height: 540px; }
#moreFrame { height: 540px; }
