﻿/* Main Content / General Settings */

BODY {
background-color : #ab1520;
margin: 0px;
font-size : 14px;
color: #361f00;
border: 0px #000000 solid;
}

#maindiv {
color: #361f00;
font-family : Arial, sans-serif;
font-size : 14px;
width: 825px;
padding: 0px;
margin: 0 auto;
}

#content {
background-image: url('../images/cwa_content.gif');
margin: 0 auto;
padding: 0;
}

#conother {
background-image: url('../images/cwa_conother.gif');
margin: 0 auto;
padding: 0;
}


P {
color: #361f00;
font-family : Arial, sans-serif;
font-size : 14px;
border: 0px #361f00 solid;
}

H1 {
font-size : 18px;
font-weight : bold;
color : #361f00;
}

H2 {
font-size : 14px;
font-weight : bold;
color : #361f00;
}

HR {
color: #ab1520;
height: 2px;
width: 95%;
}

.imgborder {
	border-width: 0px;
}

.center {
	text-align: center;
}

A:LINK {
text-decoration : none;
color: #ab1520;
font-weight: bold;
}
A:VISITED {
color: #ab1520;
text-decoration : none;
font-weight: bold;
}
A:HOVER {
color: #ab1520;
text-decoration: underline;
font-weight: bold;
}
A:ACTIVE {
color: #361f00;
text-decoration : none;
font-weight: bold;
}

/* Header Area */

#topheader {
background-image: url('../images/cwa_header.gif');
height: 215px;
margin-top: 0px;
margin: 0;
padding: 0;
}

#topnav {
background-image: url('../images/topnav.gif');
height: 35px;
margin: 0;
padding: 0;
}

#topnav p {
color: #ab1520;
font-size: 16px;
text-align: right;
margin-right: 50px;
}

.divlogo {
margin-left: 50px;
width: 145px;
text-align: left;
}

/* Left Navigation */

#leftcon {
float: left;
width: 190px;
clear: both;
}

#leftlinks {
margin-left: 10px;
margin-top: 5px;
margin-bottom: 15px;
text-align: left;
}

/* Right Content */

#rightcon {
float: right;
margin-right: 15px;
width: 570px;
clear: both;
vertical-align: top;
}

/* Footer Area */

#botnav {
background-image: url('../images/cwa_footer.gif');
height: 25px;
padding: 0;
margin: 0;
border: none;
}

.botnav p {
font-size: 10px;
color: #ffffff;
text-align: center;
margin-top: 0px;
margin-bottom: 12px;
}

.botnav A:LINK {
text-decoration : none;
color: #ffffff;
font-weight: normal;
}
.botnav A:VISITED {
color: #ffffff;
text-decoration : none;
font-weight: normal;
}
.botnav A:HOVER {
color: #ffffff;
text-decoration: underline;
font-weight: normal;
}
.botnav A:ACTIVE {
color: #ffffff;
text-decoration : none;
font-weight: bold;
}

