/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* ESTABLISHING SPECS */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: #FFFFFF;		
	}

a 	{ color: #333333; text-decoration: underline; }
a:link 	{ color: #333333; text-decoration: underline; }
a:visited	{ color: #333333; text-decoration: underline; }
a:active	{ color: #999999;  }
a:hover	{ color: #999999;  }

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* LAYOUT SPECS */
/* For establishing where different sections of the page appear */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

#banner {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	border: 0px;
	}

#links {	
	position: absolute;
	top: 450px;
	left: 0px;
	width: 200px;
	}

#content {
	position: absolute;
	top: 450px;
	left: 225px;
	}

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* CONTENT SPECS - BANNER */
/* For establishing how elements in the 'banner' area will be displayed */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
	
/* -------------------------------------------COVER IMAGE */

.cover	{ margin-left: 225px; }			

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* CONTENT SPECS - CONTENT */
/* For establishing how elements in the 'content' area will be displayed */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

/* -------------------------------------------ENTRY - TITLE */

.title	{
	font-family: helvetica, ariel, san-serif;
	font-size: x-large;
	font-weight: bold;
	color: #ffffff;
  	background: #000000; 
	padding: 5px 10% 5px 10px;
	margin-bottom: 20px;
	}			

/* -------------------------------------------ENTRY - BODY */

.entry {
	font-family: helvetica, ariel, san-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	line-height: 120%;
	padding-right: 10%;
	margin-bottom: 20px;
	}

/* -------------------------------------------FOR FLOATING IMAGES */

.floatleft { float: left; padding-right: 10px; }

.floatright { float: right; padding-left: 10px; }

/* -------------------------------------------DOWNLOAD BOX */

.download {
	font-family: helvetica, ariel, san-serif;
	color: #ffffff;
	background: #000000;
	font-size: small;
	font-weight: normal;
 	padding: 10px 10% 10px 10px;
	margin-bottom: 20px;
	}	
		
.download a 		{ color: #ffffff; text-decoration: none; font-weight: bold; }
.download a:link 	{ color: #ffffff; text-decoration: none; font-weight: bold; }
.download a:visited 	{ color: #ffffff; text-decoration: none; font-weight: bold; }
.download a:active 	{ color: #666666; text-decoration: none; font-weight: bold; }
.download a:hover 	{ color: #666666; text-decoration: none; font-weight: bold; }

/* -------------------------------------------FINEPRINT BOX */

.fineprint {
	font-family: helvetica, ariel, san-serif;
	color: #ffffff;
	background: #666666;
	font-size: small;
	font-weight: normal;
 	padding: 10px 10% 10px 10px;
	margin-bottom: 20px;
	}	
		
.fineprint a 		{ color: #ffffff; text-decoration: underline; font-weight: bold; }
.fineprint a:link 	{ color: #ffffff; text-decoration: underline; font-weight: bold; }
.fineprint a:visited 	{ color: #ffffff; text-decoration: underline; font-weight: bold; }
.fineprint a:active 	{ color: #cccccc; text-decoration: underline; font-weight: bold; }
.fineprint a:hover 	{ color: #cccccc; text-decoration: underline; font-weight: bold; }

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* CONTENT SPECS - LINKS */
/* For establishing how elements in the 'links' area will be displayed */ 
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

/* -------------------------------------------BANNERS */

.banner {
	font-family: garamond, times new roman, times, serif;
	color: #000000;
	font-size: small;
	font-weight: normal;
  	line-height: 115%;
  	text-align: right;
	margin-top: 30px;
	}		

/* -------------------------------------------SIDEBAR LIGHT */

.sidelight {
	font-family: helvetica, ariel, san-serif;
	color: #000000;
	background: #666666;
	font-size: small;
	font-weight: normal;
  	line-height: 115%;
  	padding: 0px;				
	text-align: right;
	}	
		
.sidelight a 		{ color: #000000; font-weight: normal; text-decoration: underline; }
.sidelight a:link 	{ color: #000000; font-weight: normal; text-decoration: underline; }
.sidelight a:visited 	{ color: #000000; font-weight: normal; text-decoration: underline; }
.sidelight a:active 	{ color: #666666; font-weight: normal; text-decoration: underline; }
.sidelight a:hover 	{ color: #666666; font-weight: normal; text-decoration: underline; }

/* -------------------------------------------SIDEBAR DARK */

.sidedark {
	font-family: helvetica, ariel, san-serif;
	color: #000000;
	background: #333333;
	font-size: small;
	font-weight: normal;
  	line-height: 115%;
  	padding: 0px;				
	text-align: right;
	}	
		
.sidedark a 		{ color: #000000; font-weight: normal; text-decoration: underline; }
.sidedark a:link 	{ color: #000000; font-weight: normal; text-decoration: underline; }
.sidedark a:visited 	{ color: #000000; font-weight: normal; text-decoration: underline; }
.sidedark a:active 	{ color: #cccccc; font-weight: normal; text-decoration: underline; }
.sidedark a:hover 	{ color: #cccccc; font-weight: normal; text-decoration: underline; }

/* -------------------------------------------INDENTED TEXT */

.sideindent {
	padding-right: 10px;				
	}
