<style type="text/css" >

#header {
	width: 1000px;
	background: #000000;
	}
			
#ciwCTR {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 1000px;
	height:77px;
	background:url(images/design/header.gif);
	background-repeat:no-repeat;
	}

#menuCTR {
	overflow:hidden;
	clear:both;
	width: 1000px;
	margin: 0 auto;
	text-aligh:left;
	font-family:Arial, Helvetica, sans-serif;
	}
	
		#navbar {
			clear:both;
			width: 900px;
			background:#303494;
			margin: 0 auto;
			padding:3px;
			font-weight:bold;
			letter-spacing: 1px;
			}
	
			#navbar ul {
			text-align:center;
			font-size:11px;
			color:#ffffff;
			margin: 0 0 0 -49px !important;
			list-style-type:none;
			}
	
			#navbar ul li{
			display:inline;
			padding: 0 8px 0 8px;
			}
	
			#navbar ul li a{
			color:#ffffff;
			text-decoration:none;
			}
	
			#navbar ul li a:hover {
			background-color:#ffffff;
			color:#000099;
			padding-top: 5px;
			padding-bottom: 5px;
			}

#contentCTR {
	overflow:hidden;
	width: 900px;
	background:url(images/design/internal/background-internal.gif);
	background-repeat:repeat-y;
	border-bottom: 1px solid #bbbbbb;
	margin: 0 auto;
	text-aligh:left;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#lColumn {
	float:left;
	margin: 0 -5px 0 0px;
	width: 175px;
	padding: 0 8px 8px 8px;
	}
	
	#lColumn p {
	font-size:12px;
	}
	
#listserv {
	float:left;
	background:url(images/design/internal/list-l.gif);
	background-repeat:no-repeat;
	background-position:top right;
	margin: 0 0 -5px 0;
	width: 150px;
	}
	
#mainContent {
	float:left;
	margin: 0 0 0 5px;
	width: 670px;
	padding: 1px 13px 0 5px;
	font-size:13px;
	text-align: left;
	}
	
#footerCTR {
	overflow:hidden;
	width: 895px;
	height:20px;
	margin: 0 auto;
	padding-top:5px;
	background-color:#cccccc;
	color:#333333;
	vertical-align:middle;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	}

	
/*FORMATTING*/	

.date {
	color:#303494;
	font-size:14px;
	font-weight:bold;
	text-align: left;
	}

.heading {
	color:#333333;
	font-size:20px;
	font-weight:bold;
	letter-spacing:.7px;
	line-height: 24px;
	}

	.heading a {
		text-decoration:none;
		color: #333333;
		}
	
	.heading a:hover {
		text-decoration:underline;
		}
		
.heading-unbold {
	font-weight:normal;
	color:#333333;
	font-size:20px;
	letter-spacing:.7px;
	line-height: 24px;
	}
	
.link-heading {
	text-decoration:none;
	font-weight:bold;
	color:#303494;
	letter-spacing:.7px;
	font-size:20px;
	}

p a:hover {
	text-decoration:underline;
	}	

.subheading {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	letter-spacing:.5px;
	}
	
	.subheading a {
	text-decoration:none;
	font-weight:bold;
	color:#303494;
	}

	.subheading a:hover {
	text-decoration:underline;
	}

h3 {
	text-align:left;
	color:#333333;
	font-size: 11px;
	letter-spacing:.8px;
	line-height:12px;
	}
	
	h3 a {
	text-decoration:none;
	color: #333333;
	}
	
	h3 a:hover {
	text-decoration:underline;
	}
	
p a {
	text-decoration:none;
	font-weight:bold;
	color:#303494;
	letter-spacing:.5px;
	}

p a:hover {
	text-decoration:underline;
	text-align: right;
	}

ul li a{
		color:#303494;
		text-decoration:none;
		font-weight:bold;
	}
	
ul li a:hover {
		text-decoration:underline;
	}

ol li a{
		color:#303494;
		text-decoration:none;
		font-weight:bold;
	}
	
ol li a:hover {
		text-decoration:underline;
	}
	
table a{
		color:#303494;
		text-decoration:none;
		font-weight:bold;
	}
	
table a:hover {
		text-decoration:underline;
	}

