﻿/* DEFAULTS
----------------------------------------------------------*/
/* remove border around all input elements */
input:focus {
    outline: none;
}

/* remove border around all textarea elements */
textarea:focus {
    outline: none;
}

/* remove border around all select elements */
select:focus {
    outline: none;
}

/* remove border around all input,textarea and select elements */
input:focus, textarea:focus, select:focus {
    outline: none;
}

/* remove border around all elements */
:focus {
    outline: none;
}

body
{
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI", Calibri, Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.0em;
    color: #696969;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
    width: 850px;
    min-height: 400px;
}

.a
{
    border: 0;
    cursor: pointer;
    text-decoration: none;
}

a, img
{
    border: none;
    outline: none;
}



/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI", Calibri, Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.0em;
    line-height: 1.0em;
    text-transform: none;
    font-weight: 200;
    color: #000000;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
h2 /* Section Title */
{
    font-size: 1.2em;
    line-height: 1.0em;
    color: #ee8722;
    font-weight: 600;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
    float: left;
}
h3 /* Section Title Text */
{
    font-size: 0.9em;
    line-height: 1.2em;
    color: #00008B;
    text-align: justify;
    font-weight: 600;
    padding: 0px 10px 0px 10px;
    margin: -30px 0px 25px 0px;
}
p /* Main Body Text */
{
    font-size: 0.8em;
    line-height: 1.2em;
    color: #00008B;
    text-align: justify;
    font-weight: 400;
    padding: 0px 10px 0px 10px;
    margin: -20px 0px 20px 0px;
}
.hdrImg
{
    height: 50px;
    margin-bottom: 15px;
}
.btnImg
{
    float: right;
    margin: 2px 10px 15px 0px;
}
.indent
{
    padding: 0px 30px 10px 30px;
}
.ridge
{
    border-style: ridge;
    border: 1px solid black;
    padding: 30px;
}
.top-bottom-borders
{
    padding: 10px 0px 32px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
.copyrights
{
    font-size: 0.9em;
    line-height: 1.0em;
    color: #ee8722;
    font-weight: 600;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 10px 0px 15px 10px;
    margin: 0px 0px 0px 0px;
}

