﻿body {
    padding: 0px;
    margin: 0px;
    background-color: #E4E5E7;
    color: black;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size: medium;
    text-align: center;
    background-image: url(img/back_shadow.jpg);
    background-position: top;
    background-repeat: repeat-y;
}

a:link {
   color:#0F1470;
   text-decoration: underline;
}

a:visited {
   color:#0F1470;
}

a:hover {
   color:#FFFFFF;
   text-decoration: none;
   background: #0F1470;
}

h1 {
    font-size : 14px;
    color : black;
    background-color: #DFDFDF;
    padding-right:5px;
    padding-left:5px;
    padding-bottom: 5px;
    padding-top:5px;
    border-color: #FFFFFF;
    border-style: solid;
    border: 1px;
}

h2 {
	font-size : 14px;
	color : black;
	margin-bottom : 10px;
	margin-top : 15px;
}

h3 {
	font-size : 12px;
	color : black;
	margin-bottom : 0px;
	margin-top : 10px;
}

h4 {
	font-size : 11px;
	color : black;
	margin-bottom : 0px;
	margin-top : 10px;
}


P {
	color: black;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-bottom : 0px;
}

.align-center {
	text-align:center;
}


li {
	color: black;
    font-size : small;
}

.bulletlist {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : #6600CC;
}

.csc-frame-frame1 {
	background-color: #EDEBF1;
	padding: 2px 4px 2px 4px;
	border: 1px solid #333333;
}

.csc-frame-frame2 {
	background-color: #0A296c;
	color: #FFFFFF;
	padding: 2px 4px 2px 4px;
	border: 1px solid #333333;
}

SELECT {
	font-size: 10px
}

TEXTAREA {
	font-size: 10px;
    text-align: justify;
    line-height: 125%;
}
.tx-spbettercontact-pi1 {
    width: 560px;
    font-size: 10px;
        
}

.tx_spbettercontact_captcha {
    width: 560px;
    font-size: 10px;
}

#main {
	width: 890px;
    color:black;
    background-color:#FFFFFF;
    margin: 0 auto;
}

#nest {
}

#header {
    width:885px;
    height:100px;
    color: black;
}
#header p {
}
#headnav {
    width: 885px;
    height: 20px;
    text-align:center;
    color:black;
    /*background-color: #0F1470;*/
    margin: auto;
    margin-top:20px;
}
#headnav p {
}

#leftbox {
    margin-top: 10px;
    width: 140px;
    min-height:450px;
    float: left;
    color:black;
    text-align:center;
    font-size:80%;
    overflow: hidden;
}

#leftbox p {
    font-size:80%;
    border: none;
}

#content {
    margin-top: 10px;
	margin-left: 145px;
	margin-right: 145px;
    margin-bottom: 10px;
    width: 590px;
    min-height:450px;
	color:black;
    background-color:white;
    text-align: left;
    overflow:hidden;
}

#content p {
    font-size:80%;
    border: none;
}


#rightbox {
    margin-top: 10px;
    width: 140px;
    min-height:390px;
    float: right;
    color:black;
    text-align:center;
    overflow:hidden;
}

#rightbox p {
    font-size:80%;
    border: none;
}

#footer {
    width:885px;
    height: 25px;
    text-align:center;
    font-size:70%;
    color: black;
    border: none;
    margin: auto;
}
#footer p {
    text-align:right;
    font-size:50%;
    border: none;
}
#copyright {
	width:885px;
	height:20px;
	text-align:center;
    color: grey;
    border: none;
    margin: auto;
    /*background-color: #0F1470;*/
}
#copyright p {
    text-align:right;
    font-size:50%;
    border: none;
}