body {
  	margin: 0;
  	padding: 0;
  	height: 100%;
  	background: url(images/bluesky.jpg) #68a5e4;
  	color: #FFFFFF;
  	font: .9em 'Trebuchet MS', sans-serif;
  }
  
  #content {
  	margin: 10px 0 10px 180px;
  	width: 70%;
  	border-right: 1px solid #FFFFFF;
  	border-left: 1px solid #FFFFFF;
  	color: #000000;
  	background: #FFFFFF;
  	text-align: justify;
  }
  
  div#footer {
  	height: 34px;
  	background: url(images/border-b.png) #4590E9 repeat-x;
  }
  
  #menu {
  	position: absolute;
	top: 17px;
	left: -1px;
  }
  
  div#links {
  	position: fixed;
	
  }
  
  div#links a {
  	padding: 4px 10px 8px 10px;
  	border-top: 1px solid #F5F5F5;
  	border-bottom: 1px solid #F5F5F5;
  	width: 160px;
  	margin-bottom: 8px;
  	display: block;
  	color: #FFFFF0;
  	background: url(images/li-bg2.png);
  	font: bold 12px/18px verdana, sans-serif;
  	letter-spacing: 1px;
  	text-decoration: none;
  	text-align: center;
  }
  
  div#links a:hover {
  	background: url(images/li-hover.jpg);
  	color: #174F91;
  }
  
  #links li.one a {
  	background: url(images/li-hover.jpg);
  	color: #000000;
  }
  
  div#links li {
  	width: 180px;
  }
  
  h1 {
  	border-bottom: 8px solid #4590E9;
  	padding-bottom: 2px;
  	margin: 0;
  	color: #4590E9;
  	font-size: 2.8em;
  	font-weight: normal;
  	text-align: left;
  	letter-spacing: 2px;
  }
  
  h2 {
  	margin-bottom: -10px;
  	font-size: 1.7em;
	font-weight: normal;
  }
  
  h3 {
	font-size: 1.5em;
	margin-bottom: -10px;
	font-weight: normal;
  }
  
  h2, h3 {
  	color: #000184;
  }
  
  #links li {
  	display: block;
  }
  
  #links ul {
  	margin-top: 43px;
  	width: 180px;
  	list-style-type: none;
  	position: absolute;
  	left: -40px;
  }
  
  p {
  	line-height: 1.4em;
  }
  
  .footer {
  	border-top: 1px solid #CE0067;
  	padding: 3px 0 3px 60px;
  	margin: 0;
  	color: #3D3D3D;
  	font-variant: small-caps;
  	font-size: .9em;
	clear: both;
  }
  
  #content a:link, #content a:visited {
  	padding: 1px;
  	color: #CE0067;
  	font-weight: bold;
  	text-decoration: none;
  }
  
  #content a:hover {
  	padding: 1px;
  	border: none;
  	background: #CE0067;
  	color: #FFFFFF;
  	text-decoration: none;
  }
  
  #header {
  	padding: 25px;
  	background: url(images/border.png) repeat-x;
  }
  
  #padding {
  	padding: 10px 60px 20px 60px;
  }
  
  #sidebar {
  	border-top: 8px solid #4590E9;
  	border-right: 1px solid #4590E9;
  	border-bottom: 8px solid #4590E9;
  	border-left: 1px solid #4590E9;
  	width: 180px;
  	margin: 40px 0 20px 30px;
  	float: right;
  }
  
  #sidebar a:link, #sidebar a:hover, #sidebar a:visited {
  	border: none;
  	padding: 0;
  	text-decoration: none;
  }
  
  #sidebar h2 {
  	margin-top: 2px;
  	font-size: 1.3em;
  	text-align: center;
  }
  
  #sidebar img {
  border-top: 1px solid #979797;
  	border-right: 0;
  	border-bottom: 1px solid #979797;
  	border-left: 0;
  }
  
  #sidebar p {
  	margin: 0;
  	padding: 7px 7px 10px 7px;
  	font-size: .9em;
  	text-align: center;
  }
  
  .digital {
  	color: #CE0067;
  }
  
  .logo {
  	margin-top: 20px;
  }
  
  #content li {
	list-style-image: url(images/bullet6.gif);
	padding-bottom: 10px;
  }