

.clear_containers_float {
float: none;
clear: both;
width: 0px;
height: 0px;
padding: 0px;
margin: 0px;
}

.DivContainer {
clear: both;

min-height: 5px;

}

.DivContainerMarginTop {
clear: both;
margin-top: 10px;
}

.DivContainerMarginBottom {
clear: both;
margin-bottom: 5px;
}

.DivContainerMarginTopBottom {
clear: both;
margin-top: 10px;
margin-bottom: 10px;
}

.DivContainerMarginBottomBig {
clear: both;
margin-bottom: 10px;
}

.DivLeft {
float: left;
}

.DivRight {
float: right;
}

.DivLeftLargeTopPad {
float: left;
padding-top: 40px;
}

.DivLeftSmallTopPad {
float: left;
padding-top: 7px;
}

.DivGap {
float: left;
width: 10px;
}

.DivGapRight {
float: right;
width: 10px;
}

.DivGapSmallRight {
float: right;
width: 5px;
}

.DivGapLarge {
float: left;
width: 20px;
}

.DivGapLargeRight {
float: right;
width: 20px;
}

.DivGapExtraLarge {
float: left;
width: 50px;
}

h1 {
font-family: tahoma, arial;
font-size: 22px;
font-weight: normal;
color: #000000;
padding: 0px;
margin: 0px;
margin-bottom: 10px;
}

h2 {
font-family: tahoma, arial;
font-size: 16px;
font-weight: normal;
color: #000000;
padding: 0px;
margin: 0px;
margin-bottom: 10px;
}

h3 {
font-family: tahoma, arial;
font-size: 16px;
font-weight: normal;
color: #000000;
padding: 0px;
margin: 0px;
margin-bottom: 10px;
}

a {
color: #252525;
text-decoration: underline;
}

a:hover {
color: #252525;
text-decoration: none;
}

a.reversed {
color: #252525;
text-decoration: none;
}

a.reversed:hover {
color: #252525;
text-decoration: underline;
}

img {
border: none;
}

.pointer_cursor {
cursor: pointer;
}

p {
clear: both;
margin-bottom: 10px;
}

p.align_right {
margin-bottom: 10px;
text-align: right;
}

p.align_right_padded {
margin-bottom: 10px;
margin-right: 5px;
text-align: right;
}

p.align_center {
margin-bottom: 10px;
text-align: center;
}

p.single {
margin-bottom: 5px;
}

p.double {
margin-bottom: 20px;
}

p.form {
clear: both;
float: none;
margin-top: 5px;
margin-bottom: 5px;
}

.paragraph_copy {

min-height: 10px;

padding-left: 2px;
padding-right: 2px;
line-height: 1.5em;
font-family: tahoma;
font-size: 12px;
}

hr {
border: 0;
height: 1px;
color: #808080;
background-color: #808080;
margin: 5px 0px 10px 0px; 
}

hr.light {
border: 0;
height: 1px;
color: #d5e1a3;
background-color: #d5e1a3;
margin: 5px 0px 10px 0px;
}

.strong_copy {
font-weight: bold;
}

.italic_copy {
font-style: italic;
}

.underline_copy {
text-decoration: underline;
}

.error_copy {
color: #ff0000;
}

.green_copy {
color: #708708;
}

.purple_copy {
color: #4e51a8;
}

.light_purple_copy {
color: #7801bb;
}

.red_copy {
color: #ee3c29;
}

.orange_copy {
color: #f5a01d;
}

.turquoise_copy {
color: #59c1ac;
}

.grey_copy {
color: #808080;
}

.small_arrows {
font-family: arial;
font-size: 9px;
font-style: italic;
}

.small_copy {
font-size: 10px;
}

ul {
padding-left: 30px;
}

ol {
padding-left: 30px;
}



/*FORM STYLES*/
.form {
clear: both;
margin-bottom: 15px;
}

.form_nm {
clear: both;
margin-bottom: 0px;
}

fieldset {
border: 1px solid #043E54;
padding: 10px;
}

legend {
font-weight: normal;
color: #384e76;
margin-bottom: 10px;
padding: 0px 5px;
}


/*INPUT*/
input.chkbox {
cursor: pointer;
}

input.top_search {
width: 90px;
font-size: 10px;
margin-left: 100px;
margin-top: 2px;
padding: 2px;
}

input.top_search_go {
margin-top: 2px;
}

input.small {
width: 80px;
padding: 2px;
}

input.medium {
width: 200px;
padding: 2px;
}

input.medium_error {
width: 200px;
padding: 2px;
background: red;
color: #ffffff;
}

input.large {
width: 350px;
padding: 2px;
}

input.campaign {
width: 205px;
padding: 2px;
}



/*TEXTAREA*/

textarea {
font-family: tahoma;
font-size: 12px;
padding: 2px;
}

textarea.large {
width: 350px;
height: 70px;
font-family: tahoma;
font-size: 12px;
padding: 2px;
}

textarea.campaign {
width: 205px;
height: 77px;
font-family: tahoma;
font-size: 12px;
padding: 2px;
}

textarea.campaign_comments {
width: 205px;
height: 136px;
font-family: tahoma;
font-size: 12px;
padding: 2px;
}


/*SELECT*/



/*SUBMIT*/
.subBut_large {
padding: 10px;
}

.subBut_warning {
padding: 10px;
color: #ff0000;
}

.submitBut {
border-style: outset;
border-top-color: #ffffff;
border-left-color: #ffffff;
border-right-color: #808080;
border-bottom-color: #808080;
border-width: 2px;
background: #e3e3e3!important;
font-family: tahoma;
padding: 1px;
cursor: pointer;
}
