body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 18pt;
	color: #000066;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 18pt;
	font-style:italic;
}

h2 {
	font-size: 14pt;
	font-style:italic;
}

h3 {
	font-size: 12pt;
	font-style:italic;
}

a {
	color: #3366CC;
	text-decoration: none;
}

.subnav {
	font-size:10pt
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
  background-color: #006666;
	color: #DCDCDC;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #006666;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #006666;
  color: #DCDCDC;
}

.nav {
	background-color: #FFC;
	vertical-align: top;
}

ul.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFC;
	list-style: none;
	margin-left: -25px;
	padding-left: 50px;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	background-color: #ffc;
	line-height: 250%;
	letter-spacing: 2pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
}

.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFFFF;
}

.sidebarHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #339999;
}

.content {
	margin-left: 25px;
	padding-left: 25px;
	vertical-align: top;
	padding-right: 50px;
	border-right-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color:#fffb84;
	border-left-color: #C90;
}

.sidebarRight {
	border-left:solid 2px #CCC;
	background-color: #fff;
}

.header {
	border-bottom:solid 1px #666C;
	background-color: #fffb84;
}
.footer {
	font-size: 8pt;
	color: #09A;
	background-color: #DBDFF2;
	letter-spacing: 3pt;
	padding-right: 25px;
	line-height: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align:right;
}

.caption {
	font-size: 10px;
	color: #333333;
	line-height:normal;
}


a:hover {
	color:#C00;
}
