﻿body
{
    font: 10pt sans-serif;
}
.wizardStyle
{
    padding-left: 10px;
    padding-right: 10px;
}
.sideBarButtons
{
    padding-top: 10px;
    padding: bottom:10px;
}
.tableStyle
{
    width: 100%;
}
.leftRequired
{
    vertical-align: top;
    padding: 5px 10px 5px 0;
    color: Red;
}
.leftNotRequired
{
    vertical-align: top;
    padding: 5px 10px 5px 0;
    width: 200px;
    color: Black;
}
.leftNotRequiredNormal
{
    vertical-align: top;
    padding: 5px 10px 5px 0;
    width: 200px;
    color: Black;
    font-weight:normal;
}
.centerStyle
{
    vertical-align: top;
    width: 400px;
}
.navButtonStyle
{
    height: 40px;
    width: 100px;
    color: White;
    border-style: solid;
    border-width: 0;
}
.stepButtonStyle
{
    height: 20px;
    width: 60px;
    height: 40px;
    color: White;
    border-style: solid;
    border-width: 0;
    background-color: #223e92;
}


#content
{
    width:98%;     
}

.myLink a
{
    padding-right:5px;
     color:#fff;
     text-decoration:none;
}
.myLink a:hover
{
    text-decoration:underline;
}


.tableList {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color:#333333;
	line-height: 150%;
	margin-left: 58px;
	margin-right: 18px;
	list-style-image: url(images/bullet.jpg);
}


/* school insurance form */
.myHeader
{
    padding:5px 0 5px 0;
    background-color:#c2c2c2;
}

.myGreen
{
    padding:10px 0 10px 0;
    color: #008349; 
    font-weight: bold
}
