/* This style sheet controls how the site is displayed.  It defines font styles, colors, sizes; site colors; etc... */
ADDRESS, BLOCKQUOTE, BODY, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, LI, MENU, OL, P, PRE, TD, TH, TR, UL {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: black;
font-size: 12px;}

A {cursor: pointer;
background: transparent;}

ADDRESS {font-style: italic;}

BIG {font-size: 15px;}

BLOCKQUOTE {font-style: italic;}

BODY {background: #211942;
background-image: url(images/bg_rays.jpg);
background-position: top right;
background-repeat: no-repeat;
margin : 0 0 0 0;
padding: 0 0 0 0;}

DT {font-weight: bold;}

FORM {margin: 0 0 0 0;}

H1, H2, H3, H4, H5, H6 {font-weight: bold;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #39297B;}

H1 {font-size: 22px;}

H2 {font-size: 18px;}

H3 {font-size: 16px;}

H4 {font-size: 14px;}

H5 {font-size: 13px;}

H6 {font-size: 12px;}

OL {list-style: decimal;}

UL UL OL OL, UL OL UL OL, OL UL OL OL, OL OL UL OL, OL UL OL, OL OL {list-style: lower-alpha;}

OL UL OL OL, OL OL UL OL, UL OL OL OL, OL OL OL {list-style: lower-roman;}

OL OL OL OL {list-style: decimal;}

SMALL, SUB, SUP {font-size: 10px;}

TEXTAREA {cursor: text;}

TD {margin-left: 0;}

TH {font-weight: bold;
text-align: center;
margin-left: 0;}

UL, MENU, DIR {list-style: disc;} 

UL UL, OL OL UL UL, OL UL OL UL, UL OL OL UL, OL UL UL, UL OL UL {list-style: circle;}

OL UL UL UL, UL OL UL UL, UL UL OL UL, UL UL UL {list-style: square;}

UL UL UL UL {list-style: disc;}

/* This controls the color and font of standard text links */

A:link {color: #5D4D9E;
text-decoration: none;}

A:visited {color: #2B2472;
text-decoration: none;}

A:active {color: #2E22A3;
text-decoration: none;}

A:hover {color: #C38501;
text-decoration: underline;}

/* Below is specific to DOMAIN NAME pages */

A.white:link {color: #fff;
text-decoration: underline;}

A.white:visited {color: #fff;
text-decoration: underline;}

A.white:active {color: #fff;
text-decoration: underline;}

A.white:hover {color: #fff;
text-decoration: underline;}

.main {margin-top: 30px;}

.nav_tile {background-image: url(images/nav_tile.gif);
background-repeat: repeat-y;}

.nav_area {border: 0px;}

.content {border: 0px;}

.content_area {background: #fff;
padding: 0 2 0 10px;}

.content_tile1 {background-image: url(images/content_tile1.gif);
background-repeat: repeat-x;}

.content_tile2 {background-image: url(images/content_tile2.gif);
background-repeat: repeat-y;}

.content_tile3 {background-image: url(images/content_tile3.gif);
background-repeat: repeat-x;}

.content_tile4 {background-image: url(images/content_tile4.gif);
background-repeat: repeat-y;}

.breadcrumb {font-size: 10px;
font-style: italic;}

.footer {text-align: center;
width: 90%;
border-top: 2px solid #EFA508;
margin-top: 20px;}

.tagline {color: #39297B;
font-size: 12px;
font-style: italic;
font-weight: bold;
margin-top: 10px;}

.tollfree {color: #39297B;
font-size: 15px;}

.copyright {font-size: 10px;
color: #fff;}

.video_button {margin-right: -8px;}

.photo {border-top: 2px solid #544A7D;
border-left: 2px solid #544A7D;
border-right: 2px solid #211942;
border-bottom: 2px solid #211942;}

.orange_cell {background-color: #FBD482;}

.purple_cell {background: #211942;
color: #fff;}

.videobox {border-top: 2px solid #544A7D;
border-left: 2px solid #544A7D;
border-right: 2px solid #211942;
border-bottom: 2px solid #211942;
background-color: #FBD482;
margin-left: 10px;}

/* print css */
@media print {
html>body table {width:100%;}
.content {width:100%; padding:0;}
.footer {width:100%; padding:0;}
    
/*remove on print*/
.nav_tile, .content_tile1, .content_tile2, .content_tile3, .content_tile4, .breadcrumb, .video_button, .nav_area {display:none;}

.noprint {display: none;}

/*start copying*/    
.red {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #c00;
    font-size: 15px;
    }

Table.codebox {
	background-color : #ccc;
	border : solid;
	border-color : #000;
	border-width : 1;
    }

