body
{
margin: 0;
padding: 0;
font: 85% arial, hevetica, sans-serif;
text-align: center;
color: #000;
background-color: #ffecc2;
}

a:link {color: #447db8;}

a:visited {color: #447db8;}

#container
{
margin: 1em auto;
width: 744px;
text-align: left;
background-color: white;

background-image: url(/images/background.jpg);
background-repeat: repeat-y;
}

#header
{
height: 100px;
background-image: url(/images/cotw_logo.jpg);
background-repeat: no-repeat;
background-position: 0 0;
background-color: #ffffff;
position: relative;
}

#subnav
{
color: #447db8;
padding: 2px 0;
text-align:center;
font-size:80%;
}

#subnav ul
{
margin: 0 0 0 0px;
padding: 0;
list-style-type: none;
}

#subnav li
{
display: inline;
padding: 0 5px;
border-right: 1px solid #447db8;
}

#subnav li a { }

#subnav li a:hover { text-decoration: none; }

#menuheader
{
height: 54px;
background-image: url(/images/cotw_logo2.jpg);
background-repeat: no-repeat;
background-position: 0 0;
background-color: #ffffff;
position: relative;
}

#menu
{
margin: 0;
padding: 0;
float: left;
width: 210px;
}

#menu ul
{
margin-left: 5px;
padding-left: 3px;
list-style-type: none;
font: 90% "Comic Sans MS",;
font-weight: bold;
}

#contents
{
margin: 22px 20px 20px 230px;
background-color: white;
}

#footer
{
clear: both;
height: 20px;

}

h1
{
color: #447db8;
font: 140% "Comic Sans MS",georgia, times, "times new roman", serif;
font-weight: normal;
margin: 2px 2px 2px 230px;
}

h2
{
color: #447db8;
font: 120% "Comic Sans MS", georgia, times, "times new roman", serif;
font-weight: normal;
}

h2 a { text-decoration: none; }

h3
{
color: #5B5E0E;
font: 106% "Comic Sans MS", georgia, times, "times new roman", serif;
font-weight: normal;
margin: 0 0 2px 0;
}

h4
{
color: #447db8;
font-size: 80% ;
font-weight: bold;
margin: 0 0 2px 0;
}

h5 { font-size:80%; }

 

.imagerightyes
{
float: right;
padding: 2px;
border: 1px solid #447db8;
margin: 0 0 10px 10px;
}

.imageleftyes
{
float: left;
padding: 2px;
border: 1px solid #447db8;
margin: 0 10px 10px 0;
}

.imagerightno
{
float: right;
padding: 2px;
margin: 0 0 10px 10px;
}

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

