﻿body {
	background-color:#f2e3bb;
	margin:0 0 16px 0;
	padding:0;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:10pt;
	color:#401f11;
	text-align:center;
	background-image:url('images/layout/page-back.jpg');
	background-attachment:fixed;
	background-position:top;
	background-repeat:repeat-x;
}

p {
	font-family:Verdana, Arial, Sans-Serif;
	font-size:10pt;
	margin-top:0px;
	margin-bottom:8px;
	padding-left:0;
}

h1 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:normal;
	font-size:2em;
	color: #7a1c26;
}

h2 {
    font-family:Georgia, Times New Roman, Times, serif;
    font-weight:normal;
    font-size:1.4em;
    color:#7a1c26;
    margin-bottom:6px;
}

h3 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	font-size:1.2em;
	color:#7a1c26;
	margin-bottom:6px;
} 

h4 {
    font-family:Georgia, Times New Roman, Times, serif;
    font-weight:bold;
    font-size:1.1em;
    color:#7a1c26;
    margin-top:0;
}

h5 {
    font-family:Georgia, Times New Roman, Times, serif;
    font-weight:bold;
    font-size:1em;
    color:#7a1c26;
    margin-top:2px;
    margin-bottom:4px;
}

td {
    vertical-align:top;
    font-weight:normal;
    color:black;
    font-family:Verdana, Arial, Sans-Serif;
}

A:link    {
	color: #CC3300;
	text-decoration: none;
}  
A:visited {
	color: #CC3300;
	text-decoration: none;
}
A:hover   {
	color: #CC3300;
	text-decoration: underline;
}
A:active  {
	color: #CC3300;
	text-decoration: none;
}

.cyberlink {
	font-family:Verdana, Arial, Sans-Serif;
	font-size:7pt;
	margin-top:8px;
	padding-top:8px;
	text-align:center;
}


/*Layout Styles*/

#container {
    width:800px;
    text-align:center;
    margin:0 auto 6px auto;
    padding:0;
    border:2px;
    border-color:#603426;
    border-style:solid;
    background-color:#dbb480;
}

#header {
    width:800px;
    margin:0;
    padding:0;
}

#sidebar {
	margin:0;
	padding:0;
	float:left;
	width:175px;
	text-align:left;
	background-color:#dbb480;
	background-image:url('images/layout/cwo-sidebar-bkgrnd.jpg');
	background-repeat:repeat-y;
}

#content {
    margin:0 0 0 175px;
    padding:30px 20px 0 30px;
    width:auto;
    text-align:left;
   	background-color:#fefdfa;
	background:url('/images/layout/content-back.jpg') ;
	background-position:top;
	background-repeat:no-repeat;

}


#footer {
	clear:both;
	width:800px;
	height:20px;
	margin:0;
	padding:0;
	background:url('/images/layout/cwo-bot-border.jpg');
	background-color:#7a1c26;
}


