body
{
 margin: 0;
 padding: 0;
 /*background-color: #A1B8CF;*/
 background-color: #999CB5;
 font: 0.8em verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
 color: #000;
}
	
abbr, acronym { border-bottom: 1px dashed; }

#container
{
 /*background: url(../images/bg_grad.gif) repeat-x;*/
}

#main
{
 width: 790px;
 text-align: left;
 border: 1px solid #000;
 padding: 0;
 margin: 0 auto;
}

h1
{
 font-size: 1.8em;
 font-style: italic;
 padding: 5px;
 margin: 5px;
}

#header_bar
{
 padding: 2px;
 border-top: 1px solid;
 border-bottom: 1px solid;
 background: #555872 url(../images/navh_grad.gif) repeat-x;
 color: #000;
}

#navigation
{
 background: url(../images/navgrad.gif) repeat-x;
 height: 35px;
}

#content
{
 width: 790px;
 background: #fff;
 color: #000;
}

#left_col
{
 margin: 0 15px 0 10px;
 float: left;
 width: 562px;
 display: inline;
}

#left_col h2
{
 border-bottom: 1px solid;
 padding-bottom: 3px;
 margin-top: 15px;
 margin-bottom: 3px;
 font-style: italic;
 font-size: 1em;
}

#left_col h3
{
 font-weight: bold;
 font-size: 1em;
}

#wtee
{
 background: url(../images/grad1.gif) repeat-x;
 padding: 5px 10px 0 10px;
 margin-bottom: 25px;
}

.heading
{
 background: url(../images/grad1.gif) repeat-x;
 padding: 5px 10px 0 10px;
 margin-bottom: 25px;
 line-height: 1.2;
}

.heading p
{
 clear: left;
}

.heading span
{
 font-size: 11px;
}

.zero
{
 padding: 0px;
 margin: 0px;
}

.heading img
{
 float: left;
 margin-right: 10px;
 margin-bottom: 3px;
 display: inline;
}

#wcwoy
{
 background: url(../images/grad1.gif) repeat-x;
 padding: 5px 10px 0 10px;
 margin-bottom: 15px;
}

/*#left_col_heading2
{
 border-bottom: 1px solid;
 padding-bottom: 3px;
 margin-top: 25px;
 margin-bottom: 3px;
}*/

#right_col
{
 float: left;
 border-left: 1px solid;
 width: 200px;
 margin-top: 15px;
}

#right_col h2
{
 border-bottom: 1px solid;
 padding-bottom: 3px;
 margin-top: 0px;
 margin-bottom: 3px;
 font-style: italic;
 font-size: 1em;
}

#rc_container { padding: 0 10px 0 15px; }
#rc_container img { margin-top: 5px; }
#rc_container div { margin-top: 25px; }

#footer_bar
{
 padding: 2px;
 border-top: 1px solid;
 border-bottom: 1px solid;
 background: #555872 url(../images/navh_grad.gif) repeat-x;
 color: #000;
}

.clearfix:after
{
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

/* fix for IE mac */
/* .clearfix {display: inline-block;} */

/* Hides from IE-mac \*/
/* * html .clearfix {height: 1%;}
.clearfix {display: block;} */
/* End hide from IE-mac */

#navigation ul
{
 list-style: none;
 margin: 0;
 padding: 6px 0;
}
	
#navigation li
{
 border-left: 1px solid #fff;
 border-right: 1px solid #999;
 float: left;
 margin: 0;
 padding: 0;
}
	
#navigation a
{
 color: #666;
 font-weight: bold;
 padding: 0px 10px;
 text-decoration: none;
}
	
#navigation a:hover
{
 color: #000;
 background: #ccc;
}
	
#navigation #currentpage a
{
 background: #ccc;
 color: #000;
}

#header
{
 height: 70px;
 background: #525574 url(../images/head_grad.gif) repeat-x;
 color: #000;
}

blockquote
{
 border-left: 2px solid #999CB5;
 background-color: #eee;
 color: #000;
 font-style: italic;
 padding: 5px;
}

/*links control*/

a:link
{
 color: #515473;
 text-decoration: underline;
}

a:visited
{
 color: #515473;
 text-decoration: underline;
}

a:hover
{
 color: #757AAB;
 text-decoration: underline;
}

a:active
{
 color: #757AAB;
 text-decoration: underline;
}

/*end links control*/

ul
{
 list-style-type: square;
}

.bginput
{
 border: 1px solid #999CB5;
 font-size: 11px;
 padding: 2px 0px 2px 3px;
 background: #eee;
 color: #000;
 margin-bottom: 10px;
 margin-top: 2px;
}

label
{
 font-size: 11px;
}

textarea
{
 border: 1px solid #999CB5;
 font-size: 11px;
 padding: 2px 0px 2px 3px;
 background: #eee;
 color: #000;
 margin-top: 2px;
 margin-bottom: 10px;
}

#footer
{
 background: url(../images/head_grad.gif) repeat-x; color: #fff;
 height: 60px;
 padding: 5px;
 font-size: 11px;
}

#footer span
{
 float: right;
 line-height: 1.5;
 text-align: right;
}

/*footer links control*/

#footer a:link
{
 color: #fff;
 text-decoration: underline;
}

#footer a:visited
{
 color: #fff;
 text-decoration: underline;
}

#footer a:hover
{
 color: #ccc;
 text-decoration: underline;
}

#footer a:active
{
 color: #ccc;
 text-decoration: underline;
}

/*end links control*/