@charset "utf-8";

body {
color: black; background: white;
font-family: "Arial Unicode MS", Arial, Sans-serif;
}

.center {text-align: center;}
.clear {clear: both;}
.clearleft {clear: left;}
.floatleft {float: left;}
.leftcol40 {float: left; width: 40%;}
.middle {vertical-align: middle;}

/* Colors: */
.blue {color: blue;}
.green {color: green;}
.red {color: red;}
.yellow {color: #B8860B;}

a:link {color: blue;}
a:visited {color: purple;}
a:hover {color: aqua;}

a.nolinkcolor {text-decoration: none;}
a.nolinkcolor:link {color: black;}
a.nolinkcolor:visited {color: black;}
a.nolinkcolor:hover {font-size: 100%;}

p, hr {padding-top: 0.25%;} /* This is for Firefox */

h1 {
clear: both;
font-size:36px;
font-weight: 700;
}

h2 {
clear: both;
font-size:30px;
font-weight: 700;
}

h3 {
clear: both;
font-size:24px;
font-weight: 700;
}

h6 {
clear: both;
font-size:10px;
font-weight: 600;
}

ul 
{
list-style-image: url("RightArrow.jpg")
}

img.inmenu
{
height: 140px;
width: auto;
padding-right: 20px;
border-style: none;
vertical-align: text-top;
}

img.illos
{
float: left;
width: 300px;
padding-right: 20px;
padding-bottom: 20px;
border-style: none;
vertical-align: text-top;
}

img.illossmall
{
float: left;
height: 150px;
padding-right: 20px;
padding-bottom: 20px;
border-style: none;
vertical-align: text-top;
}

#banner { width: 100%;
margin-bottom: 10px;
background: #CCFFFF;
}

#leftcontent { 
float: left;
width: 30%;
border:1px solid blue;
padding-left: 5px;padding-right: 5px;padding-top: 5px;padding-bottom: 5px;
}

#centercontent { 
float: right;
width: 65%;
margin-left: 30px;
}

#footer { 
clear:both;
}

/* November 22, 2008 */
