html, body
{ 
margin:0; 
padding:0; 
border:0;
}

body
{
margin:5px 0;
text-align:left; 
font:normal normal normal 90% verdana, arial, sans-serif; 
color:#000; 
background:#010462; 
}

p  
{
text-align:left;
margin:5px 40px; 
padding:0;
text-indent:15px;
line-height:1.2;
}

p.nomargin
{
line-height:normal;
margin:5px 0;
}

p.noindent
{text-indent:0;}

p.attention
{
font-weight:bold;
text-align:center;
font-size:15px;
letter-spacing:1px;
text-indent:0;
line-height:normal;
}

h1, h2, h3, h4, h5
{
margin:5px 30px;
text-align:center;
padding:5px;
font-weight:bold;
}

h1
{
margin-top:0;
font-family:georgia, times new roman, serif;
font-size:32px;
}

h1.smaller
{font-size:25px;}

h2 
{font-size:25px;}

h2.smaller
{
font-family:georgia, times new roman, serif;
font-size:18px;
}

h3
{font-size:20px;}

h3.img
{
font-weight:normal;
font-size:13px;
margin:5px auto;
}

h3.float
{padding-top:20px;}

h3.smaller, h3.alignleft
{
font-size:15px;
font-family:georgia, times new roman, serif;
}

h3.alignleft
{
margin:5px 30px;
text-align:left;
}

h4
{
font-weight:normal;
text-align:left;
margin:5px 40px;
font-size:12px;
}

img /* style the images so hyperlinked images don't have a border */
{border:0;}

/* floating images so text lines up beside the images */
img.left
{
float:left;
margin:5px 40px;
margin-right:15px;
}

img.right
{
float:right;
margin:5px 40px;
margin-left:15px;
}

/* styles for lists - special conditional statements in template.inc.php for IE */

ul
{
border:0;
margin:5px 20px 5px 40px;
}

ul li
{
list-style-image:url(list_red.jpg);
padding:0;
padding-bottom:5px;
font-size:14px;
line-height:1.4;
font-weight:bold;
}

ul li.two
{list-style-image:url(check_red.gif);}

/* styles for the anchor links */

a, a:visited
{
text-decoration:underline;
color:#c20808;
font-weight:bold;
font-variant:normal;
}

a:hover, a:active
{
text-decoration:none;
color:#000;
font-variant:small-caps;
} 

/* special classes for formatting text */

.red
{color:#c20808;}

.blue
{color:#2a316e;}

.green
{color:#008b3c;}

.orange
{color:#e46b00;}

.gold
{color:#ffc601;}

.bold
{font-weight:bold;}

.clear
{clear:both;}

.hilite 
{
background:#ffc601;
color:#2a316e;
font-weight:bold;
font-variant:small-caps;
font-style:normal;
font-size:15px;
}

.symbol /* unique class for special characters such as copyright etc. */
{
font-size:15px;
color:#c20808;
font-weight:bold;
letter-spacing:-1px;
}

.cap, .cap2 /* creates the large drop-cap first-letter in the paragraphs */
{
font-family:georgia, times new roman, serif;
font-size:35px; 
color:#c20808; /*red */ 
font-weight:bold; 
float:left; 
height:35px; 
line-height:35px; 
margin-top:-4px; 
margin-right:3px;
}

.cap2
{color:#2a316e;}

/* this creates an image holder box that gets rid of the ugly active focus border */

.image_holder
{
width:75px; 
height:65px;
margin:0 auto;
}

.image_holder a
{
display:block; 
width:0; 
height:0; 
position:relative;
}

.image_holder a img
{
position:absolute; 
left:0; 
top:0; 
border:0;
}

.image_holder a:active
{background:#fff;}

.image_holder a:active img, .image_holder a:focus img, 
.image_holder2 a:active img, .image_holder2 a:focus img,
.image_holder3 a:active img, .imgage_holder3 a:focus img
{background:#fff;}

.editor
{
width:600px;
background:url(resourcebg.jpg);
background-repeat:repeat-y;
border:0;
margin:10px auto;
margin-bottom:0;
float:none;
}

.editor p
{
text-align:left;
margin:5px;
padding:5px 0;
padding-top:10px;
line-height:1.2;
}

.editor p.noindent
{text-indent:0;}

.editor img
{
float:left;
margin:5px;
}

/* styles for testimonial box */

.container 
{
width:600px;
font:11px/180% Verdana, Arial, Sans Serif;
color:#000;
margin:0 auto;
margin-top:-10px;
}

.container .header 
{
width:100%;
height:142px;
background-image:url(box_6b_header.jpg);
background-repeat:no-repeat;
}

.container .content 
{
width:100%;
height:auto;
background-image:url(box_6b_content.jpg);
background-repeat:repeat-y;
padding:0 0 10px 0;
}

.container .content h3 
{
width:550px;
margin:0 auto 10px auto;
text-align:left;
color:#fff;
font:15px/150% trebuchet ms, verdana, arial, sans serif;
font-weight: bold;
}

.container .content p 
{
margin:0 auto;
width:550px;
text-align:justify;
}

.container .content p span.highlight 
{
color:#000;
font-weight:bold;
text-transform:uppercase;
}

div.container div.footer 
{
margin:0 auto;
width:600px;
height:13px;
background-image:url(box_6b_footer.jpg);
background-repeat:no-repeat;
}

/* styles for layout */

#wrapper
{ 
background:#fff;
margin:0 auto;
width:750px;
border:0;
text-align:left;  
} 

#header
{
display:block; 
width:750px;
height:150px; 
background:url(newcopy_header.jpg) #000;
background-position:top center;
background-repeat:no-repeat;
margin:0 auto;
}

#footer
{
display:block;
height:50px;
width:750px;
background:#000 url(newcopy_footer.jpg);
margin:0 auto;
}

#footer p
{
text-align:center;
margin:5px;
color:#fff;
font-size:12px;
font-weight:bold;
text-indent:0;
padding:3px 0;
}

#footer a, #footer a:visited, #footer a:hover, #footer a:active
{
color:#c20808;
font-weight:bold;
font-size:13px;
text-decoration:none;
border-bottom:1px dotted #000;
}

#footer a:hover, #footer a:active
{
color:#000;
font-variant:small-caps;
border-bottom:0;
letter-spacing:1.2;
}

#footer a.noborder, #footer a:visited.noborder, 
#footer a:hover.noborder, #footer a:active.noborder
{
border:0;
border-bottom:0;
}
