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

body
{
background:url(../images/body_bg.gif) #05559a;
background-repeat:repeat;
font-family:verdana, trebuchet ms, sans serif;
font-size:80%;
text-align:left;
margin:5px 0;
color:#000;
}

/* all the font and text styles start here */

p
{
margin:5px 50px;
padding-bottom:5px;
line-height:1.2;
text-indent:15px;
}

p.noindent
{text-indent:0;}

h1, h2, h3, h4, h5, h6
{
font-family:georgia, times, times new roman, courier, serif;
font-weight:bold;
text-align:center;
margin:5px 40px;
padding-bottom:5px;
}

h1
{font-size:25px;}

h2
{font-size:20px;}

h3
{font-size:18px;}

h4
{font-size:13px;}

h5
{font-size:11px;}

h6
{font-size:10px;}

/* link styling */

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

a:hover
{color:#141ca5;}

img
{border:0;}

/* list styles for unordered and ordered lists */

ul.listbox, ol.listbox
{
border:0;
margin:5px 50px 5px 100px;
}

ul.listbox li, ol.listbox li
{
list-style-image:url(../images/check.gif);
padding:0 0 5px 5px;
font-size:13px;
line-height:1.2;
font-weight:normal;
}

ol.listbox li
{
list-style-image:none;
list-style-type:default;
font-weight:bold;
font-size:13px;
line-height:1.2;
}

ul.listbox ul, ol.listbox ol
{margin-left:15px;}

ul.listbox ul li, ol.listbox ol li
{
font-weight:bold;
font-size:13px;
line-height:1.2;
padding:0 0 5px 5px;
}

ol.listbox ol li
{list-style-type:lower-alpha;}

/* font styles start here */

.bold
{font-weight:bold;}

.italic
{
font-style:oblique;
text-decoration:none;
}

.strike
{
font-weight:bold;
text-decoration:line-through;
}

.symbol
{
color:#b11e0d;
font-weight:bold;
font-size:17px;
}

/* colors for the text start here */

.red
{color:#b11e0d;}

.blue
{color:#05559a;}

.hilite
{background:#ffc601;}

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


/* placement and clearing styles start here */

.right
{
float:right;
margin:5px 30px 0 0;
}

.left
{
float:left;
margin:0 5px 0 10px;
padding:5px;
}

.imgctr /* style for the shadow below the text boxes */
{
border:0;
padding:0;
margin:0 0 10px 195px;
}

.clear
{clear:both;}

/* main content area  */

#wrapper 
{
margin:0 auto;
margin-bottom:10px;
padding:0;
width:750px;
border-top:10px solid #05559a;
border-right:0;
border-bottom:10px solid #05559a;
border-left:0;
text-align:left;
background:#fff;
}

#header  /* header image is in this rule. */
{
position:relative;
width:100%;
height:200px;
background:url(../images/wcmaf_header.jpg) #05559a;
background-position:top center;
background-repeat:no-repeat;
}

/* put your footer image in here.  size it the same width as your wrapper div */
#footer
{
position:relative;
width:100%;
height:50px;
background:url(../images/wcmaf_footer.jpg) #05559a;
background-position:top center;
background-repeat:no-repeat;
}

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

#footer a, #footer a:visited
{
color:#05559a;
font-variant:small-caps;
font-size:12px;
}

#footer a:hover, #footer a:active
{
text-decoration:none;
color:#b11e0d;
}
