/* CSS Document by Allan Scott */

/*---[ undohtml ]-------------------------- */

:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

a img,:link img,:visited img { border:none }

address { font-style:normal }

body	{
font-family:Arial,sans-serif;
color: #666;
font-size:small;
background-color:#9282a9;
}

#wrap	{
width:770px;
margin:0 auto;
padding:0;
/*background-image: url(../images/wrap-bg.jpg);
background-repeat: repeat-y;*/
background-color:#f4e9cd;
}

#inner-wrap	{
}

#banner	{
width:720px;
height:180px;
/*background-image:url(../images/banner.gif);
background-repeat: no-repeat;*/
}

#banner h1	{
display:none;
}

#title	{
width:770px;
height:55px;
background-image: url(../images/title-bg.jpg);
background-repeat: no-repeat;
}

#title h1	{
display:none;
}


#content	{
background-color:#f4e9cd;
}

#content .inside	{
padding:0 0px;
}

#contentitem1	{
float:left;
width:415px;
}

#contentitem1 p	{
color:#001169;
font-weight:bold;
padding:0 0 0 20px;
}

#contentitem1-pic	{
float:right;
width:345px;
}


#contentitem2	{
float:right;
width:395px;
}

#contentitem2 p	{
font-family:Georgia, 'Times New Roman', Times, serif;
font-weight:bold;
font-style:italic;
color:#000;
padding:0 20px 0 0;
}

#contentitem2-pic	{
float:left;
width:375px;
}

#title3	{
background-image: url(../images/title3-bg.jpg);
background-repeat: no-repeat;
width:770px;
height:60px;
}

#times p	{
text-align:center;
font-weight: bold;
color:#001169;
padding:0 100px 10px 100px;
}

#footer	{
width:770px;
height:74px;
background-image: url(../images/ftr-bg.gif);
background-repeat: no-repeat;
clear:both;
font-size:90%
}

#footer .inside	{
width:550px;
padding:20px 0 0 30px;
}

#footer p, #footer a	{
color:#fff;
font-weight:bold;
}

/*#footer a:link, #footer a:visited	{
font-size:90%;
font-weight:normal;
color:#666;
}*/

#footer a:hover	{
/*color:#30AC5B;*/
text-decoration:underline;
}

#content h1	{
font-size:350%;
color:#0081A9;
text-align:center;
}

h2	{
font-size:140%;
color:#0081A9;
font-weight:bold;
letter-spacing:.25em;
}

h3	{
font-size:120%;
color:#0081A9;
font-weight:bold;
letter-spacing:.25em;
margin:10px 0 0 0;
}

p	{
font-size:100%;
line-height:1.5em;
}

a:link, a:visited	{
font-weight:bold;
color:#016549;
}

a:hover	{
text-decoration:underline;
}

/*---[ basiclists ]---------------------------*/

ul{
margin:0px 0 10px 1em;
padding:0 0 0 1em;
list-style-type:square;
}

ul ul{
margin:0 0 0 1em;
padding:0 0 0 1em;
list-style-type:square;
}

ul ul ul{
list-style-type:square;
}

ul li	{
margin-left:20px;
margin-top:5px;
line-height:1.5em;
}

ul.basiclist	{
margin:10px 0;
list-style-type:square;
}

ul.basiclist li	{
margin-left:20px;
margin-top:5px;
}

ol	{
margin:10px 0;
padding:0;
list-style-type:decimal;
}

ol li	{
margin-left:25px;
margin-top:5px;
line-height:1.5em;
}

ol.basicorderedlist	{
margin:10px 0;
list-style-type:decimal;
}

ol.basicorderedlist li	{
margin-left:25px;
margin-top:5px;
}

/* images ----------------------------------*/

.wide-image	{
margin:10px 0;
border-top:4px solid #0281AA;
border-bottom:8px solid #0281AA;
}