﻿@import url("mylayout.css");
body {
	color:   #C0C0C0;
	font-size: 13px;
	font-family:     Calibri, Arial, Helvetica, sans-serif ; 
	 
	background-color: #d3d9d6;
}
#container {
	background-color: #333333;
	width: 980px;
	margin: 0 auto;
	border-top: 5px solid  #232323;
	border-right: 5px solid #232323;
	border-bottom: 5px solid #232323;
	border-left: 5px solid #232323;
}
#masthead {
	text-align: right;
	background-color: #F5F5F5;
	padding-right:12px;
	padding-top:12px;
	width: 967px;
	height:100px;
	background-image:url('../images/cw-header-3.jpg');
	background-repeat:no-repeat;
}
#navigation {
	background-color: #333333;
	overflow: hidden;


}
#column_l {
	width: 760px;
	margin: 0;
	padding: 0 0px 0 15px;
	background-color: #333333;
	color: #FFB442;
}


.half_col_l {
	color: #2B88D7;
	width: 356px;
	background-color: #333333;
	padding: 0px 5px 0px 5px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.half_col_r {
	color: #2B88D7;
	width: 356px;
	background-color: #333333;
	padding: 0px 5px 0px 0px;
	float: right;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.ad_left {
	width: 346px;
	background-color: #333333;
	padding: 0px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.ad_right {
text-align:center;
	width: 346px;
	background-color: #333333;
	padding: 0px;
	float: right;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#column_r {
	width: 170px;
	margin: 0 10px 0 0px;
	float: right;
	padding: 0px;
	background-color: ;
	position: relative;
}
#footer {
	width: 980px;
	text-align: center;
	background-color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color:  gray;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #6192BD;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: thin solid #333333;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #9999FF  ;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #2B88D7;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
