/* Global Defaults */
html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image: url(images/cla_01_r1_c1.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
	background-color: #666666;
}
/* Headlines */
h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
	color: #CEA422;
}
h1 {
	font-size: 144%;
}
h2 {
	font-size: 124%;
}
h3 {
	font-size: 115%;
}
/* Text Styles */
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 133%;
	letter-spacing: 1px;
	color: #666666
}
blockquote {
  margin: 1.25em;
  padding: 1.25em
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
  font-size: .8em;
}
big {
  font-size:1.2em;
}
/* Links and Images */
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover { 
	color: #CEA422; 
	text-decoration: none;
}
a:active { 
	color: #cea411;
	text-decoration: none;
}
img {
  border: none;
  padding: 0px;
}

/* Tables */
table {
  margin: 0;
  padding: 0;
  border: none;
}
.bg_table {
	background-color: #c3d9ff;
}
/* Forms */
form {
  margin: 0;
  padding: 0;
  display: inline;
}
label {
cursor: pointer;
}

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
#indent1 {
	text-indent: 10px; 
}
#header {
	width: 925px;
	height: 74px;
	margin: 0 auto;
	margin-bottom: 0px;
	background: url(images/cla_01_r1_c3.jpg);
}
#strapline {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	float: right;
	width: 600px;
	height: auto;
	padding-top: 22px;
	color: #666;
}
#headpic {
	background-image: url(images/cla_01_r2_c3.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 925px;
	height: 178px;
}
#wrapper {
	width: 925px;
	margin: 0 auto;
	background: url(images/cla_01_r3_c3.jpg) repeat-y center;
	padding-top: 22px;
	padding-bottom: 22px;
}
#content {
	float: right;
	width: 630px;
	padding: 0;
	margin-right: 55px;
}
#menu {
	width: 230px;
	height: auto;
	float: left;
	padding-top: 40px;
}
.menu {
	font-size: 1em;
	list-style: none;
	line-height: 185%;
}
#clear {
	width: 922px;
	clear: both;
}
#foot {
	clear: both;
	width: 925px;
	height: 44px;
	margin: 0 auto;
	background-image: url(images/cla_01_r5_c3.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#footer {
	clear: both;
	width: 925px;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
.footer {
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .85em;
}
#footer a {
	color: #999;
}
#r_col {
	width: 289px;
	float: right;
	margin-left: 12px;
}
#r_col266 {
	width: 266px;
	float: right;
	margin-left: 12px;
	height: auto;
	overflow: auto;
}
/*
#menu ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}
#menu li {
	display: list-item;
}

#menu a {
	display: block;
	float: right;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 100%;
	padding-right: 46px;
}
#menu a:hover {
	color: #660000;
	text-decoration: none;
}
#menu .active a {
	color: #ffffcc;
}
*/




