﻿body 
{
	background-color: #000044;
	color : White;
}

ul,ol
{
    margin-left:5em;
}

.masterhead
{
	font-size:30px;
	font-weight:bold;
	font-family:Times New Roman;
	text-align:center;
	color:Yellow;
}
.sidestyle
{
	width:15%;
	float:left;
	height:2143px;
}
.mainbody
{
	width:95%;
	float:none;
	height:349px;
	margin-top:0px;
}
a:link
{
	color:White;
	font-weight:bold;
}
a:visited
{
	color:White;
	font-weight:bold;
}
a:hover
{
	color:Yellow;
}
.ContentHead
{
	text-align:center;
	font-size:25px;
	color:White;
    font-weight:700;
}
.ContentSub1
{
	text-align:left;
	font-size:20px;
	color:White;
	font-style:normal;
	font-weight:bold;
	text-decoration:underline;
}

.ListPanel
{
    width:60%;
}

.SimplePage
{
    text-align:center;
    font-size:24px;
    font-weight:bold;
    color:yellow;
}

.MoreDetails
{
    color:white;
    font-weight:normal;
    font-size:18px;
    text-decoration:underline;
}

 input:focus, textarea:focus
 {
     background-color:#ffff80;
 }

 .testimony
 {
     width:85%;
     text-align:left;
     margin-left:10%;
 }

 .validatorstyle
 {
     color:red;
     background:yellow;
 }



 @media print
 {
    body
    {
        color:black;
        background-color:white;
    }
    
    .masterhead
    {
        color:darkgray;
    }
 }
