﻿body 
{
    background-image:url(BackgroundImage.jpg);
    background-color: #00305C;
    background-repeat: repeat-x;
    text-align: center;
    font-family: Arial;
    font-size:small;
}

ul
{
	list-style-image: url(dash.jpg);
	padding-top: 5px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-right: 15px;
}

.masterpage_header_table
{
    background-image: url(headerimage.jpg);
    text-align: center;
}

.masterpage_footer
{
    height:60px;
    background-image:url(../BackgroundGradient.aspx?startcolor=00305C&endcolor=3C6791&type=startendstart&height=60);
    text-align: -moz-center;
}

.standardcontainer
{
    border:2px solid #3c6791;
    width: 100%;
}

.standardcontainer_header
{
    background-color:#3c6791;
    font-weight: bold;
    color: #f9f0d6;
    text-align:center;
    font-size: 12px;
    padding: 2px;
}

.standardcontainer_Body
{
    color:#000000;
    background-color:#ffffff;
    font-size: 12px;
    padding: 5px;
}

.standardcontainer_Body_nopadding
{
    color:#000000;
    background-color:#ffffff;
    font-size: 12px;
}

.obm_header_red
{
	color: #881c16;
	font-weight:bold;
}

a:link
{
    text-decoration: none;
    font-size: 12px;
    font-family:Arial;
    color:Black;
}

a:visited
{
    text-decoration: none;
    color: #A1A1A1;
}

a:hover 
{
    text-decoration: none;
    color: #3C6791;
}

a.standardcontainer:link
{
	    text-decoration: none;
    color: #f9f0d6;
}

a.standardcontainer:visited
{
	    text-decoration: none;
    color: #f9f0d6;
}

a.standardcontainer:hover
{
	    text-decoration: underline;
    color: #881c16;
}

.form_field
{
    width:300px;
    text-align:left;
}

.form_error
{
    width:200px;
    color: Red;
    font-style: italic;
}

.form_control
{
    width:275px;
}

.form_label
{
    font-weight: bold;
    width: 200px;
}