body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style-type: none;
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

body {
	color: #313365;
	font: 62.5% Arial;
	text-align: center;
}

/* links  */

a {
	color: #7C90A1;
	text-decoration: underline;
}

a:hover {
	color: #234466;
}

/* headings */

h1 {
	font-size: 2em
}

h2 {
	font-size: 1.5em
}

h3 {
	font-size: 1.25em
}

h4 {
	font-size: 1em
}

/* strong em */

strong {
	font-weight: bolder;
}

em {
	font-style: italic;
}

/* tables & forms */

input, select, th, td {
	font-size: 1em
}

/* page structure & layout */

#page {
	color: #2f3364;
	background: white;
	margin: 0 auto;
	text-align: left;
	width: 759px;
}

#top {
	height: 161px;
	width: 759px;
	background-image: url(../images/rhs.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#middle {
	width: 759px;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-right: 20px;
	min-height: 200px;
	overflow: auto;
}

#bottom {
	height: 91px;
	width: 759px;
}

/* Top */

#logo {
	width: 161px;
	height: 161px;
	background-image: url(../images/cwc_logo.gif);
	float: left;
}

#caption {
	float: right;
	width: 597px;
	background-image: url(../images/header.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 100px;
	position: relative;
	height: 161px;
}

#header {
	padding-top: 60px;
	padding-left: 40px;
}

/* Middle */

#navigation {
	float: left;
	overflow: visible;
	list-style-type: none;
	background-position: right top;
	background-image: url(../images/nav_top.gif);
	background-repeat: no-repeat;
	background-color: #9799cb;
	font-size: 1.1em;
	line-height: 1.4em;
	width: 159px;
}

#content {
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1.2em;
	line-height: 1.5em;
	width: 520px;
}

/* Bottom */

#footer {
	background-image: url(../images/footer.gif);
	background-position: right top;
	background-repeat: no-repeat;
	clear: both;
	font-size: 1.1em;
	height: 91px;
}

/* Breadcrumbs */

#breadcrumb {
	background: #87BCD8;
	color: #4C7897;
	font-size: 1.2em;
	height: 46px;
	position: relative;
}

#breadcrumb a {
	color: #4c7897;
	text-decoration: none;
}

/* Content */

#content h2 {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -1px;
}

#content p {
	line-height: 1.5em;
	margin: 0 0 20px 0;
}

#content ol {
	line-height: 1.8em;
	margin: 0 30px 20px 50px;
}

#content ul {
	line-height: 1.8em;
	margin: 0 30px 20px 30px;
}

#content ul li {
	line-height: 1.8em;
	list-style: square;
	padding-left: 2px;
}

#content ul.submenu li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
}

/* Navigation */

#navigation p {
	margin: 0;
}

#navigation ul {
	margin-left: 0px;
	margin-bottom: 20px;
	margin-right: 0;
	margin-top: 30px;
}

#navigation ul li {
	height: 24px;
	list-style: none;
}

#navigation a {
	font-size: 1.2em;
	text-decoration: none;
	list-style-type: none;
	color: white;
	display: block;
	padding: 4px 4px 4px 10px;
}

#navigation a:hover {
	background-color: #4f5184;
}

/* footer */

#footer p {
	padding-right: 40px;
	color: white;
	padding-top: 58px;
	line-height: 1.6em;
	text-align: right;
	font-size: 0.8em;
}

#footer a {
	text-decoration: underline;
}

/* misc */

a img {
	border: none;
}

/* classes */

.right, .left {
	background: #fff;
	border: 1px solid #e3e7e8;
	float: left;
	margin: .5em 12px 6px 0;
	padding: 6px;
}

.right {
	float: right;
	margin: .5em 0	6px 12px;
}

.left {
	float: left;
	margin: .5em 12px 6px 0;
}